WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.86k stars 1.39k forks source link

Train Yolo9 without bounding box annotation #391

Open wink94 opened 5 months ago

wink94 commented 5 months ago

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 ├── val │ ├── class-1 │ └── class-2

levipereira commented 5 months ago

YOLOv9 is primarily designed for object detection. However the YOLOv9 has MTL where not include classification (far as I known). YOLOv8 has support to classification.