File size: 408 Bytes
ae419ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
seed: 7
clip_len: 32
stride: 16
batch_size: 16
epochs: 80
patience: 10
lr: 0.001
weight_decay: 0.0001
num_workers: 2
device: auto
pose_model: yolov8n-pose.pt
conf_threshold: 0.25
splits:
  train: 0.7
  val: 0.15
  test: 0.15
model:
  hidden: 96
  dropout: 0.25
  num_classes: 2
loss:
  name: focal
  gamma: 2.0
dropout:
  enabled: true
  high_conf_prob: 0.10
  low_conf_prob: 0.50
  low_conf_threshold: 0.30