Yang Boseung
Yang Boseung
On line 169, there is if-else statement (if scene == 'brandenburg_gate':) that occurs error unless the given scene is brandenburg gate. I erased this line for testing other scene, but...
I tried some of phototourism example(https://github.com/kwea123/nerf_pl/releases/tag/nerfw_branden), but none of phototourism examples did not evaluate mean psnr value. None of mine does nor none of examples in the link does. On...
In paper, It is written that VRAM consumption is way lower than others, 256mb or somethin. But when I train bicycle dataset with command below, I checked nvidia-smi and it...
 The whole error message is down below. This happens when clicks 'generate' button at gradio, it successfully generate "processed image" and "generated multiviews', but occurs error at next step....
I met this problem while building your demo through readme. > `(merf) gpuadmin@sg6:~/YBS/merf$ ./train.sh > 2024-07-10 10:11:11.173861: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:479] Unable to register cuFFT factory: Attempting to register factory for plugin...
At paper, global significance calcuation is shown below.   In the code, I found this one at calculate_v_imp_score.  From what I understand, this method returns Global Significance score,...