-
Notifications
You must be signed in to change notification settings - Fork 188
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 in VOC #3
Comments
Hi ,If I want to train the model on my own dataste,How can i do? |
Hi, |
For training on custom datasets, please refer to the detectron2 tutorial here. |
Hi @xingyizhou, Centernet2 hasn't been added to the model_zoo API so the model can just be trained using train_net.py? Amazing work btw |
Hi. How can I set number of classes ? Is it enough to write in config file: |
yes,but i mention that you should change the class name at the same time |
How do I change the class name in the code? |
📚 Documentation
Hi, Thanks for your wonderful work,Could you teach me how to train in VOC2012?
The text was updated successfully, but these errors were encountered: