researchmm / LightTrack

[CVPR21] LightTrack: Finding Lightweight Neural Network for Object Tracking via One-Shot Architecture Search
MIT License
396 stars 59 forks source link

Hyperparameter tuning #32

Open goutamyg opened 1 year ago

goutamyg commented 1 year ago

Hi! Thank you for publishing your code.

In your paper, you have mentioned various training-related choices/hyperparameters (e.g., learning rate, number of epochs). Your tracker evaluation script has parameters related to the post-processing of bounding-box output by the tracker (penalty_k, window_influence, lr).

Can you please suggest how did you arrive at these hyperparameter values? Was it fine-tuned using the test-set itself?