nerfies
nerfies copied to clipboard
This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
HI I was trying to run the colab notebook Nerfies Training v2.ipynb after having run the Nerfies Capture Processing v2.ipynb on a video. I got stuck on an error that...
I'm getting this error on the "initialize model" cell. UnfilteredStackTrace: TypeError: broadcast_to requires ndarray or scalar arguments, got at position 0.
Including the stacktrace for the type TypeError Traceback (most recent call last) [/usr/local/lib/python3.7/dist-packages/nerfies/models.py](https://localhost:8080/#) in construct_nerf(key, config, batch_size, appearance_ids, camera_ids, warp_ids, near, far, use_warp_jacobian, use_weights) 485 }, 486 init_rays_dict, --> 487...
Hello, Could we have the original videos for the dataset? I wanna run through the 'Process a video into a Nerfie dataset' colab notebook with the original video.
In the second to last code block, 'camera' key is not specified for batch metadata. render = render_fn(state, batch, rng=rng) What do I set it to?
when calling: state = jax_utils.replicate(state, devices=devices) the terminal return: AttributeError: module 'jax' has no attribute 'api'
Thanks for sharing this project. I just wanted to add that the nerfies training v2 colab notebook as linked currently fails for reasons fixed in main already, specifically in commit`f24f3fd`....
Hi! Thank you for releasing this codebase! I was wondering if the dynamic scenes, namely Broom/Tail/Drinking gathered by the authors could also be released. I couldn't find the links to...
Thank you for your excellent work! Could you should a demo for the 3D reconstruction you mentioned in your paper?
Hi there, Thank for your amazing work! I tried to reproduce the result on broom case with default setting on 8 gpus. trained with "python train.py --jax_data_dir=$PATH_TO_DATA/broom --jax_base_folder=$WORK_DIR --jax_gin_configs=$PATH_TO_PROJ/nerfies/configs/gpu_vrig_paper.gin" &...