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

Train on other scenes #25

Closed
Sylvia6 opened this issue Nov 15, 2021 · 2 comments
Closed

Train on other scenes #25

Sylvia6 opened this issue Nov 15, 2021 · 2 comments

Comments

@Sylvia6
Copy link

Sylvia6 commented Nov 15, 2021

Hi, thank you for the great project.
I noticed what you described in Custom Datasets.
Here I have some questions about my dataset scenes.

  1. Must I use dataset generated by COLMAP? I have collected kitti dataset and processed their pose data into adop format and verified it.
  2. But here remains something wrong with my point cloud file. I noticed that the input point cloud must have the info of positions, colors and normals, but in my kitti data I only have the position info. Can I initialize it with zero value mapped colors and zeros value mapped normals?( colors = np.zeros(point.shape), normals = np.zeros(point.shape))
  3. Furthermore, does the normal of point make a great role in adop function?
  4. Can I use the normal calculated from range-view?
@darglein
Copy link
Owner

Hi, the normal is used to cull points that face away from the camera. If you have a scene with high depth complexity (indoor building with multiple rooms) this can help with the render quality.

I'm currently working on a functionality to use ADOP on scenes without a normal. Please check again in a few days.

to (4.) yeah, if you have the the capture location of each point you can just the difference.

@Sylvia6
Copy link
Author

Sylvia6 commented Nov 16, 2021

Thanks for your reply, it really makes sense to me!

@Sylvia6 Sylvia6 closed this as completed Nov 16, 2021
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

2 participants