We list some common issues faced by many users and their corresponding solutions here.
Feel free to enrich the list if you find any frequent issues and have ways to help others to solve them.
-
"No module named 'mmcv'"
- Install mmcv-full following the installation instruction
-
"No module named 'raymarch'"
- Change workdir to extensions' directory using
cd extensions/ngp_raymarch
- Compile cuda extensions using
rm -rf build && clear && python setup.py build_ext --inplace
- Install cuda extensions using
python setup.py install
- Change workdir to extensions' directory using