[GH-ISSUE #1057] Raspberry Pi - Image Classification Lab Chapter - Labels hyperlink update #1679

Closed
opened 2026-04-11 08:01:55 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @harishb00 on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1057

Originally assigned to: @profvjreddi on GitHub.

  • The following command should be updated. Current hyperlink downloads the html page.
wget https://github.com/Mjrovai/EdgeML-with-Raspberry-Pi/blob/main/IMG_CLASS/models/labels.txt

to

wget https://raw.githubusercontent.com/Mjrovai/EdgeML-with-Raspberry-Pi/refs/heads/main/IMG_CLASS/models/labels.txt
Originally created by @harishb00 on GitHub (Nov 30, 2025). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1057 Originally assigned to: @profvjreddi on GitHub. * The following command should be updated. Current hyperlink downloads the html page. ``` wget https://github.com/Mjrovai/EdgeML-with-Raspberry-Pi/blob/main/IMG_CLASS/models/labels.txt ``` to ``` wget https://raw.githubusercontent.com/Mjrovai/EdgeML-with-Raspberry-Pi/refs/heads/main/IMG_CLASS/models/labels.txt ```
GiteaMirror added the area: kits label 2026-04-11 08:01:55 -05:00
Author
Owner

@profvjreddi commented on GitHub (Nov 30, 2025):

Done! The fix has been committed to the dev branch. The wget command for downloading labels.txt has been updated to use the raw GitHub URL so it downloads the actual file instead of the HTML page.

Commit: 37aa2bf3a - "Fix labels.txt download URL in image classification lab"

<!-- gh-comment-id:3592530067 --> @profvjreddi commented on GitHub (Nov 30, 2025): Done! The fix has been committed to the dev branch. The wget command for downloading labels.txt has been updated to use the raw GitHub URL so it downloads the actual file instead of the HTML page. Commit: 37aa2bf3a - "Fix labels.txt download URL in image classification lab"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1679