NeuTex icon indicating copy to clipboard operation
NeuTex copied to clipboard

Results 8 NeuTex issues
Sort by recently updated
recently updated
newest added

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: ![step-01000000-ray_color](https://user-images.githubusercontent.com/36201670/146943888-4e7ff91a-e466-4388-b263-80da0117a01e.png) 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: ![image](https://user-images.githubusercontent.com/62001492/148330171-93792fd4-9d1f-4b57-9013-ed7ea7614031.png) 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?