qingsenyangit / AHDRNet

Attention-guided Network for Ghost-free High Dynamic Range Imaging
133 stars 36 forks source link

Using the given model,PSNR-u is lower than the cvpr repoerted #14

Closed LiuzhuForFun closed 3 years ago

LiuzhuForFun commented 3 years ago

def range_compressor_tensor(x): const_1 = torch.from_numpy(np.array(1.0)).cuda() const_5000 = torch.from_numpy(np.array(5000.0)).cuda() return (torch.log(const_1 + const_5000 * x)) / torch.log(const_1 + const_5000) Is this fuction not correct? Thanks

wensongc commented 2 years ago

大佬,我用这里的pt文件,复现的结果比论文低,请问你复现出来论文的结果了吗?

LiuzhuForFun commented 2 years ago

可以

---Original--- From: @.> Date: Sun, Apr 24, 2022 11:13 AM To: @.>; Cc: @.>;"State @.>; Subject: Re: [qingsenyangit/AHDRNet] Using the given model,PSNR-u is lower than the cvpr repoerted (Issue #14)

大佬,我用这里的pt文件,复现的结果比论文低,请问你复现出来论文的结果了吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

wensongc commented 2 years ago

谢谢大佬回复,是需要继续训练还是直接用这里面的pt文件就可以呀?

LiuzhuForFun commented 2 years ago

重新训练一下吧

LiuzhuForFun commented 2 years ago

通过调学习率能收敛

wensongc commented 2 years ago

明白了,感谢大佬!