SSDNeRF
SSDNeRF copied to clipboard
Env setup error
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:
- I installed mmgen==0.7.2 and mmcv==1.6.0 but when I run the train.py there is error like this:
AssertionError: MMCV==1.6.0 is used but incompatible. Please install mmcv>=1.3.16, <=1.5.0. - If I degrade the mmcv to 1.5.0, there is error like this:
ModuleNotFoundError: No module named 'mmgen.models.architectures.stylegan.ada'
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 .