Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

Env setup error #6

Open 013292 opened 1 year ago

013292 commented 1 year ago

Thanks for the open source. I'm running a docker with CUDA11.7 Ubuntu22.04 on a machine with 4 RTX3090 24G cards. When i followed the instruction of environment setup, there are some problems:

Lakonik commented 1 year ago

Hi! Thank you for your interest in our work!

mmgen 0.7.2 should be compatible with mmcv 1.6.0 if you check their code, so you may try installing from source:

git clone https://github.com/open-mmlab/mmgeneration && cd mmgeneration && git checkout v0.7.2
pip install -v -e .