rvos
rvos copied to clipboard
RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Great work. It takes some time (1-2 hours) to get all dependencies right and use your model for inference. I made a notebook so anyone can use it for inference...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
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...
 Basically some of the masks will be black that is no object
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.4.19 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
I tried to apply the method to my own dataset. But I am not sure how to create a mask for the first frame? Is there any information? Thanks
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
Thank you for your great work. What is the difference between zero shot video target segmentation and semi-supervised video target segmentation?Zero shot video target segmentation without labels?
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...