Skip to content

Commit 69b4339

Browse files
author
rakshaak29
committed
fix(mot17): correct broken file config paths in tracking examples
Signed-off-by: rakshaak29 <rakshak29@gmail.com>
1 parent 25eda84 commit 69b4339

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/MOT17/multiedge_inference_bench/pedestrian_tracking/reid_job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ benchmarkingjob:
22
# job name of benchmarking; string type;
33
name: "reid_job"
44
# the url address of job workspace that will reserve the output of tests; string type;
5-
workspace: "/ianvs/multiedge_inference_bench/workspace"
5+
workspace: "./workspace"
66

77
# the url address of test environment configuration file; string type;
88
# the file format supports yaml/yml;
9-
testenv: "./examples/pedestrian_tracking/multiedge_inference_bench/testenv/reid/testenv.yaml"
9+
testenv: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/testenv.yaml"
1010

1111
# the configuration of test object
1212
test_object:
@@ -19,7 +19,7 @@ benchmarkingjob:
1919
- name: "feature extraction"
2020
# the url address of test algorithm configuration file; string type;
2121
# the file format supports yaml/yml;
22-
url: "./examples/pedestrian_tracking/multiedge_inference_bench/testalgorithms/reid/m3l/m3l_algorithm.yaml"
22+
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testalgorithms/reid/m3l/m3l_algorithm.yaml"
2323

2424
# the configuration of ranking leaderboard
2525
rank:

examples/MOT17/multiedge_inference_bench/pedestrian_tracking/tracking_job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ benchmarkingjob:
22
# job name of benchmarking; string type;
33
name: "tracking_job"
44
# the url address of job workspace that will reserve the output of tests; string type;
5-
workspace: "/ianvs/multiedge_inference_bench/workspace"
5+
workspace: "./workspace"
66

77
# the url address of test environment configuration file; string type;
88
# the file format supports yaml/yml;
9-
testenv: "./examples/pedestrian_tracking/multiedge_inference_bench/testenv/tracking/testenv.yaml"
9+
testenv: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/tracking/testenv.yaml"
1010

1111
# the configuration of test object
1212
test_object:
@@ -19,7 +19,7 @@ benchmarkingjob:
1919
- name: "tracking"
2020
# # the url address of test algorithm configuration file; string type;
2121
# # the file format supports yaml/yml;
22-
url: "./examples/pedestrian_tracking/multiedge_inference_bench/testalgorithms/tracking/byte_track/byte_track_algorithm.yaml"
22+
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testalgorithms/tracking/byte_track/byte_track_algorithm.yaml"
2323

2424
# the configuration of ranking leaderboard
2525
rank:

0 commit comments

Comments
 (0)