Skip to content

Commit

Permalink
Turn generic detection on for a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Jan 14, 2020
1 parent 1b911f6 commit 5fdb3f3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions image_processing/dogs.yaml → image_processing/doods.yaml
@@ -1,10 +1,15 @@
platform: doods
scan_interval: 10000
# scan_interval: 10000
url: "http://doods.home-assistant.svc.kubernetes.home.jnewland.com:8080"
timeout: 60
detector: default
source:
- entity_id: camera.atrium
- entity_id: camera.back_porch
- entity_id: camera.garage
- entity_id: camera.gate
- entity_id: camera.front_yard_left

# file_out:
# - "/tmp/{{ camera_entity.split('.')[1] }}_latest.jpg"
# - "/tmp/{{ camera_entity.split('.')[1] }}_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"
Expand All @@ -17,8 +22,8 @@ source:
# right: 0.95
# # The entire detection must be inside this box
# covers: true
labels:
- dog
# labels:
# - dog
# - name: person
# confidence: 40
# area:
Expand Down

0 comments on commit 5fdb3f3

Please sign in to comment.