-
when i use export.py to export onnx model, i found there's no nms
but after i tried export.py with --nms the exported model
still need to write nms when use the onnx model
these models
yolov9-…
-
https://github.com/WongKinYiu/yolov9/issues/219
Please see here.
The issue has been occurring for a long time but has not been fixed yet. Could you please address this and make the necessary corre…
-
I had trained a yolov9 model on custom dataset of vehicles via Google Colab and have the generated best.py file. Now I want to further calculate traffic density and traffic queue lenght on the model g…
-
After running train.py, when I run val.py, it reports an error:
File "C:\Users\14547\PycharmProjects\yolov9-main\utils\general.py", line 905, in non_max_suppression
device = prediction.device
…
-
-
I have executed the following command:
`!python detect_dual.py --source /content/example_mush.jpeg --weights runs/train/yolov9-c3/weights/best_idp.pt --conf-thres 0.75 --iou-thres 0.6 --device 0 --v…
-
the training log is shown as follow:
![image](https://github.com/WongKinYiu/yolov9/assets/11308651/92858aee-5dd3-4620-86b4-9d60cb569e7e)
the published data in paper is shown as follow :
![image](…
-
### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
https://blog.csdn.net/weixin_41717861/article/details/136261437
-
I had trained YoloV9 many times before on AWS EC2, but recently (since updating to PyTorch 2.2.0), I encountered the following error:
**Instance-Typ:**
- g5.xlarge
- g6.xlarge
**AMI options:*…