Datasets:
chengyenhsieh
commited on
Commit
•
c663d57
1
Parent(s):
4687d10
Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,15 @@ from huggingface_hub import snapshot_download
|
|
87 |
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
|
88 |
```
|
89 |
|
90 |
-
2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_frames.sh) and run
|
93 |
```bash
|
|
|
87 |
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
|
88 |
```
|
89 |
|
90 |
+
2. Unzip all videos:
|
91 |
+
|
92 |
+
Modify `dataset_root` in [unzip_video.py](./unzip_video.py) and run:
|
93 |
+
|
94 |
+
```bash
|
95 |
+
python unzip_video.py
|
96 |
+
```
|
97 |
+
|
98 |
+
3. Download video frames through git (optional):
|
99 |
|
100 |
You can either download the frames following the instructions [here](https://motchallenge.net/tao_download.php) (recommended) or modify our provided [script](./download_frames.sh) and run
|
101 |
```bash
|