fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

How to set --no-resize for evaluation? #1404

Closed SeaBroNoMeal closed 4 years ago

SeaBroNoMeal commented 4 years ago

I am using --no-resize flag during training process, but how to make sure I also evaluate on no-resized images? There is not a --no-resize flag in the evaluate.py.

hgaiser commented 4 years ago

Nope you're right, it's missing from evaluate.py. Could you add it and make a PR about it?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.