imatge-upc / rvos

RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
https://imatge-upc.github.io/rvos/
Other
277 stars 54 forks source link

AttributeError: 'NoneType' object has no attribute 'decode' #17

Open hkkevinhf opened 5 years ago

JanySunny commented 5 years ago

Try to fix the src/dataset_lmdb_generator.py, delete the 'ascii' as follows: with env.begin(write=True) as txn:

txn.put(d.encode('ascii'), files_str_vec.encode())

            txn.put(d.encode(), files_str_vec.encode())