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

pointcloud with 7 features #41

Open
Sottix99 opened this issue Nov 29, 2023 · 1 comment
Open

pointcloud with 7 features #41

Sottix99 opened this issue Nov 29, 2023 · 1 comment

Comments

@Sottix99
Copy link

hello, my pointcloud data has 7 features (x,y,z,nx,ny,nz, A) where the first 3 are classical coordinates, the second chunck from 3 represents the normals and the last element is the triangle area associated with the point. to make the model defined by Menghao work, what should i change? i simply camped imput_dims = 7 but the model doesn't work very well in perfromances

@qq456cvb
Copy link
Owner

qq456cvb commented Dec 7, 2023

As the original model works with the xyz coordinates, can you try feeding your data with only xyz coords. I would expect the triangle area be a disturbing factor since one can always simpify an object(thus increasing the area) but still keep the object roughly the same. Another thing is that you may want to check if your xyz coordinates spread uniformly across the surface in order to generalize.

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