CCNeRF
CCNeRF copied to clipboard
Strange Results on RTX 3090
Firstly, Thanks for opening source for your excellent work.
However, if I run the code on NVIDIA GeForce RTX 3090, I will obtain strange results, as shown below. (If I run it on A100, I will obtain well results.)
I have tried different PyTorch versions (from 1.9.0 to 1.12.0). What is the matter?
The rendered images like and the PSNR are about 16 (could not be optimized well):
@RainbowRui Sorry that I don't have a 30 series card to reproduce this... Since the code is heavily based on TensoRF, could you reproduce TensoRF in 3090?
That's all right! I can have a try!