JNeRF
JNeRF copied to clipboard
JNeRF is a NeRF benchmark based on Jittor. JNeRF re-implemented instant-ngp and achieved same performance with original paper.

``` (jnerf) ➜ python git:(master) python Python 3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 06:05:16) [Clang 12.0.1 ] on darwin Type "help", "copyright", "credits" or "license" for...
https://waymo.com/research/block-nerf/
https://mobile-nerf.github.io/
How can we use the llff dataset as origin nerf for some results, I wonder if some interfaces for the llff input, since I'm not sure whether there can be...
您好,我在WSL2上运行ngp_base.py代码,遇到了这样的报错,请问应该如何处理,谢谢 
Loading config from: ./projects/ngp/configs/ngp_base.py load train data Traceback (most recent call last): File "/home/featurize/JNeRF/python/jnerf/utils/registry.py", line 33, in build_from_cfg module = obj_cls(**args) File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py", line 111, in __init__ self.load_data() File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py",...
Each time I run lego or fox sample, the display memory warning promps immediately when it is validating. The memory-usage when training is about 5400M/ 12G. But it fills up...
'python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py --task test', after successful execution with lego, where can I see the output of the 3D model?