-
Notifications
You must be signed in to change notification settings - Fork 134
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
About reduce scan lines of LiDAR depth #6
Comments
The downsampling process is non-trivial. We kept a subset of the laser scans, which were then projected onto the image plane. However, since some lidar measurements were missing in the raw file (due to being out of sensor range), it is a bit tricky to separate the scans in a clean way. We might release the downsampled dataset / the code later |
ok,thanks |
Is the downsampled dataset / the code available now? |
Expecting the release of downsampling code. |
How do you reduce the scan lines of the LiDAR depth(64-line to 32-line...)? Could you share your code or your idea about this?
The text was updated successfully, but these errors were encountered: