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

image input #4

Open
wangm-ting opened this issue May 14, 2022 · 1 comment
Open

image input #4

wangm-ting opened this issue May 14, 2022 · 1 comment

Comments

@wangm-ting
Copy link

It is a 2D point-cloud regression,why the input image is R( w x h x 3)?

@sulaimanvesal
Copy link
Owner

A point cloud is represented as a set of 3D points {Pi| i = 1, ..., n}, where each point Pi is a vector of its (x, y, z) coordinate plus extra feature channels such as color, normal etc. The input is 2D image but for each point cloud the (x, y, z) coordinates are required.

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