zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.2k stars 1.27k forks source link

about efficientdet_test.py #538

Open wuminjie12 opened 3 years ago

wuminjie12 commented 3 years ago

I have trained my datasets with pretrained d2. While i found the val loss going up i stopped it.The test result is as below. There are two classes. The handwrite data and the seal. Only the seal can be detected. result 微信图片_20201104174219

zylo117 commented 3 years ago

The mAP result doesn't explicitly show the AP of each class, so it's possible that mAP seems fine while the realistic result sucks.