nerfies
nerfies copied to clipboard
This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
Hi, Nerfies team. Thank you for creating such great work! I cannot run `eval.py`. However, `train.py` is working properly. Any suggestion to solve the problem? Thank you. **Configuration:** ``` include...
repro - - capture a head **as still as possible** - not one's own but a subject against a wall looking at fixed point. in my test the starting point...
I have Colab Pro and a total of 80 (4k res) frames that I have been trying to process with the `Process a video into a Nerfie dataset` Colab notebook...
thank you for your replay
Traceback (most recent call last): File "D:/VS/python/nerfies-main/train.py", line 23, in from flax import jax_utils File "D:\RJ\A\python3.8\lib\site-packages\flax\__init__.py", line 36, in from . import core File "D:\RJ\A\python3.8\lib\site-packages\flax\core\__init__.py", line 15, in from .axes_scan...
Thanks a lot for sharing the code! I noticed that there are mask and mask colmap folders in the dataset you shared, but I could not generate these two folders...
Hi developers, I find there are still a lot of issues caused by the code bugs on the Nerfies@v2. These issues has been opened on the issue sections inclduing #58...
Hello! I can't find the hyper-parameter related to the canonical time. Maybe it's my fault but I can't ensure. So does this not exist? If the answer is no, then...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...
i run the on the colab,in Reconstruction. # @title Reconstruction. # @markdown Run structure-from-motion to compute camera parameters. refine_principal_point = True #@param {type:"boolean"} min_num_matches = 32# @param {type: 'number'} filter_max_reproj_error...