Hello, here is the page

MOT17

class alodataset.mot17.Mot17(validation_sequences=None, training_sequences=None, detections_set=['DPM', 'SDP', 'FRCNN'], all_gt=False, random_step=None, **kwargs)

Bases: Generic[torch.utils.data.dataset.T_co]

DPM_SEQUENCES = ['MOT17-05-DPM', 'MOT17-02-DPM', 'MOT17-10-DPM', 'MOT17-13-DPM', 'MOT17-04-DPM', 'MOT17-09-DPM', 'MOT17-11-DPM']
FRCNN_SEQUENCES = ['MOT17-05-FRCNN', 'MOT17-04-FRCNN', 'MOT17-09-FRCNN', 'MOT17-11-FRCNN', 'MOT17-02-FRCNN', 'MOT17-10-FRCNN', 'MOT17-13-FRCNN']
SDP_SEQUENCES = ['MOT17-05-SDP', 'MOT17-02-SDP', 'MOT17-10-SDP', 'MOT17-13-SDP', 'MOT17-04-SDP', 'MOT17-09-SDP', 'MOT17-11-SDP']
SEQUENCES = ['MOT17-05', 'MOT17-02', 'MOT17-10', 'MOT17-13', 'MOT17-04', 'MOT17-09', 'MOT17-11']
SPLIT_FOLDERS = {<Split.VAL: 'val'>: 'train', <Split.TRAIN: 'train'>: 'train', <Split.TEST: 'test'>: 'test'}
getitem(idx)
alodataset.mot17.main()

Main