chengyenhsieh commited on
Commit
85f3c0c
1 Parent(s): 14c8050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 all the annotations.
78
  ```bash
79
  git lfs install
80
  git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal
81
  ```
82
 
83
- 2. Download all the video frames:
84
 
85
- 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
86
- ```bash
87
- bash download_TAO.sh
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