monocongo / cvdata

Tools for creating and manipulating computer vision datasets
MIT License
17 stars 9 forks source link

resize for multiple-objects-in-single-label-file error for kitti dataset #173

Open shaojun opened 2 years ago

shaojun commented 2 years ago

Hi,

Thanks for the great repo.

I have a kitti label file like:

closedsign 0.0 0 -1 403 0 460 22 -1 -1 -1 -1 -1 -1 -1 closedsign 0.0 0 -1 401 16 461 86 -1 -1 -1 -1 -1 -1 -1

after cvdata_resize it, the two line will combined into single one line, like:

closedsign 0.0 0 -1 403 0 460 22 -1 -1 -1 -1 -1 -1 -1closedsign 0.0 0 -1 401 16 461 86 -1 -1 -1 -1 -1 -1 -1

could you check?