muelea/shapy

any Google Colab notebook for Shapy?

metaphysician opened this issue · 2 comments

just curious. i'm on a M1 MacStudio and would love to run this locally but even a Colab notebook would help. i did register and got the shapy data and Model Agency data. thanks!

I tried, but I am having many issues setting it up. I got stuck in the below error.
Any help will be appriciated

/content/shapy/measurements
Traceback (most recent call last):
File "/content/shapy/measurements/virtual_measurements.py", line 15, in
from body_measurements import BodyMeasurements
File "/content/shapy/mesh-mesh-intersection/body_measurements/init.py", line 1, in
from .body_measurements import BodyMeasurements
File "/content/shapy/mesh-mesh-intersection/body_measurements/body_measurements.py", line 6, in
from mesh_mesh_intersection import MeshMeshIntersection
File "/content/shapy/mesh-mesh-intersection/mesh_mesh_intersection/init.py", line 18, in
from .mesh_mesh_intersection import MeshMeshIntersection
File "/content/shapy/mesh-mesh-intersection/mesh_mesh_intersection/mesh_mesh_intersection.py", line 29, in
import mesh_mesh_intersect_cuda
ImportError: /content/shapy/mesh-mesh-intersection/mesh_mesh_intersect_cuda.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNK2at6Tensor6deviceEv

Hi, here's a Colab example. I hope it's still helpful.