forever208 / yolov5_train_on_UAVDT

train the latest YOLOv5 with drone dataset UAVDT
GNU General Public License v3.0
56 stars 4 forks source link

what is your AP on UAVDT with YOLOv5? #1

Open yuexiemail opened 2 years ago

yuexiemail commented 2 years ago

❔Question

Hi, thank you your code. I use your code to process the UAVDT data. but the AP on UAVDT with Yolov5 is more than 99%, as shown in below: 图片 It is unbelievable becuase the AP on UAVDT of existing detectors in paper is about 40%.

Do you encounter the problem?

Additional context

forever208 commented 2 years ago

❔Question

Hi, thank you your code. I use your code to process the UAVDT data. but the AP on UAVDT with Yolov5 is more than 99%, as shown in below: 图片 It is unbelievable becuase the AP on UAVDT of existing detectors in paper is about 40%.

Do you encounter the problem?

Additional context

@yuexiemail hi, the mAP@50 in my experiments is around 77%, trained by YOLOv5m. 99% is unrealistic, try different size of YOLOv5 and see what is the difference

zihaosoog commented 2 years ago

i have same issue, check box is right

zihaosoog commented 2 years ago

I has compared with papers based on UAVDT, their used matlab toolkit to generate results. May be this is the reason of issue.

zhou-linkai commented 1 month ago

Pls did your problem solve, I was training with yolov8 recently and had the same problem