-
![7e76d53960a4aa8967155b2d3a5bb2e](https://github.com/WongKinYiu/yolov9/assets/82791384/53dee5f4-da95-4252-867c-f15378de52d5)
![bf95652170ddfaf287548806dfc8947](https://github.com/WongKinYiu/yolov9/a…
-
can Yolo9 be trained without bounding box annotation files but just with class folders?, if not possible how to achieve it, like writing a dataloader
├── train
│ ├── class-1
│ └── class-2
├─…
-
Hi
I saw that the Gelan model was changed a week ago, mainly using the ReLU activation function. So, before the change, did the Gelan model use LeakyReLU activation, or was it still ReLU?
-
The weight i gained by training the model with "models/detect/yolov9-c.yaml" can't get the new wight with the "reparameterization.ipynb" .i see the "k" is one and the "kr" is two.And the "model.state_…
-
Some people trends to criticize others should not naming next generation yolo, but **themself use next generation yolo name so natural like it's their own property**.
I suggest these people better …
-
Hi,
thanks for your excellent work and I have a question. If the pretrained weight doesn't suit my datasets for example I wanna track multiple specific objects which the pretrained model has never s…
-
最重要的就是速度对比啊,不比较速度就是耍流氓
-
-
Hello,
is yolov9 able to do instance segmentation, I doubt of it !
the format of TXT for instance segmentation is :
- a file per image with same name but TXT extension
- a line per polygon with f…
-
Hi, I converted both yolov8nano.pt and yolov9-t-converted.pt to onnx files with arguments simplify=True, opset=12, imgsz=640. Then I tested them on jetson nano devices which is using jetpack 4.6 by us…