Jittor / JNeRF

JNeRF is a NeRF benchmark based on Jittor. JNeRF re-implemented instant-ngp and achieved same performance with original paper.
Apache License 2.0
638 stars 75 forks source link

有关import jnerf的问题 #55

Open chenyan1123 opened 2 years ago

chenyan1123 commented 2 years ago

你好,我已经安装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 commented 2 years ago

然后运行 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'

Jittor commented 2 years ago

请问您有按照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: @.***>