This commit is contained in:
Sefik Ilkin Serengil 2020-09-06 21:21:05 +03:00 committed by GitHub
parent 01614eaeff
commit 05f60e8784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ for backend in backends:
detected_face = DeepFace.detectFace("img.jpg", detector_backend = backend) #detectors in face detection and alignment
obj = DeepFace.verify("img1.jpg", "img2.jpg", detector_backend = backend) #detectors in verification
df = DeepFace.find(img_path = "img.jpg", db_path = "my_db", detector_backend = backend) #detectors in face recognition
demography = DeepFace.analyze("img4.jpg", , detector_backend = backend) #detectors in facial analysis
demography = DeepFace.analyze("img4.jpg", detector_backend = backend) #detectors in facial analysis
```
**Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)