Tuyabei commited on
Commit
e887a0f
·
verified ·
1 Parent(s): d989769

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## Introduce
5
+
6
+ A camera motion annotation dataset based on WebVid, containing a total of 36k videos.
7
+
8
+ ## Usage
9
+
10
+ 1. Recovering zip files:
11
+ ```
12
+ cat webmotion.tar.gz.part_* > webmotion.tar.gz
13
+ ```
14
+ 2. Then unzip it:
15
+ ```
16
+ tar -xzf webmotion.tar.gz
17
+ ```