chadyang

Results 8 comments of chadyang

ok, thanks, you can commit a merge request to this repo

@YongyiTang92 @675492062 Thank you for reminding, I will check the codes and revise them if it is necessary.

@RaoHaocheng Actually, matmul is another version of Non-local block.

for Q1: self.input_train = tf.placeholder(tf.float32, [self.batchsize, self.input_height, self.input_width, self.input_channel], name='input_train') self.input_test = tf.placeholder(tf.float32, [self.batchsize, self.input_height, self.input_width, self.input_channel], name='input_test') Once you want to test only one image, you should rewrite this...

rgb nnUyi Email:[email protected] Signature is customized by Netease Mail Master On 06/30/2019 17:02, liang xiao wrote: hello,calculate psnr by RGB or YCbCr? — You are receiving this because you are...

both PSNR and SSIM metrics are calculated by RGB format...

Yeah, I am busy preparing for AAAI recently. All the pre-trained models will released later.