You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug was solved in one of my other bug reports but I'm submitting the issue here for documentation and also as a formal request for the bash script in the form of a python script for cross-platform compatibility outside of Linux distros.
The text was updated successfully, but these errors were encountered:
zhengpengen
changed the title
./weights/download_weights.sh not Windows Compatible
download_weights.sh and get_coco_dataset not Windows Compatible
Jul 11, 2021
When on Windows 10 command prompt, running
./weights/download_weights.sh
terminal yields:Running
cd weights
followed bydownload_weights.sh
yields:Context
PIP
and the issue occurred on version:yolov3
yolov3-tiny
CUSTOM
Necessary Checks
Text Form
Expected behavior
Weights should be downloaded through terminal
Current behavior
Error mentioned above
Steps to Reproduce
cd
into repo home directory and run./weights/download_weights.sh
cd weights
and rundownload_weights.sh
...
Possible Solution
pip3 install wget
has been done)Additional Notes
This bug was solved in one of my other bug reports but I'm submitting the issue here for documentation and also as a formal request for the bash script in the form of a python script for cross-platform compatibility outside of Linux distros.
The text was updated successfully, but these errors were encountered: