IDEA-Research / DWPose

"Effective Whole-body Pose Estimation with Two-stages Distillation" (ICCV 2023, CV4Metaverse Workshop)
Apache License 2.0
2.19k stars 141 forks source link

detect_resolution #33

Closed simplaj closed 1 year ago

simplaj commented 1 year ago

i only use the dwpose , could u please tell me the detect_resolution resized in the reference.

yzd-v commented 1 year ago

384x288 (HxW)

simplaj commented 1 year ago

I apologize for bothering you again, but I would like to confirm if the "detect_resolution" in this line https://github.com/IDEA-Research/DWPose/blob/onnx/ControlNet-v1-1-nightly/gradio_dw_open_pose.py#L48 is set to 384x288. According to the code, it should be an integer rather than a tuple.

yzd-v commented 1 year ago

Integer is to resize the input. For DWPose, 640x640 is for yolox, 384x288 is for dwpose.

simplaj commented 1 year ago

thank u very much~