Skip to content

Commit

Permalink
extended examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 5, 2019
1 parent 4841ad8 commit f7edeb9
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions hook/objectconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ yolo_type=full
# will be discarded for new detections. This may be helpful
# in getting rid of static objects that get detected
# due to some motion.
#match_past_detections=yes
match_past_detections=no

# sequence of models to run for detection
Expand Down Expand Up @@ -56,7 +57,7 @@ delete_after_analyze=yes
# write_image_to_zm
# Typically, if you enable delete_after_analyze you may
# also want to set write_debug_image to no.
write_debug_image=yes
write_debug_image=no

# if yes, will write an image with bounding boxes
# this needs to be yes to be able to write a bounding box
Expand Down Expand Up @@ -154,8 +155,6 @@ face_model=cnn
#frame_id=32
#wait=3



#[monitor-4]
# detect_pattern=(cat|dog)
# kitchen_door=313,221 392,210 418,592 367,659
Expand Down Expand Up @@ -198,6 +197,17 @@ face_model=hog
face_upsample_times=1

[alpr]
# leave this as is
alpr_service=plate_recognizer
alpr_key=putyourkeyhere
# replace with your api key
alpr_key=YOURAPIKEY
# leave this as is
alpr_use_after_detection_only=yes
# if yes, then it will log usage statistics of the ALPR service
alpr_stats=yes

# If you want to specify regions. See http://docs.platerecognizer.com/#regions-supported
#alpr_regions=['us','cn','kr']

# If you want to host a local SDK https://app.platerecognizer.com/sdk/
#alpr_url=https://localhost:8080/alpr

0 comments on commit f7edeb9

Please sign in to comment.