fizyr / keras-retinanet

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

Adding support for KITTI evaluation #1578

Closed tuberbacon closed 2 years ago

tuberbacon commented 2 years ago

evaluate.py wouldn't accept kitti as argument for evaluation even though the repository contains a script with the correct functionalities (../preprocessing/kitti.py).

changes made: import kitti.py's correct function, definition of a new kitti parser, added call to KittiGenerator() in create_generator().

hgaiser commented 2 years ago

Thanks :) Looks good to me.