This directory should contain the elements listed below. The paths to the files can be specified in the config file.
The YOLOx detection files computed using mmdetection:
bytrack_mot17_result_halftrain.json
(41MB) - Detection for training splitbytrack_mot17_result_halfval.json
(40MB) - Detection for validation splitbytrack_mot17_result_test.json
(149MB) - Detection for test split
For each detection we also provide appearance features extracted using the osnet model:
appearance/crop_features.npy
- Appearance features for each detectionappearance/crop_id_annotation_file.json
- Mapping between detections and features
Download link: YOLOx detections and appearance features
The MOT17 dataset should be symlinked or copied to the data/MOT17/
directory containing:
train/
- Training sequencestest/
- Test sequencescalibration_data/
- Camera calibration files
Download from: MOT17 website
The MOT17/calibration_data/
directory should contain per-sequence calibration files:
MOT17-XX-full_calib.json
- Full calibration parametersMOT17-XX_homography.json
- Homography matricesMOT17-XX_intrinsics.txt
- Camera intrinsic parameters
Where XX ranges from 01-14 for each sequence.
Download from: QuoVadis calibration