mirror of
https://github.com/serengil/deepface.git
synced 2025-06-14 15:27:09 +00:00
typo
This commit is contained in:
parent
99fad576fa
commit
0bd219d9c2
@ -115,7 +115,7 @@ for backend in backends:
|
|||||||
df = DeepFace.find(img_path = "img.jpg", db_path = "my_db", detector_backend = backend)
|
df = DeepFace.find(img_path = "img.jpg", db_path = "my_db", detector_backend = backend)
|
||||||
|
|
||||||
#facial analysis
|
#facial analysis
|
||||||
demography = DeepFace.analyze("img4.jpg", detector_backend = backend) #detectors in facial analysis
|
demography = DeepFace.analyze("img4.jpg", detector_backend = backend)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)
|
**Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user