huangzehao / caffe-vdsr

A Caffe-based implementation of very deep convolution network for image super-resolution
MIT License
273 stars 134 forks source link

Some questions about DEM(>255) #49

Closed quankainwafu closed 5 years ago

quankainwafu commented 5 years ago

Thanks for your work. I use the code to test my DEM image(only Y channel)(3000-3500), It did not work first,I delete the ' 255 'in the code ,it works but the PSNR is really bad. I thought it was beacuse the train set is not match ,so i try to train it for half a month when i use several kinds of data set,but i could not get a good result which better than bicubic ,the result is just the same as bicubic ,I once thought I make the code wrong,but I fail to fix it . Could you help me?Thank you .