zhangbowen-wx / Shape-Completion-with-Points-in-the-Shadow

[SIGGRAPH Aisa 2022 Conference Paper] Shape Completion with Points in the Shadow
https://zhangbowen-wx.github.io/projects/SCPS/SCPS.html
MIT License
9 stars 3 forks source link

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

Open mostafa501 opened 11 months ago

mostafa501 commented 11 months 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 !!

zhangbowen-wx commented 11 months ago

Sorry for late reply, First you need to normalize your incomplete PCD, then you can use the pretrained_model(without GT viewpoints) to do the point cloud completion. Hope that will be helpful to you.

ChrysLiang commented 7 months ago

@zhangbowen-wx can please provide a simple script to test on a single incomplete point cloud input file (.pcd or .ply)? or would be appreciate to provide a toy *.h5 data file to test the original test_VP.py script file? thanks very much!