nmwsharp / diffusion-net

Pytorch implementation of DiffusionNet for fast and robust learning on 3D surfaces like meshes or point clouds.
https://arxiv.org/abs/2012.00888
MIT License
398 stars 50 forks source link

Is it possible to run on a mac laptop? #1

Open katjaq opened 3 years ago

katjaq commented 3 years ago

Hello, Is it possible to run the code on a mac laptop (no cuda...). I can start by removing the cuda requirement from the .yml file. But I still get errors with libgcc-ng, etc. Thank you!

nmwsharp commented 3 years ago

Hi!

In theory it should be possible to run without CUDA, but I haven't ever done so myself. (as usual, disclaimer that it may be very slow without CUDA)

I just tried running it myself on my mac, but when I tried to install packages conda failed to install libIGL on my machine for some reason, so no luck there! I'm hoping to release an updated version soon that removes the libIGL dependency and some other dependencies as well....

If you can share more specifically what error you're getting from which package I might be able to help out.