AFB-URR
Official implementation of "Video Object Segmentation with Adaptive Feature Bank and Uncertain-Region Refinement", NeurIPS 2020.
File Explorer
Download Latest Version (.zip)- afb-urr-compressed.gif
- mask_palette.png
- pipeline.png
- pretrain.txt
- __init__.py
- DAVIS_DS.py
- LongVideo_DS.py
- PreTrain_DS.py
- transforms.py
- YouTube_DS.py
- metrics.py
- utils.py
- dataset.py
- evaluation.py
- README.md
- results.py
- score_longvideo.py
- __init__.py
- AFB_URR.py
- FeatureBank.py
- __init__.py
- data.py
- system.py
- .gitignore
- eval.py
- README.md
- requirements.txt
- train.py
- unify_pretrain_dataset.py
# Installation Guide
1. Get the code
git clone https://github.com/xmlyqing00/AFB-URR
Downloads the entire project code from GitHub to your computer.
cd AFB-URR
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip3 install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
