prabindh / euclid

Euclid object labeller for frictionless object detection training purposes in Machine learning frameworks (KITTI, YOLO)
45 stars 20 forks source link

Corrections in line 297, where we call KittiLabelWriteOut #15

Closed YogeshKhemka closed 5 years ago

YogeshKhemka commented 5 years ago

Corrections in the parameters passed to KittiLabelWriteOut function. Modified the code to convert all the files in a directory. Code doesn't output the label files to ConvertedLabelData directory, instead it add '-Kitti ' to the the filename and outputs it to the same directory.