mustafa2ak commited on
Commit
1006e79
·
verified ·
1 Parent(s): 74e55ec

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +3 -3
config.yaml CHANGED
@@ -13,8 +13,8 @@ pose_detection:
13
  keypoint_8_indices: [0, 3, 7, 10, 12, 14, 17, 19]
14
 
15
  tracking:
16
- max_iou_distance: 0.5
17
- max_age: 90
18
  n_init: 1
19
  use_appearance: true
20
  deletion_threshold_confirmed: 30
@@ -22,7 +22,7 @@ tracking:
22
 
23
  reid:
24
  model: "hf-hub:BVRA/MegaDescriptor-L-384"
25
- threshold: 0.40
26
  permanent_db_threshold_offset: 0.15
27
  max_features_per_dog: 30
28
 
 
13
  keypoint_8_indices: [0, 3, 7, 10, 12, 14, 17, 19]
14
 
15
  tracking:
16
+ max_iou_distance: 0.8
17
+ max_age: 200
18
  n_init: 1
19
  use_appearance: true
20
  deletion_threshold_confirmed: 30
 
22
 
23
  reid:
24
  model: "hf-hub:BVRA/MegaDescriptor-L-384"
25
+ threshold: 0.30
26
  permanent_db_threshold_offset: 0.15
27
  max_features_per_dog: 30
28