WesleyHsieh0806 commited on
Commit
6697711
2 Parent(s): 0dc8bfb c663d57

Merge branch 'main' of hf.co:datasets/chengyenhsieh/TAO-Amodal

Browse files
README.md CHANGED
@@ -87,11 +87,19 @@ 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
 
 
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
102
+ bash download_frames.sh
103
  ```
104
 
105
 
frames/train/YFCC100M.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56ed50056ffa785775095c8ab34a394e6f24c54beeacfb2fef146c3a25aca39
3
+ size 3410104357
frames/val/YFCC100M.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eeec2655b8f5d2d9c98cfa1bd0d7e1e152a877e1a73517e0c818399eac38827
3
+ size 6524282044