You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/xmz/RVOS/rvos-master/src/dataloader/base_youtube.py", line 104, in init
split,osp.join(cfg.PATH.SEQUENCES_TRAIN,name),regex, lmdb_env=lmdb_env)
File "/home/xmz/RVOS/rvos-master/src/dataloader/base_youtube.py", line 60, in init
_files_vec = txn.get(key_db.encode()).decode().split('|')
AttributeError: 'NoneType' object has no attribute 'decode'
thank you for your reply
The text was updated successfully, but these errors were encountered:
File "/home/xmz/RVOS/rvos-master/src/dataloader/base_youtube.py", line 104, in init
split,osp.join(cfg.PATH.SEQUENCES_TRAIN,name),regex, lmdb_env=lmdb_env)
File "/home/xmz/RVOS/rvos-master/src/dataloader/base_youtube.py", line 60, in init
_files_vec = txn.get(key_db.encode()).decode().split('|')
AttributeError: 'NoneType' object has no attribute 'decode'
thank you for your reply
The text was updated successfully, but these errors were encountered: