You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: