From a67ee03dcf4b70fcbe143b2701ff4b2045366472 Mon Sep 17 00:00:00 2001 From: thsw Date: Thu, 18 Aug 2022 10:43:39 +0800 Subject: [PATCH] 2.0 --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index a97f6ba..23d6b68 100644 --- a/demo.py +++ b/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'