AxisCommunications / axis-model-zoo

Collection of machine learning models to use in Axis cameras
Apache License 2.0
18 stars 0 forks source link

Missing axis-train weights #54

Open francesco-clementi-92 opened 2 weeks ago

francesco-clementi-92 commented 2 weeks ago

Please do not disclose security vulnerabilities as issues. See our security policy for responsible disclosures.

Describe the bug

I'm following this guide in this repo: https://github.com/AxisCommunications/axis-model-zoo/blob/main/docs/yolov5-on-artpec8.md.

One of the step is: We also provide checkpoint weights for yolov5n, yolov5s, and yolov5m, which you can use as a starting point for your training. To use these weights as a starting point, you can use the --weights flag in the train.py command above.

The reported path for the weights is: runs/train/axis-train/weights/best.pt runs/train/axis-train/weights/best-int8.tflite However in the YOLO repo there is only runs/train/exp/weights/best.tflite with the path exp instead of axis-train

Corallo commented 1 week ago

You need to download the weights yourself. They can be found at the bottom of the page you linked