Open shaojun opened 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:
cvdata_resize
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?
Hi,
Thanks for the great repo.
I have a kitti label file like:
after
cvdata_resize
it, the two line will combined into single one line, like:could you check?