fall / configs /default.yaml
minhy112's picture
Upload project files excluding raw data folder
ae419ed verified
Raw
History Blame Contribute Delete
408 Bytes
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