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

Face recognition not working if object recognition is installed too #49

Closed
danhajduk opened this issue May 27, 2021 · 1 comment
Closed

Comments

@danhajduk
Copy link

I have installed both the object and face recognition.
When I try to run face recognition on the deepstack log I see /v1/vision/detection.
this is my configuration for the face recognition

  - platform: deepstack_face
    ip_address: 192.168.1.200
    port: 80
    api_key: !secret deepstack_api_key
    timeout: 5
    detect_only: False
    save_file_folder: /config/www/snapshots/
    save_timestamped_file: False
    save_faces: True
    save_faces_folder: /config/www/faces/
    show_boxes: True
    source:
      - entity_id: camera.camera_11
        name: face_counter
@danhajduk
Copy link
Author

After few reboots the issue "fixed it self"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant