We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: