1)新增区域入侵算法:mqtt服务不开启 2)城管dmpr支撑engine
This commit is contained in:
parent
0f3a0a85b2
commit
e9098d26d2
|
|
@ -34,7 +34,7 @@ service:
|
|||
storage_source: 0
|
||||
#是否启用mqtt,0--不用,1--启用
|
||||
mqtt:
|
||||
flag: 1
|
||||
flag: 0
|
||||
business: 1
|
||||
#是否启用alg控制功能
|
||||
algSwitch: False
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue