FaVOSsubmission commited on
Commit
dd8f9f1
·
verified ·
1 Parent(s): 8d01ebb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FaVOS
2
+
3
+ Download:
4
+
5
+ ```bash
6
+ huggingface-cli download FaVOSsubmission/FaVOS --repo-type dataset --local-dir data
7
+ ```
8
+
9
+ Extract:
10
+
11
+ ```bash
12
+ unzip data/JPEGImages.zip -d data
13
+ unzip data/Annotations.zip -d data
14
+ ```
15
+
16
+ Files:
17
+
18
+ ```text
19
+ JPEGImages.zip
20
+ Annotations.zip
21
+ favos-20.txt
22
+ favos-40.txt
23
+ ```