diff --git a/camera_processor.py b/camera_processor.py index 4b0028c..4f8c128 100644 --- a/camera_processor.py +++ b/camera_processor.py @@ -180,7 +180,7 @@ if self.save_annotated_images: annotator.box_label(box=[x1, y1, x2, y2], label=label, color=colors(int(cls))) - print(self.last_biz_boxes) + # print(self.last_biz_boxes) # 上传第三方施工报警 if any(label in BIZ_CLASS['CONSTRUCTION'] for label in frame_labels): diff --git a/camera_processor.py b/camera_processor.py index 4b0028c..4f8c128 100644 --- a/camera_processor.py +++ b/camera_processor.py @@ -180,7 +180,7 @@ if self.save_annotated_images: annotator.box_label(box=[x1, y1, x2, y2], label=label, color=colors(int(cls))) - print(self.last_biz_boxes) + # print(self.last_biz_boxes) # 上传第三方施工报警 if any(label in BIZ_CLASS['CONSTRUCTION'] for label in frame_labels): diff --git a/config.py b/config.py index eeffc86..658edb5 100644 --- a/config.py +++ b/config.py @@ -54,9 +54,9 @@ } HTTP_SERVER = { - # "url": "http://111.198.10.15:11645/algorithm/receiveData", + "url": "http://111.198.10.15:11645/algorithm/receiveData", # "url": "http://192.168.150.39:30028/algorithm/receiveData", - "url": "http://127.0.0.1:8000/test", + # "url": "http://127.0.0.1:8000/test", "timeout": 10 # 超时重试 }