-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added yolov9 compatibility #1010
base: main
Are you sure you want to change the base?
Conversation
Amazing contribution @Hamzalopode! 🚀 Please fix the errors raised in tests by:
pip install -e ."[dev]"
python -m scripts.run_code_style format
|
- fixed Demo/*.ipynb - fixed yolov9.py
Thanks @fcakyon ! I think everything looks good now. Let me know if there is anything else. 🚀 |
@Hamzalopode for some reason, you updated all the prior notebook files. Can you please revert these changes? Other than that all seems OK 🚀 |
Done. Sorry I thought that applying the styling format for the notebooks was a good idea. |
@Hamzalopode |
Fixed merge conflict between the two branch. |
getting the following error when trying to use TypeError: ERROR ❌️ ../weights/best.pt appears to be an Ultralytics YOLOv5 model originally trained with https://github.com/ultralytics/yolov5. The training was like train_dual.py --sync-bn ---img 640 --cfg models/detect/yolov9-c.yaml --weights '' --name yolov9-c --hyp hyp.scratch-high.yaml |
Interested in using yolov9 but cannot figure out how to get this to work. I have a custom yolov9-e model and its yaml but I cannot find any documentation on how to use it with SAHI. I've been butting my head against this for a bit and wondering if this has had any progress. |
Added Yolov9 compatibility:
Other model size and demo predict will be added with time.