File size: 3,021 Bytes
5f620bf c41108a 5f620bf c41108a 5f620bf |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
data:
colormode: RGB
inference:
normalize_images: true
top_down_crop:
width: 288
height: 384
train:
affine:
p: 0.5
rotation: 30
scaling:
- 1.0
- 1.0
translation: 0
collate:
covering: false
gaussian_noise: 12.75
hist_eq: false
motion_blur: false
normalize_images: true
top_down_crop:
width: 288
height: 384
detector: null
device: auto
metadata:
project_path: null
pose_config_path: rtmpose_x_body7_pytorch_config.yaml
bodyparts:
- nose
- left_eye
- right_eye
- left_ear
- right_ear
- left_shoulder
- right_shoulder
- left_elbow
- right_elbow
- left_wrist
- right_wrist
- left_hip
- right_hip
- left_knee
- right_knee
- left_ankle
- right_ankle
unique_bodyparts: []
individuals:
- idv0
- idv1
- idv2
- idv3
- idv4
- idv5
- idv6
- idv7
- idv8
- idv9
with_identity: false
method: td
model:
backbone:
type: CSPNeXt
model_name: cspnext_p5
freeze_bn_stats: false
freeze_bn_weights: false
expand_ratio: 0.5
deepen_factor: 1.33
widen_factor: 1.25
channel_attention: true
norm_layer: SyncBN
activation_fn: SiLU
backbone_output_channels: 1280
heads:
bodypart:
type: RTMCCHead
weight_init: RTMPose
target_generator:
type: SimCCGenerator
input_size:
- 288
- 384
smoothing_type: gaussian
sigma:
- 6.0
- 6.93
simcc_split_ratio: 2.0
label_smooth_weight: 0.0
normalize: false
criterion:
x:
type: KLDiscreteLoss
use_target_weight: true
beta: 10.0
label_softmax: true
y:
type: KLDiscreteLoss
use_target_weight: true
beta: 10.0
label_softmax: true
predictor:
type: SimCCPredictor
simcc_split_ratio: 2.0
input_size:
- 288
- 384
in_channels: 1280
out_channels: 17
in_featuremap_size:
- 9
- 12
simcc_split_ratio: 2.0
final_layer_kernel_size: 7
gau_cfg:
hidden_dims: 256
s: 128
expansion_factor: 2
dropout_rate: 0
drop_path: 0.0
act_fn: SiLU
use_rel_bias: false
pos_enc: false
net_type: rtmpose_x
runner:
type: PoseTrainingRunner
gpus:
key_metric: test.mAP
key_metric_asc: true
eval_interval: 10
optimizer:
type: AdamW
params:
lr: 0.0005
scheduler:
type: SequentialLR
params:
schedulers:
- type: ConstantLR
params:
factor: 0.001
total_iters: 5
- type: CosineAnnealingLR
params:
T_max: 250
eta_min: 1e-05
milestones:
- 100
snapshots:
max_snapshots: 5
save_epochs: 25
save_optimizer_state: false
train_settings:
batch_size: 1
dataloader_workers: 0
dataloader_pin_memory: false
display_iters: 500
epochs: 200
seed: 42
|