BobLiu20 / YOLOv3_PyTorch

Full implementation of YOLOv3 in PyTorch
624 stars 191 forks source link

Why eval_coco.py the result is so low?? #21

Open yanxp opened 6 years ago

yanxp commented 6 years ago

the result AP0.5 =0.262,AP0.5-0.95=0.119

lianuo commented 6 years ago

though I do not evaluate it, just test the model, the result is not as good as BobLiu20's model

Yanxingang commented 6 years ago

I meet the same situation. The result AP0.5=0.34, which is lower than AP=0.52 of BobLiu's model. But I don't know the reason?