-
Notifications
You must be signed in to change notification settings - Fork 26
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
lidar render for novel view #43
Comments
Lidar rendering is already supported for novel views, it is the same for novel views as for training views. You just need to specify a lidar at a novel view and then run |
To clarify: the way it is implemented in the render relies on the dataparser having inferred the missing points to create a complete point cloud where missing rays are represented by dummy points. It would be valuable to implement the functionality you request, where you don't need a dummy point cloud but can instead generate rays directly from a lidar model, but we haven't had time to implement this properly. There is some semblance of what you are asking for in the viewer lidar rendering code: |
This part could definitely use some love, but I don't foresee us cleaning this up anytime soon unfortunately :/ If you end up implementing something for |
Thank you for your useful guidance, and I will try it. |
Hi, thanks for your excellent work.
I would like to know whether you will support lidar render for novel view, specifically to implement the function
_generate_rays_from_coords
for lidar modeling.Best.
The text was updated successfully, but these errors were encountered: