This commit is contained in:
ArrowLuo 2021-04-21 18:41:06 +08:00
Родитель ec3480ec41
Коммит c2a5a4ed18
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -34,7 +34,7 @@ pip install git+https://github.com/Maluuba/nlg-eval.git@master
# Pretrained Weight
```
mkdir -p ./weight
wget -P ./weight [TBD]
wget -P ./weight https://github.com/microsoft/UniVL/releases/download/v0/univl.pretrained.bin
```
# Prepare for Evaluation
@ -43,7 +43,7 @@ Get data for retrieval and caption (with only video input) on YoucookII and MSRV
```
mkdir -p data
cd data
wget [TBD]
wget https://github.com/microsoft/UniVL/releases/download/v0/youcookii.zip
unzip youcookii.zip
cd ..
```
@ -53,7 +53,7 @@ Note: you can find `youcookii_data.no_transcript.pickle` in the zip file, which
```
mkdir -p data
cd data
wget [TBD]
wget https://github.com/microsoft/UniVL/releases/download/v0/msrvtt.zip
unzip msrvtt.zip
cd ..
```

Просмотреть файл

@ -74,4 +74,4 @@ Note: The video_id and feature_file are the same for the consistency and our his
## Preprocess on MSRVTT
The s3d feature extraction is the same as HowTo100M introduced above.
The data can be downloaded in: [TBD]
The data can be downloaded in: https://github.com/microsoft/UniVL/releases/download/v0/msrvtt.zip