XunshanMan / MVGFormer

This is the official implementation of the work presented at CVPR 2024, titled Multiple View Geometry Transformers for 3D Human Pose Estimation (MVGFormer).
Apache License 2.0
39 stars 0 forks source link

How can i setup it using macos M1 #6

Open angushhz opened 3 months ago

angushhz commented 3 months ago

I am reseach relevent to your paper. I want to setup and run experiment. But in this step CUDA_HOME=/usr/local/cuda-11.0/ python setup.py build install

In macosm1 dont use nvda. therefore i can't use cuda for start it.

Do you have any idea for setup project ? Thank you for your response.

XunshanMan commented 3 months ago

Hi, thanks for the interest. Since our project requires the Ubuntu operating system, with Nvidia GPU and CUDA environments, I do not think MacOS is available. I would suggest using a PC with Nvidia GPU, or use a cloud virtual machine.