JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

有关import jnerf的问题

Open chenyan1123 opened this issue 3 years ago • 2 comments

你好,我已经安装jittor,且可以运行example 可是我import jnerf 却出现错误 (/cloud/conda) ➜ work python Python 3.9.12 (main, Jun 1 2022, 11:38:51) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.

import jnerf Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'jnerf' 请问如何解决

chenyan1123 avatar Oct 26 '22 12:10 chenyan1123

然后运行 python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py这一步就会报错:Traceback (most recent call last): File "/home/featurize/work/JNeRF/tools/run_net.py", line 7, in from jnerf.runner import Runner,NeuSRunner ModuleNotFoundError: No module named 'jnerf'

chenyan1123 avatar Oct 26 '22 13:10 chenyan1123

请问您有按照readme里面的安装脚本,运行pip install吗?

---原始邮件--- 发件人: @.> 发送时间: 2022年10月26日(周三) 晚上9:08 收件人: @.>; 抄送: @.***>; 主题: Re: [Jittor/JNeRF] 有关import jnerf的问题 (Issue #55)

然后运行 python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py这一步就会报错:Traceback (most recent call last): File "/home/featurize/work/JNeRF/tools/run_net.py", line 7, in from jnerf.runner import Runner,NeuSRunner ModuleNotFoundError: No module named 'jnerf'

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Jittor avatar Oct 27 '22 01:10 Jittor