xjcai
xjcai
i met the same error(cuda oom) when test rdn-liif. did you solve this problem?
> @Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation Can you train the code...
Remove all [], i.e. [rdn-liif.pth] ->rdn-liif.pth and height,width
> > I solved it by replacing the original path in the ` setup.py` with absolute path. > > You are right! replace "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in _setup.py_ I do...
> I forget the details of this project, but I remember that there is a difference between the call to some files in the setup file and the actual file...
> I tried to generate an RGB image before, but I found that the color of the generated RGB image is quite different from the corresponding RGB image on the...
> Well,I followed the tutorial you posted before and should have added gamma correction. Another question is how to obtain the light source spectrum? @Hao-Xu-optics
> You can download their code for HSI2RGB, illuminant spectrum's .mat files are included. For icvl I think illum_6500k is ok. ok,thanks for your suggestion!