Skip to content
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 do you train #139

Open
myh12138 opened this issue May 8, 2021 · 3 comments
Open

How do you train #139

myh12138 opened this issue May 8, 2021 · 3 comments

Comments

@myh12138
Copy link

myh12138 commented May 8, 2021

In your code , i do not find a code to make val dataset , but still need val set.

@timmeinhardt
Copy link
Collaborator

There are no validation sets for the MOTChallenge datasets. You need to do cross-validation and then submit your best results to the test server.

@myh12138
Copy link
Author

There are no validation sets for the MOTChallenge datasets. You need to do cross-validation and then submit your best results to the test server.

Can you share your training parameters?

@timmeinhardt
Copy link
Collaborator

We train with the default parameters in the Faster R-CNN training notebook (experiments/scripts/faster_rcnn_fpn_training.ipynb). A cross-validation can be done by chaning the test_split_seqs variable in the notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants