Fix labels.txt download URL in image classification lab

This commit is contained in:
Vijay Janapa Reddi
2025-11-30 07:57:03 -05:00
parent bf6d7f622e
commit 37aa2bf3a9

View File

@@ -135,8 +135,7 @@ tar xzf mobilenet_v2_1.0_224_quant.tgz
Get its [labels](https://github.com/Mjrovai/EdgeML-with-Raspberry-Pi/blob/main/IMG_CLASS/models/labels.txt):
```bash
# One long line, split with backslash \
wget https://github.com/Mjrovai/EdgeML-with-Raspberry-Pi/blob/\
wget https://raw.githubusercontent.com/Mjrovai/EdgeML-with-Raspberry-Pi/refs/heads/\
main/IMG_CLASS/models/labels.txt
```