DIDN
DIDN copied to clipboard
Generation rules for training sets
Hi Author, I am trying to train my data set. So,I am very curious about the data content generation rules in training_rgb_5to50_uint8_samples.h5. If possible, could you please share this file through baidu cloud disk or some other ways ?Thank you very much.
Hi, ./data folder includes dataset generation .m files using matlab.
Hello, I would like to ask why the test results do not correspond to the original picture? for example, the picture of noisy_mat_s50_init/text0001.mat and the picture of result/text0001.png aren't same. If you have time, I hope you can help me with this problem. thank u very much!
---Original--- From: "SonghyunYu"<[email protected]> Date: 2020/11/10 14:10:05 To: "SonghyunYu/DIDN"<[email protected]>; Cc: "Author"<[email protected]>;"lililaaaaaa"<[email protected]>; Subject: Re: [SonghyunYu/DIDN] Generation rules for training sets (#5)
Hi, ./data folder includes dataset generation .m files using matlab.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
If it means input and output file names do not match, I think it would help to use the sorted() function to the 'origin_names' variable in the evaluation code like: origin_names = sorted(os.listdir("file path"))
I have solved this problem. thank u very much!
---Original--- From: "SonghyunYu"<[email protected]> Date: 2020/11/10 16:08:11 To: "SonghyunYu/DIDN"<[email protected]>; Cc: "Author"<[email protected]>;"lililaaaaaa"<[email protected]>; Subject: Re: [SonghyunYu/DIDN] Generation rules for training sets (#5)
If it means input and output file names do not match, I think it would help to use the sorted() function to the 'origin_names' variable in the evaluation code like: origin_names = sorted(os.listdir("file path"))
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.