-
Notifications
You must be signed in to change notification settings - Fork 61
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
can this code track mutil classes object? #19
Comments
Yes, in the demo, we provide the models that can track person as well as other multiple vehicle instances. |
If we want to train the models on our own dataset with, say 3 classes, which part of the configuration should we change (and to what value)? |
If you want to change the number of classes to 3, then add the following entry to the configuration: MODEL:
ROI_BOX_HEAD:
NUM_CLASSES: 3 I presume that you know how to properly modify the remaining configurations related to dataset path, batch size, workers and so forth. |
Thank you! |
can this code track mutil classes object?
The text was updated successfully, but these errors were encountered: