MemNet
MemNet copied to clipboard
Can you give a test using python caffe
Recently I use python caffe to test your model,but the effect is shit.And I use python opencv2.4.11 to read the image,change the input channels to RGB,use the matlab formula to change channels to y_cb_cr.But I also get a bad result.Could you help me to fix it
The bicubic interpolation algorithm in python opencv is different from that in matlab. I found PIL.image.resize() function can obtain approximate result. @akafen