Datasets:
chengyenhsieh
commited on
Commit
•
85f3c0c
1
Parent(s):
14c8050
Update README.md
Browse files
README.md
CHANGED
@@ -74,17 +74,17 @@ Our dataset encompasses 880 categories, aimed at assessing the occlusion reasoni
|
|
74 |
through the paradigm of Tracking Any Object with Amodal perception (TAO-Amodal).
|
75 |
|
76 |
### Dataset Download
|
77 |
-
1. Download
|
78 |
```bash
|
79 |
git lfs install
|
80 |
git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal
|
81 |
```
|
82 |
|
83 |
-
2. Download
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
```
|
89 |
|
90 |
|
|
|
74 |
through the paradigm of Tracking Any Object with Amodal perception (TAO-Amodal).
|
75 |
|
76 |
### Dataset Download
|
77 |
+
1. Download with git:
|
78 |
```bash
|
79 |
git lfs install
|
80 |
git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal
|
81 |
```
|
82 |
|
83 |
+
2. 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 |
|