bubbliiiing / yolov4-tiny-pytorch

这是一个YoloV4-tiny-pytorch的源码,可以用于训练自己的模型。
MIT License
779 stars 185 forks source link

Low mAP #63

Open huuthieu opened 2 years ago

huuthieu commented 2 years ago

I check your base model and Darknet yolov4-tiny on COCO. The mAP@.5 of your model is much lower than that of the Darknet model (~10%). Have you tried comparing them? And what is the configuration for the best mAP of your model?

bubbliiiing commented 2 years ago

In coco datasets, it's same. 0 0. Do u train your own data?

huuthieu commented 2 years ago

@bubbliiiing I found yolov4-tiny-3l in Darknet to give better results. Do you plan to do it?

bubbliiiing commented 2 years ago

three layer?like v4?

huuthieu commented 2 years ago

@bubbliiiing yep, you can see it's config here