-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to train train_siamRPN ? #5
Comments
|
Does The 4 mean that you are using the post process parameter to overfit the test dataset? |
In fact, almost all tracking algorithms are sensitive to hyper-parameters. Reasonable hyper-parameter is important to trackers. |
and to each test video. |
pay attention |
SiamRPN+ training code have been uploaded. Training-Testing-Tuning is included in siamese_tracking/onekey.py. There is a tutorial for how to implement your ideas in our framework. See train.md. |
how to train train_siamRPN ?
just change MODEL:"SiamRPNRes22" in yaml ?
I think it need rpn loss function .
The text was updated successfully, but these errors were encountered: