NeuTex
NeuTex copied to clipboard
Hi @fbxiang , thanks for sharing the codes. I did some simple experiments, and it seems that removing the cycle loss leads to better novel view synthesis (but maybe more...
Hi, thanks for the amazing work! I train the network on scan 114 data and got accurate rendering results like this:  However, when I run [visualize_nerf_atlas_radiance.py](https://github.com/fbxiang/NeuTex/blob/master/run/visualize_nerf_atlas_radiance.py) to visualize the...
Hello, Could you give me more detailed guidelines for using custom datasets? I tried to follow your guidelines, but I was confused about how to set these fields:  I...
非常感谢您能开源代码! 在复现过程中遇到了点问题: 1. run文件夹下的dtu.sh文件 2. 跑run文件夹下的dtu-freeze.sh时,需要'./checkpoints//114/latest_states.pth'
Amazing work. I have some q I find there is only UV as inputs in [TexMLP](https://github.com/fbxiang/NeuTex/blob/27b5236c29fa3114d490303d9c107459edf13bf2/models/texture/texture_mlp.py#L64), but as mentioned in the paper, there is view direction and uv as inputs....
hello,this is a great work and thanks for your sharing. when I run the demo(dtu.sh) you provided, I'm a bit confused and I need your help. In your paper "NeuTex",...
Hi @fbxiang Great work! Could you share the weights/checkpoints of the models you have trained?