ZhaoyangLyu / Point_Diffusion_Refinement

A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion
Apache License 2.0
143 stars 20 forks source link

How do I run this network with my own data? #11

Open mostafa501 opened 1 year ago

mostafa501 commented 1 year ago

Hey all, I see that you have a custom dataloader for the solution, but I was curious how to use this network on my own data. For example, say I have a PCD which is already incomplete, I do not have the ground truth for this. I just want to run inference on this data. How would be the best way to progress using this network? Any help on this would be very much appreciated. Thank you for the contribution !!