mshaikh111 commited on
Commit
f320354
·
verified ·
1 Parent(s): 213554b

Update configs/eval.yaml

Browse files
Files changed (1) hide show
  1. configs/eval.yaml +0 -11
configs/eval.yaml CHANGED
@@ -1,27 +1,16 @@
1
  ckpt_path:
2
  tracker:
3
  overlap_thresh: 0.01
4
- decay_time: null
5
  iou: "mult"
6
  max_tracks: 2
7
  max_center_dist: null
8
- persistent_tracking: True
9
  outdir: "./eval"
10
- metrics:
11
- test: "all" # possible values are "all", or a list of metrics to compute out of ["motmetrics", "global_tracking_accuracy"]
12
  dataset:
13
  test_dataset:
14
  dir:
15
  path: "./data/test"
16
  labels_suffix: ".slp"
17
  vid_suffix: ".mp4"
18
- chunk: True
19
  clip_length: 32
20
  anchors: "centroid" # can select this based on the keypoints present in the slp file
21
- dataloader:
22
- test_dataloader:
23
- shuffle: False
24
- num_workers: 0
25
- trainer:
26
- limit_test_batches: 1.0
27
 
 
1
  ckpt_path:
2
  tracker:
3
  overlap_thresh: 0.01
 
4
  iou: "mult"
5
  max_tracks: 2
6
  max_center_dist: null
 
7
  outdir: "./eval"
 
 
8
  dataset:
9
  test_dataset:
10
  dir:
11
  path: "./data/test"
12
  labels_suffix: ".slp"
13
  vid_suffix: ".mp4"
 
14
  clip_length: 32
15
  anchors: "centroid" # can select this based on the keypoints present in the slp file
 
 
 
 
 
 
16