- Delete frames outside a specific range:
preprocessing/delete_images.py
- Add empty txt-file for frames that have no YOLO predictions within the sequence:
preprocessing/add_empty_textfiles.py
- Create pickle file from YOLO predictions:
preprocessing/yolo_to_repp_pickle.py
- Separate frames and GT files and copy into new folder
- Copy YOLO predictions into new folder and add empty files for empty predictions
- Duplicate first frame, GT file and YOLO predictions
- Create pickle file for YOLO predictions
- Execute REPP RT
- Execute REPP
- Filter YOLO predictions that are below threshold
- Delete first n files from REPP RT, REPP and YOLO predictions
- Delete all predictions that have no corresponding GT file an add empty files prediction files
- Execute object detection metric