Closed ghimiredhikura closed 6 years ago
@ghimiredhikura Hello, the above code segment indicates that preparing the input image first and then sent it to the network. It is a basic operation in MatCaffe, I recommend you learn the official guidance of matcaffe. If you are familiar with pytorch, you can reference a third party implementation of IDN.
Thank you @Zheng222 . Actually I successfully reproduce results in using opencv dnn.
Thank you @Zheng222 for this wonderful work.
I am trying to use opencv dnn inference module for your SR method. I will be grateful if you can explain these lines of code in your
IDN-Caffe/test/test_IDN.m
file.Best, Deepak