You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use negative examples (images of background containing none of the objects to detect).
Is it possible to use such examples?
For negative examples, I captured background images and associated them with xml files containing no <object> tag.
The ./convert script (in data/yolo) works fine
The ./train script (in example/yolo) exits with the following error
.... data_transformer.cpp:135] Check failed: float_size > 0 (0 vs. 0) Everysample must have label
Any idea or suggestion?
The text was updated successfully, but these errors were encountered:
I would like to use negative examples (images of background containing none of the objects to detect).
Is it possible to use such examples?
For negative examples, I captured background images and associated them with xml files containing no <object> tag.
.... data_transformer.cpp:135] Check failed: float_size > 0 (0 vs. 0) Everysample must have label
Any idea or suggestion?
The text was updated successfully, but these errors were encountered: