You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Face-services-and-plugins.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,15 @@ CompreFace supports these face services and plugins:
11
11
12
12
# Services
13
13
14
-
To use face service you need to create it in an application on UI. The type of service depends on your application needs. Each service has its own REST API context and there is no possibility to change the service type after creation. Here is a short description of each of them:
14
+
To use face service you need to create it in an application on UI.
15
+
The type of service depends on your application needs.
16
+
Each service has its own REST API context and there is no possibility to change the service type after creation.
17
+
Here is a short description of each of them:
15
18
16
19
## Face detection
17
20
18
-
Face detection service is used to detect all faces in the image. It doesn’t recognize faces, just finds them on the image.
21
+
Face detection service is used to detect all faces in the image.
22
+
It doesn’t recognize faces, just finds them on the image.
19
23
20
24
**Cases of use**
21
25
@@ -24,6 +28,7 @@ The most useful cases include face plugins for face analysis:
24
28
* gather statistics on among what ages your event is popular
25
29
* get landmark information to know where customers look at
26
30
* gather statistics on how many customers in the store
31
+
* recognize if all customers wear masks properly
27
32
28
33
**How to test**
29
34
@@ -33,20 +38,22 @@ The most useful cases include face plugins for face analysis:
33
38
4. From the list of the services in the Services frame, select the service you created; you can use search field to filter the services.
34
39
5. Click Test button near in the row of the service you want to launch.
35
40
6. On the service page, open or drag-and-drop the picture to analyze.
36
-
7. The service will display the original picture with marks near every face.
41
+
7. The service will display the original picture with marks near every face.
37
42
38
43
**Output**
39
44
40
45
Below the picture, you can see the Request processed, and the Response to the request.
41
-
The Response is the output which ComperFace provides via [API](Rest-API-description.md).
46
+
The Response is the output which ComperFace provides via [API](Rest-API-description.md#face-detection-service).
Face recognition service is used for face identification. This means that you first need to upload known faces to faces collection and then recognize unknown faces among them. When you upload an unknown face, the service returns the most similar faces to it. Also, face recognition service supports verify endpoint to check if this person from face collection is the correct one.
54
+
Face recognition service is used for face identification. This means that you first need to upload known faces to faces collection and
55
+
then recognize unknown faces among them. When you upload an unknown face, the service returns the most similar faces to it.
56
+
Also, face recognition service supports verify endpoint to check if this person from face collection is the correct one.
50
57
51
58
**Cases of use**
52
59
@@ -62,21 +69,22 @@ The possible cases include:
62
69
3. Enter the name of the service you are going to create.
63
70
4. From the list of the services in the Services frame, select the service you created; you can use search field to filter the services.
64
71
5. Click Test button near in the row of the service you want to launch.
65
-
6. On the service page, open or drag-and-drop the picture to analyze.
72
+
6. On the service page, open or drag-and-drop the picture to analyze.
66
73
7. The service will display the original picture with marks near every face.
67
74
68
75
**Output**
69
76
70
77
Below the picture, you can see the Request processed, and the Response to the request.
71
-
The Response is the output which ComperFace provides via [API](Rest-API-description.md).
78
+
The Response is the output which ComperFace provides via [API](Rest-API-description.md#face-recognition-service).
Face verification service is used to check if this person is the correct one. The service compares two faces you send to the rest endpoint and returns their similarity.
86
+
Face verification service is used to check if this person is the correct one.
87
+
The service compares two faces you send to the rest endpoint and returns their similarity.
80
88
81
89
**Cases of use**
82
90
@@ -91,17 +99,17 @@ The possible cases include:
91
99
3. Enter the name of the service you are going to create.
92
100
4. From the list of the services in the Services frame, select the service you created; you can use search field to filter the services.
93
101
5. Click Test button near in the row of the service you want to launch.
94
-
6. On the service page, open or drag-and-drop two pictures to compare their content.
102
+
6. On the service page, open or drag-and-drop two pictures to compare their content.
95
103
7. The service will display the original picture with marks near every face.
96
104
97
105
**Output**
98
106
99
107
Below the picture, you can see the Request processed, and the Response to the request.
100
-
The Response is the output which ComperFace provides via [API](Rest-API-description.md).
108
+
The Response is the output which ComperFace provides via [API](Rest-API-description.md#face-verification-service).
0 commit comments