fizyr / keras-retinanet

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

added --no-resize to 'evaluate.py' file #1411

Closed mlampros closed 4 years ago

mlampros commented 4 years ago

First of all thanks for making this repository publicly available.

This PR addresses issue https://github.com/fizyr/keras-retinanet/issues/1404 (--no-resize in evaluate.py file). I've added,

hgaiser commented 4 years ago

Thanks! One minor comment, but other than that looks good to me :+1: