p2oileen commited on
Commit
74238f2
1 Parent(s): fb72ba3
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -40,10 +40,10 @@ Download weights from Google Drive. Alternatively, you can download from [Baidu
40
 
41
  ```
42
  mkdir weights && cd weights
43
- wget https://drive.google.com/file/d/1M1LEpx70tJ72AIV2TQKr6NE_7mJ7tLYx/view?usp=sharing
44
- wget https://drive.google.com/file/d/1YvZy3NHkJ6gC3pq_j8agcbEJymHCwJy0/view?usp=sharing
45
- wget https://drive.google.com/file/d/1AOWZxBvTo9nUf2_9Y7Xe27ZFQuPrnx9i/view?usp=sharing
46
- wget https://drive.google.com/file/d/19jM1-GcqgGoE1bjmQycQw_vqD9C5e-Jm/view?usp=sharing
47
  ```
48
 
49
  #### Prepare inputs
@@ -52,12 +52,12 @@ We prepared two Ultra-Dense Pose sequences for two characters, you can generate
52
 
53
  ```
54
  # for short hair girl
55
- wget https://drive.google.com/file/d/11HMSaEkN__QiAZSnCuaM6GI143xo62KO/view?usp=sharing
56
  unzip short_hair.zip
57
  mv short_hair/ poses/
58
 
59
  # for double ponytail girl
60
- wget https://drive.google.com/file/d/1WNnGVuU0ZLyEn04HzRKzITXqib1wwM4Q/view?usp=sharing
61
  unzip double_ponytail.zip
62
  mv double_ponytail/ poses/
63
  ```
@@ -66,12 +66,12 @@ We provide sample inputs of anime character sheets, you can also draw more by yo
66
 
67
  ```
68
  # for short hair girl
69
- wget https://drive.google.com/file/d/1r-3hUlENSWj81ve2IUPkRKNB81o9WrwT/view?usp=sharing
70
  unzip short_hair_images.zip
71
  mv short_hair_images/ character_sheet/
72
 
73
  # for double ponytail girl
74
- wget https://drive.google.com/file/d/1XMrJf9Lk_dWgXyTJhbEK2LZIXL9G3MWc/view?usp=sharing
75
  unzip double_ponytail_images.zip
76
  mv double_ponytail_images/ character_sheet/
77
  ```
 
40
 
41
  ```
42
  mkdir weights && cd weights
43
+ gdown https://drive.google.com/uc?id=1M1LEpx70tJ72AIV2TQKr6NE_7mJ7tLYx
44
+ gdown https://drive.google.com/uc?id=1YvZy3NHkJ6gC3pq_j8agcbEJymHCwJy0
45
+ gdown https://drive.google.com/uc?id=1AOWZxBvTo9nUf2_9Y7Xe27ZFQuPrnx9i
46
+ gdown https://drive.google.com/uc?id=19jM1-GcqgGoE1bjmQycQw_vqD9C5e-Jm
47
  ```
48
 
49
  #### Prepare inputs
 
52
 
53
  ```
54
  # for short hair girl
55
+ gdown https://drive.google.com/uc?id=11HMSaEkN__QiAZSnCuaM6GI143xo62KO
56
  unzip short_hair.zip
57
  mv short_hair/ poses/
58
 
59
  # for double ponytail girl
60
+ gdown https://drive.google.com/uc?id=1WNnGVuU0ZLyEn04HzRKzITXqib1wwM4Q
61
  unzip double_ponytail.zip
62
  mv double_ponytail/ poses/
63
  ```
 
66
 
67
  ```
68
  # for short hair girl
69
+ gdown https://drive.google.com/uc?id=1r-3hUlENSWj81ve2IUPkRKNB81o9WrwT
70
  unzip short_hair_images.zip
71
  mv short_hair_images/ character_sheet/
72
 
73
  # for double ponytail girl
74
+ gdown https://drive.google.com/uc?id=1XMrJf9Lk_dWgXyTJhbEK2LZIXL9G3MWc
75
  unzip double_ponytail_images.zip
76
  mv double_ponytail_images/ character_sheet/
77
  ```