SkalskiP / ILearnDeepLearning.py

This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
https://medium.com/@skalskip
MIT License
1.35k stars 467 forks source link

there is no "weights" folder #85

Open softwarelifecycle opened 1 year ago

softwarelifecycle commented 1 year ago

In the "setup_yolo_framework.sh" script, there is this line: sh weights/download_yolov3_weights.sh

But there is no folder called "weights" in the yolo3 directory structure.. so this fails.

SkalskiP commented 1 year ago

Hi @softwarelifecycle, sorry to hear that. It looks like YOLOv3 changed its file structure.