xiaoke@sandbox commited on
Commit
62cf2cb
·
1 Parent(s): 17bb942

[add] usage

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -2,4 +2,15 @@
2
  license: unknown
3
  ---
4
 
5
- Used in https://github.com/xk-huang/vdtk/commits/dev
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: unknown
3
  ---
4
 
5
+ Used in https://github.com/xk-huang/vdtk/commits/dev
6
+
7
+ ```
8
+ # in /path/to/vdtk
9
+
10
+ apt-get install git-lfs
11
+ git lfs install
12
+ git clone https://huggingface.co/xk-huang/vdtk-data
13
+
14
+ rsync -avP ./vdtk-data/vdtk .
15
+ rm -rf vdtk-data
16
+ ```