modify 1:1 比对方式
This commit is contained in:
@ -204,11 +204,6 @@ def state_measure(periods, weights, hands, spath=None):
|
||||
|
||||
state1 = frstate_1[:,2][:, None]
|
||||
state11 = frstate_1[:,3][:, None]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -428,8 +423,8 @@ def run_tracking(trackboxes, MotionSlice):
|
||||
|
||||
|
||||
def show_seri():
|
||||
datapath = r"\\192.168.1.28\share\realtime\eventdata\1731316835560"
|
||||
savedir = r"D:\DetectTracking\realtime"
|
||||
datapath = r"\\192.168.1.28\share\个人文件\wqg\realtime\eventdata\1731316835560"
|
||||
savedir = r"D:\DetectTracking\realtime\1"
|
||||
|
||||
|
||||
imgdir = datapath.split('\\')[-2] + "_" + datapath.split('\\')[-1]
|
||||
@ -475,7 +470,7 @@ def show_seri():
|
||||
|
||||
|
||||
def main():
|
||||
runyolo()
|
||||
# runyolo()
|
||||
|
||||
show_seri()
|
||||
|
||||
|
Reference in New Issue
Block a user