Skip to content

Commit

Permalink
yolo_type needs to be in [yolo] section
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 15, 2019
1 parent 968178c commit d9e1e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hook/objectconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ portal=https://server/zm
user=admin
password=password
allow_self_signed=yes
yolo_type=full
#yolo_type=tiny

# if yes, last detection will be stored for monitors
# and bounding boxes that match, along with labels
Expand Down Expand Up @@ -168,6 +166,9 @@ face_model=cnn

# config files for yolo
[yolo]
yolo_type=full
#yolo_type=tiny

config=/var/lib/zmeventnotification/models/yolov3/yolov3.cfg
weights=/var/lib/zmeventnotification/models/yolov3/yolov3.weights
labels=/var/lib/zmeventnotification/models/yolov3/yolov3_classes.txt
Expand Down

0 comments on commit d9e1e6e

Please sign in to comment.