Spaces:
Build error
Build error
updated submodules and requirements
Browse files- .gitmodules +5 -3
- requirements.txt +0 -1
.gitmodules
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
[submodule "ROME"]
|
2 |
path = ROME
|
3 |
-
url = https://github.com/
|
4 |
[submodule "DECA"]
|
5 |
path = DECA
|
6 |
-
url = https://github.com/khakhulin/DECA
|
7 |
[submodule "MODNet"]
|
8 |
path = MODNet
|
9 |
-
url = https://github.com/ZHKKKe/MODNet
|
|
|
|
|
|
1 |
[submodule "ROME"]
|
2 |
path = ROME
|
3 |
+
url = https://github.com/SamsungLabs/rome
|
4 |
[submodule "DECA"]
|
5 |
path = DECA
|
6 |
+
url = https://github.com/khakhulin/DECA
|
7 |
[submodule "MODNet"]
|
8 |
path = MODNet
|
9 |
+
url = https://github.com/ZHKKKe/MODNet
|
10 |
+
|
11 |
+
|
requirements.txt
CHANGED
@@ -105,7 +105,6 @@ PySocks==1.7.1
|
|
105 |
python-dateutil==2.8.2
|
106 |
pythreejs==2.3.0
|
107 |
pytorch-msssim==0.2.1
|
108 |
-
pytorch3d==0.6.0
|
109 |
pytz==2020.1
|
110 |
PyWavelets==1.1.1
|
111 |
PyYAML==6.0
|
|
|
105 |
python-dateutil==2.8.2
|
106 |
pythreejs==2.3.0
|
107 |
pytorch-msssim==0.2.1
|
|
|
108 |
pytz==2020.1
|
109 |
PyWavelets==1.1.1
|
110 |
PyYAML==6.0
|