Skip to content

Commit 8a4ab9e

Browse files
author
Zhi Zhou
committed
Update image link
1 parent 391042c commit 8a4ab9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

notebooks/build_person_directory.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"| Enrollment | Searching |\n",
2121
"| :-: | :-: |\n",
22-
"| ![PD_enrollment.png](../data/face/PD_enrollment.png) | ![PD_searching.png](../data/face/PD_searching.png) |"
22+
"| ![PD_enrollment.png](https://media.githubusercontent.com/media/Azure-Samples/azure-ai-content-understanding-python/refs/heads/zhizho/face/data/face/PD_enrollment.png) | ![PD_searching.png](https://media.githubusercontent.com/media/Azure-Samples/azure-ai-content-understanding-python/refs/heads/zhizho/face/data/face/PD_searching.png) |"
2323
]
2424
},
2525
{
@@ -121,7 +121,8 @@
121121
"id": "6a5a058c",
122122
"metadata": {},
123123
"source": [
124-
"### Identifying persons\n"
124+
"### Identifying person\n",
125+
"Detect multiple faces in an image and identify each one by matching it against enrolled persons in a Person Directory."
125126
]
126127
},
127128
{
@@ -144,7 +145,7 @@
144145
" name = person.get(\"tags\", {}).get(\"name\", \"Unknown\")\n",
145146
" print(f\"Detected person: {name} with confidence: {person.get('confidence', 0)} at bounding box: {face['boundingBox']}\")\n",
146147
"\n",
147-
"print(\"Done\")\n"
148+
"print(\"Done\")"
148149
]
149150
},
150151
{

0 commit comments

Comments
 (0)