From 0686bec2fa69a2cdb751a92ee8d63408661301f2 Mon Sep 17 00:00:00 2001 From: ruiliu-ai Date: Sat, 30 Oct 2021 18:02:20 +0800 Subject: [PATCH] update eval --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```