muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
305 stars 44 forks source link

any Google Colab notebook for Shapy? #12

Open metaphysician opened 2 years ago

metaphysician commented 2 years ago

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!

sonujaved commented 1 year ago

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

muelea commented 1 year ago

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