zzh-tech / ESTRNN

[ECCV2020 Spotlight] Efficient Spatio-Temporal Recurrent Neural Network for Video Deblurring
MIT License
314 stars 39 forks source link

TypeError: a bytes-like object is required, not 'NoneType' !!!!! #8

Closed Zz1041328406 closed 3 years ago

Zz1041328406 commented 3 years ago

hello !
When I test my dataset, first I change my own dataset into lmdb. Then when I test,I had the problem in test.py. after encode ,the blur_img is none. 屏幕截图 2021-03-09 221245 the error is 1

can you tell me more about test part. Thanks!

zzh-tech commented 3 years ago

Hi, I think the problem is in the lmdb file you made. When you create the lmdb file, it reads NoneType for that seq_idx and frame_idx (no such image was found).