chengyenhsieh commited on
Commit
91c79c3
1 Parent(s): 2bf8dd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,9 +89,9 @@ snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
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
 
 
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_frames.sh) and run
93
  ```bash
94
+ bash download_frames.sh
95
  ```
96
 
97