Srameo / DNF

[CVPR 2023 Highlight] DNF: Decouple and Feedback Network for Seeing in the Dark
Other
139 stars 7 forks source link

Problem when pack raw with Fuji dataset #17

Open Cynicarlos opened 2 weeks ago

Cynicarlos commented 2 weeks ago

Dear author, is the resolutionof Fuji dataset is 4032 6032 instead of 4000 6000 as you mentioned in your paper? So, how can I pack it into 9 channels when the size can not be devided by 3? When I use your code '_pack_raw()', I got the shape (b,9,1344, 2010), then how can I make it to the original shape (3, 4032, 6032)? I'm confused since 2010 can not be devided by 6032, generally , the output size should be same as or double to the input size, right? Thank you!