Use the following command to evaluate LocoTrack on TAP-Vid-DAVIS. Adjust the parameters for different dataset modes and model sizes. For evaluation at higher resolutions (e.g., 384x512), please adjust refinement_resolutions in configs/locotrack_config.py.
I have two questions about this:
- Is it going to be 256x256 and 384x512 or it could support other aspect ratios/resolutions like 512x512 without regressing performance?
- I suppose in the config you meant we need to use e.g.
refinement_resolutions = ((256, 256), (384,512)) ? What about pyramid_level and initial_resolution params when using higher resolution?
I have two questions about this:
refinement_resolutions = ((256, 256), (384,512))? What aboutpyramid_levelandinitial_resolutionparams when using higher resolution?