From e86e251e8c9fbf279b2c3ddd13ee516f12c33d01 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 20 Jul 2021 07:40:29 -0400 Subject: [PATCH 1/2] push tags to remote --- make_tag.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_tag.sh b/make_tag.sh index 091c09c1..1259d725 100755 --- a/make_tag.sh +++ b/make_tag.sh @@ -26,3 +26,4 @@ echo "VERSION = __version__" >> hook/zmes_hook_helpers/__init__.py git tag -fa v$VER -m"v$VER" git push -f --tags +git push upstream -f --tags \ No newline at end of file From a5b75f4d7afcbad960d75abd231a4e657a8c8f59 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 23 Jul 2021 07:07:29 -0400 Subject: [PATCH 2/2] added pre_existing_labels example --- hook/objectconfig.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hook/objectconfig.ini b/hook/objectconfig.ini index 8b3dc08b..9550c633 100644 --- a/hook/objectconfig.ini +++ b/hook/objectconfig.ini @@ -453,7 +453,8 @@ ml_sequence= { }, 'face': { 'general':{ - 'pattern': '{{face_detection_pattern}}', + 'pattern': '{{face_detection_pattern}}', + #'pre_existing_labels': ['person'], # when put in general section, it will check if a previous detection type (like object) found this label 'same_model_sequence_strategy': 'union' # combines all outputs of this sequence }, 'sequence': [