Yen-Chen Lin

Results 50 comments of Yen-Chen Lin

Hello @TontonTremblay and @krrish94 , I also have a PyTorch implementation: https://github.com/yenchenlin/nerf-pytorch It reproduced the results at 400x400 resolution. Pre-trained models on 6 scenes are provided, more will be added...

Thanks for the contribution! One quick question, is there a NeRF example built on top of Visu3d?

You are correct, I'll test this and then merge it if it works.

Hello @seungwooYoo , I've tried the code in this PR and also try to enhance the discriminator to 6-layer. However, the results seems more blurry than before. How is the...

No, I haven't come out a solution yet 😞 Please let me know if you do.

Yes, I think Wasserstein distance would help! Do you wanna make a PR?

Hello @dunbar12138 , you can use multi-gpu training by adding `CUDA_VISIBLE_DEVICES=0,1` in front of training commands. > the code works well with factor=8 on fern data. Are you using `N_rand=4096`...

@kwea123 Can you explain more and suggest how to make it better? Willing to learn from you and improve the codebase! Specifically, 1. Do you usually train `N_rand=4096` on a...

May I know what's your goal here? 1) Solve Vulkan error to enable DLSS 2) Solve the Uncaught exception which causes the program to crash If the goal is 1),...