Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
update what face includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb authored Sep 29, 2023
1 parent 46a0fcf commit 5a880db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/19-face-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ with open(image_file, mode="rb") as image_data:
print('\nResults saved in', outputfile)
```

4. Examine the code you added to the **DetectFaces** function. It analyzes an image file and detects any faces it contains, including attributes for age, emotions, and the presence of spectacles. The details of each face are displayed, including a unique face identifier that is assigned to each face; and the location of the faces is indicated on the image using a bounding box.
4. Examine the code you added to the **DetectFaces** function. It analyzes an image file and detects any faces it contains, including attributes for occlusion, blur, and the presence of spectacles. The details of each face are displayed, including a unique face identifier that is assigned to each face; and the location of the faces is indicated on the image using a bounding box.
5. Save your changes and return to the integrated terminal for the **face-api** folder, and enter the following command to run the program:

**C#**
Expand Down

0 comments on commit 5a880db

Please sign in to comment.