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: notebooks/build_person_directory.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"source": [
16
16
"## Objective\n",
17
17
"\n",
18
-
" This notebook demonstrates how to build a Person Directory by enrolling multiple faces for each person. Each subfolder in a specified directory represents a different person. The script creates a person for each subfolder and adds all face images within that subfolder to the corresponding person\n",
18
+
" This notebook demonstrates how to identify faces in an image against a known set of persons. It begins by building a Person Directory, where each subfolder in a specified directory represents an individual. For each subfolder, a person is created and all face images within it are enrolled to that person.\n",
0 commit comments