-
Notifications
You must be signed in to change notification settings - Fork 216
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
Single Class detection #267
Comments
You can train your own custom dataset with one class as follows:
|
how can I modify model.num_classes and num_classes? I have not found them. |
They have been defined in the model config, you can find them here:
|
Thank you so much! |
Hi,
I successfully train detr_50 on my custom dataset.
Nevertheless, it's a single-class one.
What I have to change in order to train this model on a single class problem ?
For example in projects/detr_r50 I saw that the number of classes is harcoded to 80 (coco), also loss is CE which normally is not suited.
In advance thanks,
Max.
The text was updated successfully, but these errors were encountered: