-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not run the project #12
Comments
Hi again. I've managed to progress a bit in my attempt to run BUDDI. I had to install some additional packages. # Eventually update conda
# conda update conda
conda create -n hhcenv39 python=3.9
conda activate hhcenv39
conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install -c bottler nvidiacub
conda install pytorch3d -c pytorch3d
conda install -c conda-forge tensorboard
pip install opencv-python smplx scipy scikit-image loguru omegaconf ipdb einops chumpy trimesh setuptools==58.2.0
+ conda install -c conda-forge gcc==12.3.0
+ conda install -c conda-forge gxx==12.3.0
conda run -n hhcenv39 --live-stream pip install 'git+https://github.com/facebookresearch/detectron2.git'
pip install mmcv==1.3.9 timm
pip install -v -e third-party/ViTPose/
pip install simple_romp==1.1.3
+ pip install pyrender
+ pip install wandb
Then I tried running the script as stated in the README
However, the environment is still not correct. First, it complains about some NumPy problem:
Then, another problem arises, some kind of incompatibility between my GPU, my CUDA install and the installed PyTorch version:
I hope this helps in fixing/updating the dependencies. |
Hi!
I'm trying to run the project, but I'm having problems setting up the environment.
Locally
First, I tried using it in my own computer. It's running Arch Linux, and I could follow the instructions from Install Conda Environment until I tried to install
detectron2
, which I couldn't manage to do.I understand that this is an issue with detectron2 and not specifically with BUDDI, but maybe this wouldn't happen if I could match the rest of the software versions and the like. What OS do you use?
Colab
As I couldn't set up the environment, I tried using the linked Google Colab notebook. However, after running the cells, it failed because it couldn't find
SMPLA_NEUTRAL.pth
. As far as I can tell, this "smpla" model is a product of using ROMP, which is not running correctly.Again, this may be ROMP's fault and not BUDDI's, but as I'm not experienced with this particular setup I think it's better to open an issue here and see if it can be easily fixed.
Thanks in advance,
Andrés
The text was updated successfully, but these errors were encountered: