qinglew / PCN-PyTorch

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

should be io.read_point_cloud #6

Closed davodogster closed 2 years ago

davodogster commented 3 years ago

Hi Thank you very much for developing a pytorch implementation. I am just starting to use your repo now.

Firstly, I have noticed this error. Dataset.py imports * from open3d, so you need to add "io."

image

Otherwise:

image

qinglew commented 3 years ago

It depends on the version of open3d you used. What I used is an old version.