nerfactor icon indicating copy to clipboard operation
nerfactor copied to clipboard

Neural Factorization of Shape and Reflectance Under an Unknown Illumination

Results 7 nerfactor issues
Sort by recently updated
recently updated
newest added

I train successfully in shape pre-training but stuck in joint optimization. 2022-09-27 02:30:25.358618: E tensorflow/core/kernels/check_numerics_op.cc:289] abnormal_detected_host @0x7f43f6808a00 = {1, 0} Not a number (NaN) or infinity (Inf) values detected in...

Hi, thank you for the inspiring work and your open source code!When I run the following script, I get an ValueError report the at step II. Joint Optimization in Training,...

hi, when I train vanilla nerf, there are countless threads, and sever is about to freeze. I found that this occurs due to https://github.com/google/nerfactor/blob/main/nerfactor/networks/embedder.py `freq_bands = 2. ** tf.linspace(0., log2_max_freq,...

I can use COLMAP create LLFF successfully, but I can't understand how to do next. Can you explain it to me in more detail? thanks!! ![1690101601307](https://github.com/google/nerfactor/assets/94054234/dc5790dd-318c-418c-8076-8435cacd64c8)

Hello, According to paper, MLPs skip connection is on layer 2 (starting from 0 is the third one) but using nerfactor I've seen strange behaviour so I checked the code....

How to get the angle view direction and light direction in the paper?