Holmes-Alan

Results 27 comments of Holmes-Alan

same error here, have you resolved it?

I know where the problem is. When training the NeRF on your own data, use downscaled images, rather than the original size. More importantly, downsampling your own images by 8...

Firstly, you need to unzip data into the folder. Secondly, I have just upload "prepare_images.py" for testing.

The input LR image is pre-upsampled by Bicubic. Please read the paper and see the details.

Sorry, I just uploaded it.

Unsupervision is for super-resoltuion where we only have LR images and no HR images. As for denoising, we have both noisy and clean image with same resolution provided by NTIRE2020.

You need to modify the model file since we tried the network on two GPU using torch.nn.DataParallel(). If you only use one GPU, you need to change the load function...

yes, we have modified this typo, and you can check the newest version for your research. Thank you