Hello Dear Author:
Thank you very much for your contribution on the MOT task, in the MOT17 result validation code, including -DPM,-FRCNN,-SDP three kinds of while in the code, only constraints -FRCNN,for the final submission to the MOT official website of the results can be the same as in the paper?
if seq == 'MOT17-05-FRCNN' or seq == 'MOT17-06-FRCNN':
args.track_buffer = 14
elif seq == 'MOT17-13-FRCNN' or seq == 'MOT17-14-FRCNN':
args.track_buffer = 25
else:
args.track_buffer = 30
Hello Dear Author: Thank you very much for your contribution on the MOT task, in the MOT17 result validation code, including -DPM,-FRCNN,-SDP three kinds of while in the code, only constraints -FRCNN,for the final submission to the MOT official website of the results can be the same as in the paper?
if seq == 'MOT17-05-FRCNN' or seq == 'MOT17-06-FRCNN': args.track_buffer = 14 elif seq == 'MOT17-13-FRCNN' or seq == 'MOT17-14-FRCNN': args.track_buffer = 25 else: args.track_buffer = 30