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

different point cloud shapes #19

Open
ElsheikhAhmed opened this issue Sep 2, 2021 · 2 comments
Open

different point cloud shapes #19

ElsheikhAhmed opened this issue Sep 2, 2021 · 2 comments

Comments

@ElsheikhAhmed
Copy link

I am having a real world data which is sometimes with (xyz) , (xyz, norm), and (xyz, norm, RGB)
i don't know how to solve this problem.

would be possiblt to make the netowrk only tkae (xyz) values and ignore the other values??

another thing that i have also some data which have less than 1024 points how can i fix this issue too ?

Thanks in advance

@ldaowen
Copy link

ldaowen commented Jan 12, 2022

in the config file- just set normal to False if you want (xyz) instead of (xyz,norm)

@BelieferQAQ
Copy link

in the config file- just set normal to False if you want (xyz) instead of (xyz,norm)

hello , if my point is (x,y,z,norm,rgb) ,this size is n*9 ,would be possiblt to make the netowrk work?

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

3 participants