upload download script link
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ configs:
|
|
54 |
1. Set up environment
|
55 |
```
|
56 |
pip install datasets tqdm
|
57 |
-
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/
|
58 |
```
|
59 |
|
60 |
2. Use the download script to download the COCONut dataset splits.
|
|
|
54 |
1. Set up environment
|
55 |
```
|
56 |
pip install datasets tqdm
|
57 |
+
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
|
58 |
```
|
59 |
|
60 |
2. Use the download script to download the COCONut dataset splits.
|