Skip to content

Commit 0e53b98

Browse files
committed
add output sect
1 parent 500b46f commit 0e53b98

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-python-sdk.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,30 @@ Get started with facial recognition using the Face client library for Python. Fo
5858
> [!TIP]
5959
> The Face API runs on a set of pre-built models that are static by nature (the model's performance will not regress or improve as the service is run). The results that the model produces might change if Microsoft updates the model's backend without migrating to an entirely new model version. To take advantage of a newer version of a model, you can retrain your **PersonGroup**, specifying the newer model as a parameter with the same enrollment images.
6060

61+
## Output
62+
63+
```console
64+
Person group: c8e679eb-0b71-43b4-aa91-ab8200cae7df
65+
face 861d769b-d014-40e8-8b4a-7fd3bc9b425b added to person f80c1cfa-b8cb-46f8-9f7f-e72fbe402bc3
66+
face e3c356a4-1ac3-4c97-9219-14648997f195 added to person f80c1cfa-b8cb-46f8-9f7f-e72fbe402bc3
67+
face f9119820-c374-4c4d-b795-96ae2fec5069 added to person be4084a7-0c7b-4cf9-9463-3756d2e28e17
68+
face 67d626df-3f75-4801-9364-601b63c8296a added to person be4084a7-0c7b-4cf9-9463-3756d2e28e17
69+
face 19e2e8cc-5029-4087-bca0-9f94588fb850 added to person 3ff07c65-6193-4d3e-bf18-d7c106393cd5
70+
face dcc61e80-16b1-4241-ae3f-9721597bae4c added to person 3ff07c65-6193-4d3e-bf18-d7c106393cd5
71+
pg resource is c8e679eb-0b71-43b4-aa91-ab8200cae7df
72+
<msrest.pipeline.ClientRawResponse object at 0x00000240DAD47310>
73+
Training status: running.
74+
75+
Training status: succeeded.
76+
77+
Pausing for 10 seconds to avoid triggering rate limit on free account...
78+
Identifying faces in image
79+
Person for face ID 40582995-d3a8-41c4-a9d1-d17ae6b46c5c is identified in image, with a confidence of 0.96725.
80+
Person for face ID 7a0368a2-332c-4e7a-81c4-2db3d74c78c5 is identified in image, with a confidence of 0.96921.
81+
No person identified for face ID c4a3dd28-ef2d-457e-81d1-a447344242c4 in image.
82+
Person for face ID 360edf1a-1e8f-402d-aa96-1734d0c21c1c is identified in image, with a confidence of 0.92886.
83+
```
84+
6185
## Clean up resources
6286

6387
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.

0 commit comments

Comments
 (0)