Zhihang Zhong

Results 5 issues of Zhihang Zhong

Hi, the performance of MPRNet is impressive! I am wondering if you could also test MPRNet on our newly released real blur dataset BSD (more blur intensity and motion pattern...

Hi, thanks for sharing this nice work! Could you please provide an inference api so that, for example, the user only needs to provide the path to the image and...

Add two papers accepted by ECCV2022

Hi, thanks for sharing this nice work! Could you please provide an inference api so that, for example, the user only needs to provide the path to the image and...

Found a bug as follows: `h,c = self.convlstm( e128 , hidden_state )` `d64 = self.dblock1( h )` The official src code uses c to decode, not hidden state h. `h,c...