From 1e62f0117db8b09d860577660bfc8645207db601 Mon Sep 17 00:00:00 2001 From: LokeZhou Date: Fri, 13 Jan 2023 13:17:57 +0800 Subject: [PATCH] [MOT] fix ocsort eval path (#7618) --- configs/mot/ocsort/ocsort_ppyoloe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mot/ocsort/ocsort_ppyoloe.yml b/configs/mot/ocsort/ocsort_ppyoloe.yml index c7c62b4fd..ed2881a21 100644 --- a/configs/mot/ocsort/ocsort_ppyoloe.yml +++ b/configs/mot/ocsort/ocsort_ppyoloe.yml @@ -67,7 +67,7 @@ OCSORTTracker: EvalMOTDataset: !MOTImageFolder dataset_dir: dataset/mot - data_root: MOT17_test/images/half + data_root: MOT17/images/half keep_ori_im: True # set as True in DeepSORT and ByteTrack TestMOTDataset: -- GitLab