xuannianz / EfficientDet

EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow
Apache License 2.0
1.38k stars 395 forks source link

No visible results on evaluation #241

Closed rafiei91 closed 3 years ago

rafiei91 commented 3 years ago

I have trained the model for COCO dataset by phi=0 and then execute the evaluation. The process goes until the end and finishes without any error. But, I can not see the results regarding the evaluation, such as AP. Is there any specific place or code to see them?

VeereshVS commented 3 years ago

You can evaluate the trained model using eval/coco.py

rafiei91 commented 3 years ago

You can evaluate the trained model using eval/coco.py

Yes, I executed that, and it goes well, but no results.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.