neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
3.01k stars 176 forks source link

YOLOv3 examples link in the root README leads to a 404 #365

Closed breaks-software closed 2 years ago

breaks-software commented 2 years ago

The public https://github.com/neuralmagic/deepsparse/tree/main/examples file has the following link to YOLOv3 examples. https://github.com/neuralmagic/deepsparse/blob/main/examples/ultralytics-yolov3/ This link leads to a GitHub 404 page, indicating that the target directory does not exist.

I expected the link to bring me to a valid page. Perhaps it should be https://github.com/neuralmagic/deepsparse/tree/main/examples/ultralytics-yolo ?

mgoin commented 2 years ago

Hi @breaks-software, nice catch. Yes we updated that ultralytics-yolo example to include YOLOv3 and YOLOv5. This examples/README needs to be updated in general for the new examples.

mgoin commented 2 years ago

@breaks-software just landed a fix for this so closing, thanks again!