qinglew / PCN-PyTorch

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

Error while using pretrained model #24

Closed Ali-Rashidi closed 1 year ago

Ali-Rashidi commented 2 years ago

Hi I'm trying to feed a point cloud that has been generated with open3d to a pretrained PCN but I get this error :

'open3d.cpu.pybind.geometry.PointCloud' object has no attribute 'shape'

Can you please help me? Thanks a lot.