DIDN icon indicating copy to clipboard operation
DIDN copied to clipboard

Generation rules for training sets

Open lililaaaaaa opened this issue 4 years ago • 4 comments

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.

lililaaaaaa avatar Aug 28 '20 06:08 lililaaaaaa

Hi, ./data folder includes dataset generation .m files using matlab.

SonghyunYu avatar Nov 10 '20 06:11 SonghyunYu

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.

lililaaaaaa avatar Nov 10 '20 07:11 lililaaaaaa

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"))

SonghyunYu avatar Nov 10 '20 08:11 SonghyunYu

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.

lililaaaaaa avatar Nov 10 '20 08:11 lililaaaaaa