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

txt format #5

Closed jundongchang closed 7 years ago

jundongchang commented 7 years ago

Hi the txt format you given as follow: class_index xmin ymin xmax ymax

Is the column "class_index" numerical value?

If a class "Car" which label value in labelmap.prototxt denoted as "1".

Should I put this object as follow like this: 1 50 49 80 125

lucasjinreal commented 7 years ago

Yeah, this is it.

jundongchang commented 7 years ago

It works, thanks!