-
Notifications
You must be signed in to change notification settings - Fork 438
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
Negative labels , how to get loss ? #1084
Comments
I've understood how to obtain negative labels using the provided code. However, I'm curious about the process of calculating the negative loss using the code. thank you ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi !
The OWL-ViT paper specifies that around 50 negative labels should be added for training. I want to find this process in the code.
The text was updated successfully, but these errors were encountered: