Open qlchang opened 2 years ago
There's a quickly way to generate the pkl files: Firstly, use a docker environment with pyigl:
docker pull gilureta/pyigl
Then, pull the .../ugscnn-master/meshcnn direction into the docker
Next, get into the meshcnn dir and use such python command:
import mesh
icos = mesh.export_spheres([0,1,2,3,4,5],'./')
Finally you can get pkl files.
hello author: The pkl ifles cannot downloaded, could you share them with me? or when to generate pkl files locally, the pyigl cannot be installed, could you share me the pyigl package that you used. on the other hand, the higher version igl can be installed, but it has no the eigen, please tell me the solution. Thanks!