You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yuanshuai220 please also load im_h_y from mat file after converting rgb images into ycbcr images in matlab. PIL library cannot give you the best performance in calculating PSNR.
@yuanshuai220 ,Hi,I don't know why it needs so much memory when test and the train is normal. Have you ever had this problem?
::
RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-bld/pytorch_1501969512886/work/pytorch-0.1.12/torch/lib/THC/generic/THCStorage.cu:66
I want to calculate PSNR on Y channel.
I have got
im_gt_y
andim_b_y
through the mat format files.But I have some trouble in getting
im_h_y
fromim_h
The result was not right.
I tried to transform the
im_h
to YCbCr byImage
It still doesn't work.
Can you give me some advice here.
The text was updated successfully, but these errors were encountered: