-
According to the article, yolov9 is anchor free, so why does yolov9.yaml (and other yaml files) contain "anchors: 3". Thanks.
-
## Referencias
### Ciencia de datos en el Fútbol
- [Webinar (AI Lead Talk): La inteligencia del fútbol. Data Science en LaLiga](https://www.youtube.com/live/i-109W-8RNQ?si=o9HRNvbW8nQ8oyK4)
- [Big …
-
Related Issues:
- https://github.com/WongKinYiu/yolov9/issues/82
- https://github.com/WongKinYiu/yolov9/issues/10
I envision that all required changes should be tracked, potentially using GitHub …
-
I trained my custom model and i got a weird confusion matrix.
I would like to know the value means.
Below is my confusion matrix
![Screenshot 2024-04-18 183532](https://github.com/WongKinYiu/yolov9…
-
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, …
-
I am currently working on integrating the Convolutional Block Attention Module (CBAM) into the YOLOv9 model. Here are the steps I followed to add CBAM:
**-Modified the yolo.py file to support the C…
-
I read about yolov9-T in the README,and i want to use it, but i didn't find model configuration file, where i can get it?
![image](https://github.com/WongKinYiu/yolov9/assets/73813197/e9bd47a7-ed13-4…
-
Several hours ago, I downloaded the latest official YOLOv9 GitHub repository manually instead of downloading it by
```bash
git clone https://github.com/SkalskiP/yolov9.git
```
as the latest re…
-
Can you tell me what methods I can use to simultaneously recognize 4 RTSP streams or more in real-time? Previously, I could do this with YOLOv8, but now with YOLOv9, I can't seem to do it; I start exp…
-
yolov9 seg,使用相同的模型,相同的图片,对比了预处理后的图片数据也是完全一直精确到小数点后7位。
但预测的结果差异相当大,NMS后留存下来的BOX和python-openvino的BOX差异非常大,请问是否知道可能的原因呢?
![image](https://github.com/user-attachments/assets/f220a177-c38a-40fd-8c1c-7cde…