the '--no-resize' parameter in the 'parse_args()' function of the 'evaluate.py' file
the 'no_resize=args.no_resize' parameter to the 'CocoGenerator', 'PascalVocGenerator' and 'CSVGenerator' (all 3 inherit of the class 'Generator') in the 'create_generator()' function of the 'evaluate.py' file
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,