Datasets:
chengyenhsieh
commited on
Commit
•
30962a2
1
Parent(s):
85f3c0c
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ extra_gated_fields:
|
|
48 |
options:
|
49 |
- Yes
|
50 |
- No
|
51 |
-
extra_gated_heading: "TAO-Amodal
|
52 |
extra_gated_button_content: "Request Data"
|
53 |
---
|
54 |
|
@@ -80,13 +80,19 @@ git lfs install
|
|
80 |
git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal
|
81 |
```
|
82 |
|
83 |
-
|
84 |
|
85 |
```python
|
86 |
from huggingface_hub import snapshot_download
|
87 |
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
|
88 |
```
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
|
92 |
|
|
|
48 |
options:
|
49 |
- Yes
|
50 |
- No
|
51 |
+
extra_gated_heading: "TAO-Amodal VIDEO Request"
|
52 |
extra_gated_button_content: "Request Data"
|
53 |
---
|
54 |
|
|
|
80 |
git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal
|
81 |
```
|
82 |
|
83 |
+
- Download with [`python`](https://huggingface.co/docs/huggingface_hub/guides/download#download-files-from-the-hub):
|
84 |
|
85 |
```python
|
86 |
from huggingface_hub import snapshot_download
|
87 |
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
|
88 |
```
|
89 |
|
90 |
+
2. Download all the video frames:
|
91 |
+
|
92 |
+
You can either download the frames following the instructions [here](https://motchallenge.net/tao_download.php) (recommended) or modify our provided [script](./download_TAO.sh) and run
|
93 |
+
```bash
|
94 |
+
bash download_TAO.sh
|
95 |
+
```
|
96 |
|
97 |
|
98 |
|