Skip to content
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 I use images in training set that don't have any boxes? #295

Open
AceMcAwesome opened this issue Sep 17, 2020 · 0 comments
Open

Can I use images in training set that don't have any boxes? #295

AceMcAwesome opened this issue Sep 17, 2020 · 0 comments

Comments

@AceMcAwesome
Copy link

I'm trying to train a model to detect a single type of object, a damaged blood vessel, and I have a bunch of labeled training images with their corresponding boxes around the damaged vessels. However, I also want to include images of healthy vessels, with no bounding boxes, so that the model doesn't simply become a general vessel detector. I included these images along with label data in json format that just has an empty dictionary where the box coordinates would normally be, but when I tried training I got a loss of infinite and it didn't train. Has anyone had success including images with no boxes as negatives in a yolo-v3 training dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant