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

I always meet the following error when training. Anyone know what's going on here? ? #34

Open
zgf6781882 opened this issue May 4, 2020 · 4 comments

Comments

@zgf6781882
Copy link

Traceback (most recent call last):
File "train_previous_mask.py", line 384, in
trainIters(args)
File "train_previous_mask.py", line 252, in trainIters
loaders = init_dataloaders(args)
File "train_previous_mask.py", line 50, in init_dataloaders
use_prev_mask = False) #use_prev_mask is True only for evaluation
File "C:\rvos\src\dataloader\dataset_utils.py", line 25, in get_dataset
use_prev_mask = use_prev_mask)
File "C:\vos\src\dataloader\davis2017.py", line 124, in init
self.sequences = [Sequence(self._phase, s.name, lmdb_env=lmdb_env_seq) for s in self._db_sequences]
File "C:\rvos\src\dataloader\davis2017.py", line 124, in
self.sequences = [Sequence(self._phase, s.name, lmdb_env=lmdb_env_seq) for s in self._db_sequences]
File "C:\rvos\src\dataloader\base.py", line 98, in init
split,osp.join(cfg.PATH.SEQUENCES,name), regex, lmdb_env=lmdb_env)
File "C:\rvos\src\dataloader\base.py", line 71, in init
super(BaseLoader, self).init(_files, load_func=load_func)
File "C:\Users\user.conda\envs\rvos\lib\site-packages\skimage\io\collection.py", line 188, in init
raise TypeError('Invalid pattern as input.')
TypeError: Invalid pattern as input.

@Meryl-Fang
Copy link

Met the same error if I used LMDB generators. Were you able to solve this problem?

@bereket-meley
Copy link

Hi
Getting the same issue here, any solution

@yaelalonNT
Copy link

Hi, the same. Do you have a solution?

@yaelalonNT
Copy link

I solved the issue by downgrading the version of scikit-image

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

4 participants