-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathtestenv.yaml
More file actions
26 lines (25 loc) · 1.12 KB
/
testenv.yaml
File metadata and controls
26 lines (25 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
testenv:
# dataset configuration
dataset:
# the url address of train dataset index; string type;
train_url: "./dataset/mot17/reid/train.txt"
# the url address of test dataset index; string type;
test_url: "./dataset/mot17/reid/test.txt"
# metrics configuration for test case's evaluation; list type;
metrics:
# metric name; string type;
- name: "mAP"
# the url address of python file
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/mAP.py"
- name: "rank_1"
# the url address of python file
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/rank_1.py"
- name: "rank_2"
# the url address of python file
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/rank_2.py"
- name: "rank_5"
# the url address of python file
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/rank_5.py"
- name: "cmc"
# the url address of python file
url: "./examples/MOT17/multiedge_inference_bench/pedestrian_tracking/testenv/reid/cmc.py"