Closed danhajduk closed 3 years ago
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
/v1/vision/detection.
- 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
After few reboots the issue "fixed it self"
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