Skip to content
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

Open
JiaxiongQ opened this issue Dec 7, 2018 · 4 comments
Open

About reduce scan lines of LiDAR depth #6

JiaxiongQ opened this issue Dec 7, 2018 · 4 comments

Comments

@JiaxiongQ
Copy link

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?

@fangchangma
Copy link
Owner

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

@JiaxiongQ
Copy link
Author

ok,thanks

@longyangqi
Copy link

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

Is the downsampled dataset / the code available now?
Thanks!

@godspeed1989
Copy link

Expecting the release of downsampling code.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants