-
Thank you for sharing your great work!
Can you please provide the process by which you created your rknn yolov9 model from the original torch model.
-
Hello, what is the difference between yolov9-c-converted and yolov9-c?I found during training that the GFLOPs of yolov9-c are very large, with 238.9
![~534J}$D%VSTA} B8SR@D{N](https://github.com/Wong…
-
We're currently working on improving our YOLOv9 model by implementing quantization in the [class SPPELAN(nn.Module):](https://github.com/WongKinYiu/yolov9/blob/1bbce4d09a0a21ad974102bfaf139a4e13f6c5c1…
-
I have set everything for custom training the model and using this command to train the model (I am running this on my laptop):
`python train_dual.py --workers 8 --device 0 --batch 8 --data 'LP/dat…
-
On inference: !python detect.py --source '/content/yolov9/woman-5059062_960_720.jpg' --img 640 --device 0 --weights '/content/yolov9/yolov9-e.pt' --name yolov9_c_c_640_detect
Getting output error: …
-
-
According to the article, yolov9 is anchor free, so why does yolov9.yaml (and other yaml files) contain "anchors: 3". Thanks.
-
-
I get this error when I try to use val.py on my converted model. Do you know why?
Traceback (most recent call last):
File "/home/giuseppe-tringali/workspace/oai-yolov9/yolov9/val.py", line 389, …
-
The links to download YOLOv9-T, YOLOv9-S and YOLOv9-M from the main page are broken
Lorsu updated
7 months ago