Zheng Hui (惠政)

Results 3 issues of Zheng Hui (惠政)

@Vious Hello, can you provide the pretrained model? Thank you!

@MTlab Hello, I found that the unet-like architecture is employed in your experiment. This structure adopts convolutions with the stride of 2 and pooling layer. If the input image with...

Hello, I carefully read your test code and find that you use opencv to read image. https://github.com/opteroncx/SESR/blob/e43f85b04c90b56467aef920a7c3ca9e01bb9205/test.py#L63-L65 Actually, the `img` is in BGR mode. So the following operations are wrong....