-
Notifications
You must be signed in to change notification settings - Fork 11
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
Train #3
Comments
You can generate the detection files via this script: ReID_feature_extraction. Of course, you need to make some minor changes about the inputs. Btw, if you want to fine-tune ReID model with MOT20 train data, then you should change the ReID model in config-file. |
Which model should I use? ReID_feature_extraction.py file line 108 of tracktor_prepr_det.txt doesn't exist in the dataset. What shall I do? Thank you for your answer. |
You can use the ReID model without MOT train as a baseline. If you want to fine-tune the ReID model, you can refer to fast-reid. |
Ok, I got it. Thank you for your reply! |
If I want to fine-tune the Reid model, which script of fast-reid should I refer to. Is it convenient for you to give me some advice? |
https://github.com/daip13/LPC_MOT/blob/master/fast-reid/tools/train_net.py |
Thank you for your open source code! If I want to train on MOT20 and MOT15, how can I generate the detection file? Could you help me?
The text was updated successfully, but these errors were encountered: