google / nerfactor

Neural Factorization of Shape and Reflectance Under an Unknown Illumination
https://xiuming.info/projects/nerfactor/
Apache License 2.0
437 stars 56 forks source link

When I train vanilla nerf, there are countless threads. #39

Open meixinyu1 opened 11 months ago

meixinyu1 commented 11 months ago

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, n_freqs)