Spaces:
Runtime error
Runtime error
Commit ·
f4809f1
1
Parent(s): 64fadd6
Create new file
Browse files- .gitmodules +9 -0
.gitmodules
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "face_detection"]
|
| 2 |
+
path = face_detection
|
| 3 |
+
url = https://github.com/ibug-group/face_detection
|
| 4 |
+
[submodule "face_parsing"]
|
| 5 |
+
path = face_parsing
|
| 6 |
+
url = https://github.com/hhj1897/face_parsing
|
| 7 |
+
[submodule "roi_tanh_warping"]
|
| 8 |
+
path = roi_tanh_warping
|
| 9 |
+
url = https://github.com/ibug-group/roi_tanh_warping
|