Closed MrChains closed 1 year ago
As you can see here:
thee multi-yolo backend only allows for pretrained models at the moment. I couldn't find a good example in SG's documentation. Feel free to leave a PR for custom YOLO-NAS model loading.
I see, thank you
I had the same issue : when I tried to put my yolo trained model on the tracking , it downloaded the "default version". So to fool it, I just changed my model name by "yolov8l.pt" in the same folder that the default version, so it takes my weights. I don't know if this is exactly your issue
I am on it but need a response from the SG developers here: https://github.com/Deci-AI/super-gradients/issues/1099. If more people ask and push them, the sooner it will be answered I guess.
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Search before asking
Yolv8 Tracking Component
Tracking
Bug
I have been trying for a while but any time I run the program it redownloads yolov8s.pt and I can tell its not what I made, it even uses classes that it has not been trained on.
Thanks for your help, this could really speed up my project on traffic detection.
Environment
Python 3.10.6 latest install of your repo
Minimal Reproducible Example
python3 examples/track.py --yolo-model yolo_nas_s --source /home/dpi-jorge/tracker/yolo_tracking/videos/2023-05-04-12-11-32.mp4