Commit
·
e2c985a
1
Parent(s):
bd22dde
humanparsing model
Browse files- LICENSE.txt +5 -1
- humanparsing/parsing_atr.onnx +3 -0
- humanparsing/parsing_lip.onnx +3 -0
- humanparsing/parsing_pascal.onnx +3 -0
LICENSE.txt
CHANGED
@@ -8,4 +8,8 @@ Controlnet union model: under Apache 2.0 License
|
|
8 |
See original repository: https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/tree/main
|
9 |
|
10 |
Insightface antelopev2 model is for non-commercial research purposes only.
|
11 |
-
See original repository: https://github.com/deepinsight/insightface/tree/master/python-package
|
|
|
|
|
|
|
|
|
|
8 |
See original repository: https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/tree/main
|
9 |
|
10 |
Insightface antelopev2 model is for non-commercial research purposes only.
|
11 |
+
See original repository: https://github.com/deepinsight/insightface/tree/master/python-package
|
12 |
+
|
13 |
+
Human-Parsing model: under MIT License
|
14 |
+
is a onnx version from original model in, see:
|
15 |
+
https://github.com/GoGoDuck912/Self-Correction-Human-Parsing/tree/master
|
humanparsing/parsing_atr.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04c7d1d070d0e0ae943d86b18cb5aaaea9e278d97462e9cfb270cbbe4cd977f4
|
3 |
+
size 266859305
|
humanparsing/parsing_lip.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8436e1dae96e2601c373d1ace29c8f0978b16357d9038c17a8ba756cca376dbc
|
3 |
+
size 266863411
|
humanparsing/parsing_pascal.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:122ebd44709c0c8a105c79f9f3a8b95010e8f270fa9d59f38f10f97af78d5e0f
|
3 |
+
size 267656975
|