lucasjinreal / kitti-ssd

Train your own data using SSD in a more clear and simple way(not include source code)
102 stars 44 forks source link

how to format background image? #17

Closed Jayhello closed 6 years ago

Jayhello commented 6 years ago

For example,I want to detect car(index 0) in image. it's format is:

0 30 40 100 110

And i also prepare some images don't have cars to to format these files? just:

1 0 0 image_width, image_height

?