-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
convert tracklet_labels.xml file into txt file #2
Comments
Any updates for this question? I have a similar issue to transfer the "xml" labels to object "txt" labels. Can anyone help? |
Could you please update the current status for this question. |
Sorry, is there any resolution to this? The XML and txt do not seem to be consistent |
Hi |
Anyone got the idea to convert tracklet_labels.xml file to kitti format? |
same question, method plz |
I want to convert tracklet_labels.xml from kitti raw data into text format of kitti training label files.
My main purpose is to download a subset of kitti training data but I can't. So I decided to download kitti raw data from here:
http://www.cvlibs.net/datasets/kitti/raw_data.php
But the label file is in xml format and it's not clear for me to do the conversion. I used the followng parser but it doesn't do what I want:
http://www.cvlibs.net/datasets/kitti/downloads/parseTrackletXML.py
Items are not same and I cannot understand it.
Is there anyway to download a subset of kitti 3d object detection data set or convert xml file into text file in desire format.
The text was updated successfully, but these errors were encountered: