Skip to content

Commit

Permalink
update eval
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiliu-ai committed Oct 30, 2021
1 parent d240bbe commit 0686bec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0686bec

Please sign in to comment.