AndresCasado / pergamo

Code for PERGAMO, a two step approach to learn deformable models
http://mslab.es/projects/PERGAMO/
38 stars 4 forks source link

Chumpy uses deprecated imports from Numpy #5

Open AndresCasado opened 1 year ago

AndresCasado commented 1 year ago

The environment setup as it's explained in the repo no longer works, because Chumpy is not up to date with numpy.

Temporal solution is to install an old version of numpy (with pip install numpy==1.21.2 for example, which I confirm works) and recompile/reinstall kaolin (go to its folder and rerun python setup.py develop)