mengziyi64 / ADMM-net

ADMM-net (for video SCI)
21 stars 5 forks source link

Can you provide the training and test data required by main.py? #1

Open wwdAlger opened 2 years ago

wwdAlger commented 2 years ago

Although the comment clearly uses DAVIS2017,I don't understand the use of .mat data in the code.

mengziyi64 commented 2 years ago

The code of ADMM-net does not include the training/ testing data. Please refer https://github.com/BoChenGroup/BIRNAT https://github.com/BoChenGroup/BIRNAT for data processing.

2021年11月7日 下午8:05,wwdAlger @.***> 写道:

Although the comment clearly uses DAVIS2017,I don't understand the use of .mat data in the code.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mengziyi64/ADMM-net/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHDZPS3KGG55VJ434M2XLDUKZTRVANCNFSM5HQXYLBQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

wwdAlger commented 2 years ago

Thanks a lot!

wwdAlger commented 2 years ago

请问mask.mat是怎么生成的 可以麻烦解答一下吗?

mengziyi64 commented 2 years ago

仿真mask是 均匀分别的0和1。 对于一次曝光压缩采集的时间内,mask变化多次,变化10次,最后重构压缩比就是10。 这个mask变化通常可以采用两种方式,1 shift version 相邻frame的mask做循环移位;2 每个frame的mask都采用不同的mask。

在 2021-11-08 11:39:51,"wwdAlger" @.***> 写道:

请问mask.mat是怎么生成的 可以麻烦解答一下吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

wwdAlger commented 2 years ago

一次曝光压缩采集的有效期,面膜变化多次,变化10次,最后一次压缩比10次。这个变化面膜通常可以采用两种方式,1个班次的版本。在 201-11-2-88 11:39:51,"wwdAlger" @.***> 写的相框:假面具.mat是怎么生成的可以麻烦解答一下吗?— 您收到此消息是因为您发表了评论。直接回复此邮件,在 GitHub 上查看,或取消订阅。使用适用于 iOS 或 Android 的 GitHub Mobile 随时随地分类通知。

非常感谢!

renliao commented 2 years ago

你好,请问该代码使用的数据和BIRNAT的数据是一样的吗?

renliao commented 2 years ago

你好,请问数据怎么理解,比如measurement中的数据,例如文件名为”1_bear00000_1“以及其他三个版本”1_bear00000_1_mirror“、”1_bear00000_1_mirror90"、“1_bear00000_1_ori90"的数据之间是什么关系呢?