PCN-PyTorch
PCN-PyTorch copied to clipboard
Problem about inference and visualization
@qinglew thanks for your sharing! I‘ll wonder if the model can be used in a single pointcloud and visualized.
If you mean making an inference, yes! You can use test.py with a trained model, an input of a PC, and it will output a figure as well as the completed PC. @ThomasVercetti