From c5db29dd66a3e40afa8b4bed630f0aa7ea001880 Mon Sep 17 00:00:00 2001 From: Xuan Ju <89566272+juxuan27@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:48:23 +0800 Subject: [PATCH] Update humansd-finetune.yaml --- configs/humansd/humansd-finetune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/humansd/humansd-finetune.yaml b/configs/humansd/humansd-finetune.yaml index a5d4f1b..74e5455 100644 --- a/configs/humansd/humansd-finetune.yaml +++ b/configs/humansd/humansd-finetune.yaml @@ -19,7 +19,7 @@ model: use_ema: False # true ckpt_path: humansd_data/checkpoints/v2-1_512-ema-pruned.ckpt pose_config: 'humansd_data/models/mmpose/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w48_coco_512x512_udp.py' - pose_ckpt: 'humansd_data/checkpoints/higherhrnet_w48_coco_512x512_udp.pth' + pose_ckpt: 'humansd_data/checkpoints/higherhrnet_w48_humanart_512x512_udp.pth' estimate_thresh: 0.05 pose_loss_weight: 0.1