You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: