-
关于这个问题,是我自己制作的数据集有问题,还是yolov9的模型代码本身的问题
-
### Describe the bug
OS version: Ubuntu 20.04.6 LTS (Focal Fossa)
Python version: 3.10.14
Used python-pip packages:
```
ultralytics==8.2.90
wandb==0.17.9
roboflow==1.1.44
torch==2.4.1
```
…
-
Great work. I have trained yolov9 using single gpu, 2 gpus, 4 gpus and 8 gpus respectively, but why the time per epoch remains the same? My script follows the readme.md, thanks for reply!
```
pytho…
-
Please use `train.py` to train gelan models, and use `train_dual.py` to train yolov9 models.
_Originally posted by @WongKinYiu in https://github.com/WongKinYiu/yolov9/issues/27#issuec…
-
![image](https://github.com/WongKinYiu/yolov9/assets/83396614/43f38335-5537-4268-b1ae-fcbe4365a46a)
![image](https://github.com/WongKinYiu/yolov9/assets/83396614/ba5041ea-d47e-44c9-978c-7468b9c844c…
-
Hi 👋🏻
I noticed that YOLOv10 has trouble detecting small objects, especially compared to YOLOv8 and YOLOv9. I have built a small [HF Space](https://huggingface.co/spaces/SkalskiP/YOLO-ARENA) where…
-
Most of the dataset compilation code and dataset training is in the `./training` folder. The dataset training is mostly a jupyter notebook and the dataset compilation code uses Datumaro within python …
-
When I try to trian resnet50 by dino on on X-Ray dataset with 1000 images, the loss is not drop, even increase some time. Have anyone met the same issue and solve it.
the config as follow:(at first, …
-
I am comparing the results of the Yolov model in a dataset with 4 classes. Between yolov5, v7, v8 and v9. I got results of 98.4 % precision on yolov5n and v9-gelan. Higher value than versions 7 and …
-
gelan-c and gelan-e, output struct:
![图片](https://github.com/WongKinYiu/yolov9/assets/40679769/cc8be261-691f-49aa-b454-e4d423dc0efd)
![图片](https://github.com/WongKinYiu/yolov9/assets/40679769/f01916…