ActiveNeRF icon indicating copy to clipboard operation
ActiveNeRF copied to clipboard

Official repository of ActiveNeRF (ECCV2022)

Results 12 ActiveNeRF issues
Sort by recently updated
recently updated
newest added

hi , when will the code be released?

@Panxuran Hi Xuran, thanks for your awesome work! In Sec 4, you mentioned 'Following previous researches in Bayesian neural networks, we take the model output as the mean'. However, the...

Hello, I'm trying to reproduce the synthetic scene results in setting 1, but I can't. I believe the released code is ActiveNeRF-CL, right? Could you check the config settings I...

Hi, I appreciate that you shared your great work. I am wondering how you computed the training + inference time in Table 2 in the paper. When I run the...

Hi, thank you for the amazing work. After reading the paper, I have a few questions about the information gain function. In your work, you define it as the subtraction...

Hi, what I understand is that ActiveNeRF selects the best subset of samples for the model from a large number of samples, but in this way, it still need a...

Hi, Thanks for the great work! I notice that in Table 2 there are two settings NeRF+Random and NeRF†, and I'm a little confused about the difference between these two...

Thank you for your impressive work! I have a couple of questions regarding your Equation 11 and its corresponding code snippet: Equation 11 corresponds to the following code `img2mse_uncert_alpha =...

Hi, I'm trying to make run_nerf.py use a specific gpu on my machine by setting os.environ['CUDA_VISIBLE_DEVICES'] = 'gpu id' before importing torch, but it always tries uses gpu 0. How...

Hi, can I visualize the scene while training? Thanks!