PeterouZh / CIPS-3D

3D-aware GANs based on NeRF (arXiv).
MIT License
610 stars 60 forks source link

Configuration environment issues #6

Closed Stephanie-ustc closed 2 years ago

Stephanie-ustc commented 2 years ago

Hi,good job!

I have a problem, please help me.

pip install -e torch_fidelity_lib ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /media/sdb/wd/test_code/CIPS-3D/torch_fidelity_lib

PeterouZh commented 2 years ago

Could you check if there is a setup.py file in the torch_fidelity_lib directory?

If the directory is empty, I suggest you re-clone the code using the command

git clone --recursive https://github.com/PeterouZh/CIPS-3D.git.

Stephanie-ustc commented 2 years ago

thank you!