qinglew / PCN-PyTorch

Implementation of PCN(Point Completion Network) in PyTorch.
141 stars 33 forks source link

Problem about inference and visualization #26

Open ThomasVercetti opened 1 year ago

ThomasVercetti commented 1 year ago

@qinglew thanks for your sharing! I‘ll wonder if the model can be used in a single pointcloud and visualized.

MarioCavero commented 1 year ago

If you mean making an inference, yes! You can use test.pywith a trained model, an input of a PC, and it will output a figure as well as the completed PC. @ThomasVercetti