add boxLine_thickness parameter
This commit is contained in:
parent
953a0ca990
commit
2b1cced68a
2
demo.py
2
demo.py
|
|
@ -26,7 +26,7 @@ def river_demo():
|
||||||
Segweights = '../AIlib/weights/STDC/model_maxmIOU75_1720_0.946_360640.pth' ##升级的分割模型
|
Segweights = '../AIlib/weights/STDC/model_maxmIOU75_1720_0.946_360640.pth' ##升级的分割模型
|
||||||
|
|
||||||
postFile= '../AIlib/conf/para.json'
|
postFile= '../AIlib/conf/para.json'
|
||||||
digitFont= { 'line_thickness':2, 'fontSize':1.0,'waterLineColor':(0,255,255),'waterLineWidth':3}
|
digitFont= { 'line_thickness':2,'boxLine_thickness':1, 'fontSize':1.0,'waterLineColor':(0,255,255),'waterLineWidth':3}
|
||||||
conf_thres,iou_thres,classes,rainbows=get_postProcess_para(postFile)
|
conf_thres,iou_thres,classes,rainbows=get_postProcess_para(postFile)
|
||||||
|
|
||||||
####模型选择参数用如下:
|
####模型选择参数用如下:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue