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

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

Open zgf6781882 opened 4 years ago

zgf6781882 commented 4 years ago

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 commented 3 years ago

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

bereket-meley commented 2 years ago

Hi Getting the same issue here, any solution

yaelalonNT commented 2 years ago

Hi, the same. Do you have a solution?

yaelalonNT commented 2 years ago

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