-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
My Regression loss always 0 #458
Comments
Having the same issue here. But there's regression loss when training with the toy data 'shape'. |
Refer to FAQ Q3. |
Why category id matters for regression loss. |
This is for the COCO data format. |
Ok, I figured it out. In the annotation json files, the 'image_id's in field 'annotations' is a mapping to the 'id's in field 'images'. And it seems both 'image_id'(under 'annotations') and 'id'(under 'images') should be ints. |
did you got better accuracy, i am getting loss 300-400 it is not decreasing even for more than 100 epochs |
hello, Had you fixed the error about the "zero-reg" loss? |
when i try training on custom data from scratch/head only regression loss always 0.
using debug got terrible results and while inference did not got any bounding boxes
The text was updated successfully, but these errors were encountered: