2.0
This commit is contained in:
parent
759a7473bd
commit
a67ee03dcf
2
demo.py
2
demo.py
|
|
@ -23,7 +23,7 @@ def river_demo():
|
|||
|
||||
seg_nclass = 2
|
||||
#Segweights = "../AIlib/weights/BiSeNet/checkpoint.pth"
|
||||
Segweights = '/home/thsw/WJ/src/STDC/model_maxmIOU75_1720_0.946_360640.pth' ##升级的分割模型
|
||||
Segweights = '../AIlib/weights/STDC/model_maxmIOU75_1720_0.946_360640.pth' ##升级的分割模型
|
||||
|
||||
postFile= '../AIlib/conf/para.json'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue