nikeshkrishnan

Results 2 issues of nikeshkrishnan

ISSUE WHILE RUNNING generate_rgb_data.py: TypeError: Layout of the output array is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels) FIx: CHANGE rgb_clean = rgb_clean[padh[j]:-padh[j],padw[j]:-padw[j],:] rgb_noisy = rgb_noisy[padh[j]:-padh[j],padw[j]:-padw[j],:] TO...

Traceback (most recent call last): File "./scripts/DIFRINTStabilizer.py", line 105, in fhat, I_int = DIFNet(fr_g1, fr_g3, fr_o2, File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", l return forward_call(*input, **kwargs) File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/parallel/data_paralle return self.module(*inputs[0], **kwargs[0]) File "/home/nikesh/stabl/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", l...