hypernerf
hypernerf copied to clipboard
Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
I have been testing the Geman-McClure loss implemented in the repo, more specifically the model_utils.general_loss_with_squared_residual() with alpha = -2. However, the output, as shown below, is very different from my...
Fix for issues #32 #25 #24
Model initialization step within colab using tpu and default configuration exits with error. Errors are nested through jax and hypernerf, but it appear that the root is https://github.com/google/hypernerf/blob/d433ebeba4ddd91fd83aa9af3423333d2d5934e7/hypernerf/model_utils.py#L119 within the...
Hi, during demo in jupyter notebook there is a shape error occuring when the code goes into rendering. Any clue to fix this error? ``` 9 frames /usr/local/lib/python3.7/dist-packages/hypernerf/evaluation.py in render_image(state,...
Hi authors I am getting this error while running train.py script. I have not made any changes to the code. If I may ask, what was your build setup and...
Hello everyone, Can someone help me to run this code locally on my computer? I run train.py and eval.py for my own dataset and my render folder is empty. actually...
dataset
Hello, I would like to know how to process my own data set. The medical data set in the video of my data set moves slowly, the data I processed...
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...
Hello! I want to produce a hyper-space template with my own dataset, but I have no idea how I can do it. Could you please give me some instructions on...
Hi Author! The eval script doesn't seem to compute the LPIPS metric. The function [here](https://github.com/google/hypernerf/blob/main/eval.py#L69) seems to compute the SSIM instead.