Spaces:
Sleeping
Sleeping
Mohammedallyl
commited on
Commit
•
54c5f1c
1
Parent(s):
f1cd527
Upload 4 files
Browse files- .gitattributes +1 -0
- Dockerfile +11 -0
- Models/FaceModelV5.onnx +3 -0
- Models/FacesMeanEmbeddings.csv +129 -0
- Models/face_landmarker.task +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Models/face_landmarker.task filter=lfs diff=lfs merge=lfs -text
|
Dockerfile
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM python:3.9
|
2 |
+
|
3 |
+
WORKDIR /code
|
4 |
+
|
5 |
+
COPY ./requirements.txt /code/requirments.txt
|
6 |
+
|
7 |
+
RUN pip install --no-cache-dir --upgrade -r /code/requirments.txt
|
8 |
+
|
9 |
+
COPY . .
|
10 |
+
|
11 |
+
CMD ["uvicorn", "main:App", "--host", "0.0.0.0", "--port", "7860"]
|
Models/FaceModelV5.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d4ef1bef29db666c368a5be4187108f989da0bf0fcc08da81d803ee266614f
|
3 |
+
size 10125571
|
Models/FacesMeanEmbeddings.csv
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,aboallil,fekry,kabel,mahmoud,shams
|
2 |
+
0,0.0,0.08153152465820312,0.2160186767578125,0.0,0.0
|
3 |
+
1,0.0,0.0,0.0,0.00027370452880859375,0.0026149749755859375
|
4 |
+
2,0.0,0.0,0.0,0.0,0.0
|
5 |
+
3,0.0,0.0,0.0,0.0,0.0
|
6 |
+
4,0.0,0.0,0.0,0.0,0.0
|
7 |
+
5,0.0,0.0,0.0,0.0,0.0
|
8 |
+
6,0.16450881958007812,0.0657196044921875,0.0,0.0,0.0
|
9 |
+
7,0.0,0.0,0.0,0.0,0.0
|
10 |
+
8,0.0,0.0,0.6466064453125,0.0,0.0
|
11 |
+
9,0.0,0.0,0.0,0.0,0.0
|
12 |
+
10,0.0,0.0,0.0,0.0,0.0
|
13 |
+
11,0.0,0.0,0.0,0.0,0.0
|
14 |
+
12,0.0,0.130157470703125,0.0,0.0,0.0
|
15 |
+
13,0.0,0.0,0.0,0.0,0.0
|
16 |
+
14,0.00322723388671875,0.0,0.0,0.0,0.0
|
17 |
+
15,0.0,0.0,0.0,0.0,0.0
|
18 |
+
16,0.0,0.0,0.0,0.0,0.0
|
19 |
+
17,0.0,0.0,0.0,0.0,0.0
|
20 |
+
18,0.0,0.0,0.0,0.0,0.0
|
21 |
+
19,0.0,0.0,0.009185791015625,0.0,0.0
|
22 |
+
20,0.0,0.0,0.0,0.0,0.0
|
23 |
+
21,0.0,0.0,0.0,0.0,0.0
|
24 |
+
22,0.0,0.0,0.0,0.0,0.0
|
25 |
+
23,0.0,0.00461578369140625,0.0,0.0,0.0
|
26 |
+
24,0.0,0.0,0.0,0.0,0.0
|
27 |
+
25,0.0,0.0,0.0,0.0,0.0
|
28 |
+
26,0.0,0.0,0.0,0.0,0.0
|
29 |
+
27,0.0,0.0,0.0,0.0,0.0
|
30 |
+
28,0.0,0.0,0.0,0.0,0.0
|
31 |
+
29,0.0,0.0,0.0,0.0,0.0
|
32 |
+
30,0.0,0.0,0.0,0.0,0.0
|
33 |
+
31,0.0,0.0,0.0,0.0,0.0
|
34 |
+
32,0.0,0.0,0.0,0.0,0.0
|
35 |
+
33,0.0,0.0,0.0,0.0,0.0
|
36 |
+
34,0.0,0.0,0.0,0.0,0.0
|
37 |
+
35,0.0,0.0,0.0,0.0,0.0
|
38 |
+
36,0.0,0.0,0.0,0.0,0.0
|
39 |
+
37,0.0,0.0,0.0,0.0,0.0
|
40 |
+
38,0.0,0.0,0.08014297485351562,0.0,0.0
|
41 |
+
39,0.0,0.0,0.0,0.0,0.0
|
42 |
+
40,0.0,0.0,0.0,0.0,0.0
|
43 |
+
41,0.0,0.0,0.0,0.0,0.0
|
44 |
+
42,0.0,0.0,0.0,0.0,0.0
|
45 |
+
43,0.0,0.0,0.0,0.0,0.0
|
46 |
+
44,0.0,0.0,0.0,0.0,0.0
|
47 |
+
45,0.0,0.0,0.0,0.0,0.004314422607421875
|
48 |
+
46,0.0,0.0,0.0,0.0,0.0
|
49 |
+
47,0.0,0.0,0.0,0.0,0.0
|
50 |
+
48,0.0,0.0,0.0,0.0,0.0
|
51 |
+
49,0.0,0.0,0.0,0.0,0.0
|
52 |
+
50,0.0,0.0,0.0,0.0,0.0
|
53 |
+
51,0.0,0.0,0.0,0.0,0.0
|
54 |
+
52,0.0,0.0,0.0,0.0,0.0
|
55 |
+
53,0.009499549865722656,0.0,0.0,0.06185650825500488,0.017383575439453125
|
56 |
+
54,0.0,0.0,0.0,0.0,0.0
|
57 |
+
55,0.0,0.0,0.0,0.0,0.0
|
58 |
+
56,0.0,0.0,0.0,0.0,0.0
|
59 |
+
57,0.0,0.0,0.0,0.0,0.0
|
60 |
+
58,0.0,0.0,0.0,0.0,0.0
|
61 |
+
59,0.0,0.0,0.0,0.0,0.0
|
62 |
+
60,0.0,0.0,0.0,0.0,0.0
|
63 |
+
61,0.0,0.0,0.0,0.0,0.0
|
64 |
+
62,0.0,0.0,0.0,0.0,0.0
|
65 |
+
63,0.0,0.0,0.0,0.0,0.0
|
66 |
+
64,0.0,0.0,0.0,0.0,0.0
|
67 |
+
65,0.0,0.0,0.0,0.0,0.0
|
68 |
+
66,0.0,0.0,0.0,0.0,0.0
|
69 |
+
67,0.0,0.0,0.0,0.0,0.0
|
70 |
+
68,0.0,0.0,0.0,0.0,0.0
|
71 |
+
69,0.30828094482421875,0.169525146484375,0.0,0.032379984855651855,0.0
|
72 |
+
70,0.0,0.0,0.0,0.0,0.0
|
73 |
+
71,0.0,0.0,0.0,0.0,0.0
|
74 |
+
72,0.0,0.0,0.0,0.0,0.0
|
75 |
+
73,0.0,0.0,0.0,0.0,0.0
|
76 |
+
74,0.0,0.0,0.0,0.0,0.0
|
77 |
+
75,0.0,0.0,0.0,0.0,0.0
|
78 |
+
76,0.0,0.0,0.0,0.0,0.0
|
79 |
+
77,0.0,0.0,0.0,0.0,0.0
|
80 |
+
78,0.0,0.0,0.0,0.0,0.0
|
81 |
+
79,0.0,0.0,0.0,0.0,0.0
|
82 |
+
80,0.0,0.0,0.0,0.0,0.0
|
83 |
+
81,0.0,0.0,0.0,0.0,0.0
|
84 |
+
82,0.0,0.0,0.0,0.0,0.0
|
85 |
+
83,0.28763580322265625,0.0033245086669921875,0.0,0.006771087646484375,0.0
|
86 |
+
84,0.0,0.0,0.0,0.0,0.0
|
87 |
+
85,0.0,0.0,0.0,0.0,0.0
|
88 |
+
86,0.0,0.0,0.0,0.0,0.0
|
89 |
+
87,0.0,0.0,0.0,0.0,0.0
|
90 |
+
88,0.0,0.0,0.0,0.0,0.0
|
91 |
+
89,0.0,0.0,0.0,0.0,0.0
|
92 |
+
90,0.0,0.0,0.0,0.0,0.0
|
93 |
+
91,0.0,0.0,0.0,0.0,0.0
|
94 |
+
92,0.0,0.0,0.0,0.0,0.0
|
95 |
+
93,0.0,0.0,0.0,0.0,0.0
|
96 |
+
94,0.464569091796875,0.24530410766601562,0.02630615234375,0.4284172058105469,0.7612762451171875
|
97 |
+
95,0.0,0.0,0.6737060546875,0.0,0.0
|
98 |
+
96,0.0,0.0,0.0,0.0,0.0
|
99 |
+
97,0.0,0.0,0.0,0.0,0.0
|
100 |
+
98,0.0,0.00394439697265625,0.0,0.0,0.0
|
101 |
+
99,0.0,0.0,0.0,0.0,0.0
|
102 |
+
100,0.0,0.0,0.0,0.0,0.0
|
103 |
+
101,0.0,0.0,0.0,0.0,0.0
|
104 |
+
102,0.0,0.0,0.0,0.0,0.0
|
105 |
+
103,0.0,0.0,0.0177459716796875,0.045551300048828125,0.4569244384765625
|
106 |
+
104,0.060009002685546875,0.036060333251953125,0.0,0.5060882568359375,0.11285877227783203
|
107 |
+
105,0.0,0.0,0.0,0.0,0.0
|
108 |
+
106,0.0,0.0,0.0,0.0,0.0
|
109 |
+
107,0.0,0.0,0.0,0.0,0.0
|
110 |
+
108,0.0,0.0,0.0,0.0,0.0
|
111 |
+
109,0.0,0.0,0.0,0.0,0.0
|
112 |
+
110,0.0,0.0,0.0,0.0,0.0
|
113 |
+
111,0.0,0.0,0.0,0.0,0.0
|
114 |
+
112,0.0,0.007495880126953125,0.015459060668945312,0.0,0.0
|
115 |
+
113,0.0,0.0,0.0,0.0,0.0
|
116 |
+
114,0.0,0.0,0.0,0.0,0.0
|
117 |
+
115,0.0,0.0,0.0,0.0,0.0
|
118 |
+
116,0.0,0.0,0.0,0.0,0.0
|
119 |
+
117,0.0,0.0,0.0,0.0,0.0
|
120 |
+
118,0.0,0.0,0.0,0.0,0.0
|
121 |
+
119,0.0,0.0,0.0,0.0,0.0
|
122 |
+
120,0.0,0.0,0.0,0.0,0.0
|
123 |
+
121,0.0,0.0,0.04345369338989258,0.0,0.0
|
124 |
+
122,0.0,0.0,0.0,0.002285003662109375,0.00010854005813598633
|
125 |
+
123,0.460723876953125,0.0347747802734375,0.10741806030273438,0.018090009689331055,0.0
|
126 |
+
124,0.0,0.0,0.0,0.0,0.0
|
127 |
+
125,0.422943115234375,0.87091064453125,0.0882415771484375,0.018721342086791992,0.011452198028564453
|
128 |
+
126,0.0,0.0,0.0,0.0,0.0
|
129 |
+
127,0.33551025390625,0.04425859451293945,0.0003364086151123047,0.7176513671875,0.39931488037109375
|
Models/face_landmarker.task
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64184e229b263107bc2b804c6625db1341ff2bb731874b0bcc2fe6544e0bc9ff
|
3 |
+
size 3758596
|