eldar / differentiable-point-clouds

The reference implementation of "Unsupervised Learning of Shape and Pose with Differentiable Point Clouds"
MIT License
156 stars 11 forks source link

Versions of python packages #6

Open BenJourdan opened 4 years ago

BenJourdan commented 4 years ago

Hi Eldar,

Please could you post the versions of the python packages you used for this project? I've managed to train a model but I'm getting a few errors when I try to run predict_eval.py --eval_split=test.

It was complaining that open3d has no attribute PointCloud which I assume must mean I am using the wrong version.