-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
關於訓練與測試在我的數據集上 #8
Comments
您好!感谢您对LED的关注!如果您想将LED使用到您自己的设备上,总共包含5个步骤:1) 数据采集; 2) 数据预处理; 3) Pre-train (optional); 4) Fine-tune; 5) 测试。 1) 数据采集
LQ (低质量,含噪) 数据采集对于单个场景,使用短曝光时间 ( 若您想拍摄数据集用于 Fine-tune,则需要ISO差距较大的数据对,例如对于两个不同的场景,二者ISO设置分别为 ( GT (高质量,无噪) 数据采集对于每个场景,若您使用的是单反相机(“好Sensor”),则只需将ISO调至最低档 (记录为 若您使用的是手机或其他的监控设备(“差Sensor”),则在调低ISO和调高曝光时间的基础上仍需进行多帧average降噪)(5~10帧)。 关于 Additional Dgain由于训练时需要将LQ的信号强度调整为与GT一致,则对于LQ图需要乘以 Additional Dgain。其计算方法为 注意事项
2) 数据预处理
3) Pre-train (optional)由于 LED 的模型是和 Additional Dgain 强耦合的,所以若您的数据与LED公开的模型 dgain 范围一致,则您可跳过此步骤。 反之,若您的数据 dgain 范围不一致 (例如为 [a, b]), 则您需要在 config 中修改 datasets:
train:
ratio_range: [1, 200] 4) Fine-tuneFine-tune 阶段需要修改数据集的config:
5) 测试测试阶段参考 Readme 即可,当然需要注意应增加 免责声明由于 Few-shot 的限制,fine-tune 过程中会很吃 few-shot 数据质量。并且对于不同 sensor 来讲,其所需 fine-tune 策略也可能不同,需要多调一调(很可能过拟合)。 If LED is helpful to your projects, please help star this repo. Thanks! 欢迎随时交流! |
Hi @Srameo : 我這邊有幾個問題想跟您確認一下:
Thanks! |
Q1: 有关 Q2: 关于使用 10bit 数据进行finetune |
好的,謝謝您! 😀 |
您好,看完您的LED後我覺得非常的有興趣,想請問一下我手上有自己拍的一些數據集,我在晚上拍出來的raw影像。
我的這些影像是RGGB的並且像素值是在[0:1023],如果是這樣的話有辦法使用您的LED做訓練與測試嗎?
如果可以的話我該從哪裡開始著手修改?
謝謝您!
The text was updated successfully, but these errors were encountered: