JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

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

Results 50 JNeRF issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/429211/184706265-78375fc9-7039-4eba-b551-399c4cca4614.png)

``` (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代码,遇到了这样的报错,请问应该如何处理,谢谢 ![批注 2022-07-06 222936](https://user-images.githubusercontent.com/64143972/177574921-956c246b-17b2-4d4d-afc0-698b89c47dbe.png)

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?