nerfies icon indicating copy to clipboard operation
nerfies copied to clipboard

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.

Results 42 nerfies issues
Sort by recently updated
recently updated
newest added

I hope this email finds you well. My name is Celine Liu in LanChi Venture Capital. I wanted to reach out to express our keen interest in your project and...

Hi, In **nerfies**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` absl-py==0.13.0 flax==0.3.4 gin-config@git+https://github.com/google/gin-config@243ba87b3fcfeb2efb4a920b8f19679b61a6f0dc imageio==2.9.0 immutabledict==2.2.0 jax==0.2.20 numpy==1.19.5...

I0414 10:36:42.831109 140578513020736 train.py:273] Starting training Current thread 0x00007fed4e792740 (most recent call first): File "/home/anaconda3/envs/nerfies/lib/python3.8/site-packages/numpy/core/fromnumeric.py", line 2033 in shape File "", line 200 in shape File "/home/anaconda3/envs/nerfies/lib/python3.8/site-packages/jax/_src/api.py", line 1307 in...

Follow the step in readme. I got the following error ``` Traceback (most recent call last): File "train.py", line 23, in from flax import jax_utils File "/usr/local/lib/python3.8/dist-packages/flax/__init__.py", line 36, in...

I am trying to train a nerfie using 8 GPUs, but training hangs at some early steps (about 1-5 k) every time. I tried to decrease batch size, but it...

Hello, thank you for this work first of all. Currently I'm trying to reimplement this work in Pytorch and I'm facing a specific problem. My problem is, that the rendered...

When I use pip pip install -r requirements.txt,I found I can not link to https://github.com/google/gin-config@243ba87b3fcfeb2efb4a920b8f19679b61a6f0dc. And the error is: fatal: Couldn't find remote ref 243ba87b3fcfeb2efb4a920b8f19679b61a6f0dc, so how can i solve...

Hello, first of all, thank you for releasing the amazing work that is Nerfies. I was wondering what code / method was used to register the stereo RGB sequences captured...

Realizar un leyan de empresas de ventanas de aluminio

I'm getting the error ERROR: Failed to parse options - unrecognised option '--export_path' in the reconstruction cell. I was able to fix it locally by replacing export_path with output_path Hope...