MixSort
MixSort copied to clipboard
How the search_area_factor and output_sz are calculated?
Thank you for your contribution to the MOT community. I have some questions about how to crop the current frame with a certain scale, may I ask how the size parameters search_area_factor and output_sz are calculated, but they are not clearly found in the code, looking forward to your reply!
Hi @OOHAN-zxy ,
These parameters are set using this function:
https://github.com/MCG-NJU/MixSort/blob/a078f5bf6ae9fbeecbc1384479d5f02ab8b9e7f6/MixViT/lib/train/base_functions.py#L11-L24
and the cfg is loaded from MixViT/experiments/mixformer_deit/track.yaml