Viktor Rudnev

Results 9 comments of Viktor Rudnev

We manually stopped the training after 5 * 10^5 iterations. The configs can be safely changed to 5 * 10^5, as to make it stop automatically at the correct number...

Hi. Thank you for the kind words! You can change environments used for testing with `--test_env` argument (implemented [here](https://github.com/r00tman/NeRF-OSR/blob/main/ddp_model.py#L378)). There you can either provide a folder with per-view SH environments...

Hi, thank you and sorry for the delay. Please find the masks attached here: [masks_.zip](https://github.com/r00tman/NeRF-OSR/files/14513506/masks_.zip)

Hi, thank you for your interest in the project! The method was designed primarily for outdoor scene relighting, and we didn't test it on indoor scenes ourselves. This means that...

Also it seems like the rendered image is cropped a bit. This is a known issue, as the code assumes 1044x775 resolution for views that have no ground-truth image. A...

Hi. Thank you for the kind words! You can change environments used for testing with `--test_env` argument (implemented [here](https://github.com/r00tman/NeRF-OSR/blob/main/ddp_model.py#L378)). There you can either provide a folder with per-view SH environments...

Hi, thank you and sorry for the delayed response! Something seems wrong with nvcc paths, as `/usr/lib/gcc/x86_64-linux-gnu/7/include/avx512fintrin.h` is from g++-7 libraries, and you are specifically using g++-8 in the arguments....

Thank you! Sorry for the delay. I'll post a guide on how to compile the whole c++ project here this week

Hi, I'm very sorry for the delayed response. Yes, that's the known problem with the offscreen rendering. In the released version, `-o` argument not only disables screen output but unfortunately...