maxjiang93 / ugscnn

Spherical CNNs on Unstructured Grids Using Parameterized Differential Operators
Other
166 stars 23 forks source link

pkl files cannot be downloaded #7

Open qlchang opened 2 years ago

qlchang commented 2 years ago

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!

xzwbsz commented 1 year 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.