- Python 3.6
- Tensorflow 1.3.0
- CUDA 8.0
Please refer to OnAVOS to prepare related dataset and install the environment of the benchmark method.
Train ARG on DAVIS 2016:
python ./train.py
Evaluate ARG on DAVIS 2016:
python ./eval.py configs/DAVIS16_online
Thanks for the work of Voigtlaender Paul. Our code is based on the implementation of OnAVOS.