Open muye5 opened 5 years ago
I just get about 45%, and I dont know how to improve it.
i have never seen the results of official weights when retraining. Even if i retrain with less categories
How did you get the mAP? Plz!!! let me know TY
@wonchulSon
How to get mAP on MS COCO dataset Test or Validation: https://github.com/AlexeyAB/darknet/issues/2145
The simplest way is to use this repository https://github.com/AlexeyAB/darknet with this command
./darknet detector map cfg/coco.data cfg/yolov3.cfg yolov3.weights -iou_thresh 0.50
@MartyEz what is your configure? I try to use 4 GPU to train the model, I finally can not get desired result
@wonchulSon I use the repo, which AlexeyAB fork
@AlexeyAB hi, Can you acquire the official result? I try many times, but I can not get the result
Dear @AlexeyAB, @duohappy , can you please let me know if you were able to achieve the same results as official paper through retraining YOLO V3 on coco dataset?
hi @Aminkhormali ,I can not get the official result yet.
Hi @duohappy ,
any news about YOLO v3. I get the same as you 45%. Did you find a way to improve the result?
Has anyone reproduced the original Yolov3 results using a minimal pytorch / tensorflow repo? Could you please point me to it?
I managed to get decent results using the Ultralytics repo (https://github.com/ultralytics/yolov3) but it's quite heavy to develop on.
I tried, but got a lower mAP_50,so anybody can share some results or messages.