diff --git a/README.md b/README.md index 3ea7e0e..cbce4c7 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ pip install -r requirements.txt ## Training ### Dataset preparation -Download datasets ([YouTube-VOS](https://competitions.codalab.org/competitions/19544) and [DAVIS](https://davischallenge.org/davis2017/code.html)) into the data folder. +Download datasets ([YouTube-VOS](https://competitions.codalab.org/competitions/20127) and [DAVIS](https://davischallenge.org/davis2017/code.html)) into the data folder. + ``` mkdir data ``` +Note: We use [YouTube Video Object Segmentation dataset **2019** version](https://youtube-vos.org/dataset/). ### Training script ```