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.
the error is
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).
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. the error is
can you tell me more about test part. Thanks!