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

hi i cannot load the dataset youtube_vos when i run train_previous_mask.py #14

Open xumuzhou opened 5 years ago

xumuzhou commented 5 years ago

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

carlesventura commented 5 years ago

Have you tried by generating first the LMDB file with the following command?

python dataset_lmdb_generator.py -dataset=youtube

Regards,

Carles

hosniboughanmi commented 3 years ago

I have the same problem when i try to train on my own dataset. did you solve the problem?