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

Update configs/inference.yaml

Browse files
Files changed (1) hide show
  1. configs/inference.yaml +2 -14
configs/inference.yaml CHANGED
@@ -1,27 +1,15 @@
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
-
10
  dataset:
11
  test_dataset:
12
  dir:
13
  path: "./data/inference"
14
  labels_suffix: ".slp"
15
  vid_suffix: ".mp4"
16
- chunk: True
17
  clip_length: 32
18
- anchors: "centroid" # can select this based on the keypoints present in the slp file
19
-
20
- dataloader:
21
- test_dataloader:
22
- shuffle: False
23
- num_workers: 0
24
- trainer:
25
- limit_test_batches: 1.0 # fraction of test set to use; set to 1.0 to run inference on the entire dataset
26
-
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: "./inference"
 
8
  dataset:
9
  test_dataset:
10
  dir:
11
  path: "./data/inference"
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