caiyuanhao1998 / Retinexformer

"Retinexformer: One-stage Retinex-based Transformer for Low-light Image Enhancement" (ICCV 2023) & (NTIRE 2024 Challenge)
https://arxiv.org/abs/2303.06705
MIT License
920 stars 81 forks source link

test _dataset #124

Closed thelin1 closed 1 month ago

thelin1 commented 1 month ago

您好,我在对LOLv1数据集测试时遇到了如下情况,请问这是哪里出了问题。十分感谢您的回答

1729353351451
caiyuanhao1998 commented 1 month ago

这好像也没显示报错在第几行,要不用 pdb.set_trace() 插几个断点调试一下吧

建议用 ubuntu,windows 容易出一些奇怪的 bug,hhh

thelin1 commented 1 month ago

这好像也没显示报错在第几行,要不用 pdb.set_trace() 插几个断点调试一下吧

建议用 ubuntu,windows 容易出一些奇怪的 bug,hhh

好的,十分感谢!