-
Notifications
You must be signed in to change notification settings - Fork 262
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
Extracting layer ID from x,y and z coordinates #27
Comments
When you say "ring id", does that mean which beam each point belongs to? For example, if one is using VLP64, then there would be 64 different ring ids? |
Yes, exactly. |
I don't know, but I was trying to do the same thing but looks like it is not possible just from the data. |
One could possibly calculate the altitude of each point and then assign a corresponding ring id? |
I also am interested in determining a solution to this problem. I had two thoughts on the matter: The first being if the kitti datasets somehow have the points ordered already? This may provide some structure to take advantage of. The other would be to look at the timestamp of the points in spherical coordinates per frame. Not entirely sure if this would work but just my thoughts. |
Formulae is given in #49 But it doesnt seem to work. I would love to hear if it works for you |
Will attempt, and update you with results. |
One (fixable) problem is you won't get clean data. |
Where do they say that? In the dataset paper? Also, does that mean the synced data part should work? |
Yeah I think in the paper. So raw data should work, not synced because that's where they corrected the lidar data. |
Thanks for the help. I checked with both and both provide angles which are outside the range of 2-24.8. I looked at the manual again for the HDL 64 E and it states it comes with a calibration.xml. :( Im not really sure how researchers used the kitti velodyne data to provide accurate reconstruction if this is missing |
Then it's a problem with kitti. |
Check VincentCheungM/Run_based_segmentation#3 for finding the ring in a non-angle based approach |
Check Taeyoung96@a77c6df for finding the ring in a angle based approach |
Hi,
I am working with Kitti dataset and I want to add a "ring id" label to each point . Instead of having XYZI points, I am wondering if we can have XYZRI points ?
The text was updated successfully, but these errors were encountered: