Skip to content

NEGATIVE BOUNDING BOXES #29

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

Open
robertokcanale opened this issue Mar 12, 2021 · 0 comments
Open

NEGATIVE BOUNDING BOXES #29

robertokcanale opened this issue Mar 12, 2021 · 0 comments

Comments

@robertokcanale
Copy link

Hi,
I am training my own Keras model to use YOLO3 for inference, but i get negative and wierd bounding boxes, if any at all. I am trying to segment a hand-pressure image into PALM THUMB FINGERS (0,1,2 respectively for the classes). I use labelImg for annotation and then i convert it to xmin ymin xmax ymax class_id
I follow all the steps for custom training (with a small dataset of 200 images) but i get the following error:

Found 1 boxes for img
[ -49.221752 -130.95093 -45.08555 188.86354 ] 0.31854975

Or better, I get negative positions for my bounding boxes, why is that?

I attach a photo of my hand, its annotation in .txt, the whole train file for my script, my classes, and the image I get out of it.

155 png_screenshot_12 03 2021
1
1.txt
my_classes.txt
train.txt

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