Open cuevhv opened 1 year ago
I don't think it's a problem with the config file. The NeRF model used in this github code is inconsistent with the NeRF mentioned in NeRFace paper. The neural network structure mentioned in NeRFace paper is consistent with the vanilla NeRF(8 fully-connected ReLU layers). But only 6 fully connected layers are used in the code. I don’t know what the purpose of the author. You can refer here for more details. vanilla NeRF.txt NeRFace github NeRF.txt
Hi,
Thank you for your work and code. The results on the paper look amazing. I used person_2 from your dataset and the config file attached at the end, and trained the network for 400k following your paper. The face looks good, but the shoulders are way too blurry compared to the image in the paper (Fig 5, second row). Could you let me know if there are different parameters I should use or if there are some parts of the code I should modify?
Thanks for the help!