1)新增区域入侵算法:mqtt服务不开启 2)城管dmpr支撑engine

This commit is contained in:
th 2025-08-23 09:14:44 +08:00
parent 0f3a0a85b2
commit e9098d26d2
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ service:
storage_source: 0
#是否启用mqtt0--不用1--启用
mqtt:
flag: 1
flag: 0
business: 1
#是否启用alg控制功能
algSwitch: False

View File

@ -380,8 +380,8 @@ class ModelType(Enum):
'par':{ 'half':True,'device':'cuda:0' ,'conf_thres':0.25,'iou_thres':0.45,'segRegionCnt':1, 'trtFlag_det':True,'trtFlag_seg':True}
},
{
#'weight':'../weights/trt/AIlib2/cityMangement3/dmpr_3090.engine',
'weight':'../weights/pth/AIlib2/cityMangement3/dmpr.pth',
'weight':'../weights/trt/AIlib2/cityMangement3/dmpr_3090.engine',
#'weight':'../weights/pth/AIlib2/cityMangement3/dmpr.pth',
'par':{
'depth_factor':32,'NUM_FEATURE_MAP_CHANNEL':6,'dmpr_thresh':0.1, 'dmprimg_size':640,
'name':'dmpr'