File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
examples/MOT17/multiedge_inference_bench/pedestrian_tracking Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments