zychen-ustc / PSD-Principled-Synthetic-to-Real-Dehazing-Guided-by-Physical-Priors

Zeyuan Chen, Yangchao Wang, Yang Yang and Dong Liu. "PSD: Principled Synthetic-to-Real Dehazing Guided by Physical Priors". IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021.
MIT License
115 stars 19 forks source link

main.py部分丢失 #15

Closed gzw820 closed 2 years ago

gzw820 commented 2 years ago

非常感谢您的工作,但是在main.py中,找不到data_utils中的TrainData、ValData,您能提供一下吗?非常感谢!

Lixia1221 commented 2 years ago

我也遇到了这个问题,请问你解决了吗

Eazin-g commented 2 years ago

请问你 这个问题解决了吗?

JOoooooOOOOOoe commented 2 years ago

能提供datautils的代码吗,我也遇到这个问题了

zlou commented 2 years ago

I haven't run the code myself yet but seems that the problem is the folder structure is somewhat changed. The dataset class are all in this file.

zychen-ustc commented 2 years ago

您好。非常抱歉,我在整理代码的过程中遗漏了一些路径的更新。TranData与ValData的代码包含在PSD/datasets/pretrain_datasets.py文件中。

JOoooooOOOOOoe commented 2 years ago

非常感谢您的回复,我有一个问题想向您请教。把图片的crop_size设置成128时候报错说某一层图片已经比卷积核小了,我可以继续修改网络吗还是得改成256

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: zychen @.> 发送时间: 2022年4月2日 12:02 收件人: zychen-ustc/PSD-Principled-Synthetic-to-Real-Dehazing-Guided-by-Physical-Priors @.> 抄送: JOoooooOOOOOoe @.>, Comment @.> 主题: 回复:[zychen-ustc/PSD-Principled-Synthetic-to-Real-Dehazing-Guided-by-Physical-Priors] main.py部分丢失 (Issue #15)

您好。非常抱歉,我在整理代码的过程中遗漏了一些路径的更新。TranData与ValData的代码包含在PSD/datasets/pretrain_datasets.py文件中。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

zychen-ustc commented 2 years ago

最好是改成256。如果改变网络结构的话,你需要重新训练,而且模型performance可能会受到影响