This commit is contained in:
Şefik Serangil 2020-09-07 08:44:10 +03:00
parent 99fad576fa
commit 0bd219d9c2

View File

@ -115,7 +115,7 @@ for backend in backends:
df = DeepFace.find(img_path = "img.jpg", db_path = "my_db", detector_backend = backend)
#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)