Browse Source

updated flock model

qiuyang 1 year ago
parent
commit
9cf7336bf1

+ 2 - 2
source/CNStream/configs/InfineFilter.json

@@ -5,14 +5,14 @@
         "max_input_queue_size" : 20,
         "custom_params" : {
             "labels" : {
-                "label":["0"]
+                "label":["0",“3”]
             },
             "AlienLabels":{
                 "label":["2"]
             },
             "Proportion_th": 0.5,
             "files": "/home/GSD/video/filter/",
-            "saveFilterResult" : "true",
+            "saveFilterResult" : "false",
             "Night_Filter": "true",
             "lock_period":{
                 "start": 20,

+ 1 - 1
source/CNStream/configs/yolov5_object_detection_mlu220.json

@@ -4,7 +4,7 @@
     "parallelism" : 2,
     "max_input_queue_size" : 20,
     "custom_params" : {
-      "model_path" : "../data/models/yolov5m_best6_b_b_insect_s11_int16_20230310_4b_4c.cambricon",
+      "model_path" : "../data/models/yolov5sm_best8_flock_s1_int16_20231101_4b_4c.cambricon",
       "func_name" : "subnet0",
       // Uncomment the following 2 lines to use cncv
       // "preproc_name" : "CNCV",

+ 2 - 0
source/CNStream/data/models/label_map_gsd.txt

@@ -1,2 +1,4 @@
 bird
 plane
+insects
+flock

BIN
source/CNStream/data/models/yolov5sm_best8_flock_s1_int16_20231101_4b_4c.cambricon