Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xumuzhou opened this issue Jun 14, 2019 · 2 comments

Comments

@xumuzhou
Copy link

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
Copy link
Collaborator

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

python dataset_lmdb_generator.py -dataset=youtube

Regards,

Carles

@hosniboughanmi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants