AI pose transfer — reference से generation में pose कॉपी करें
Prompt में specific pose describe करना unreliable होता है — 'arms crossed, slight lean, weight on left leg' हर बार अलग pose render होता है। Pose transfer इस problem को DWPose से reference image के skeletal keypoints निकालकर solve करता है, फिर generation को उन exact keypoints पर condition किया जाता है ताकि output character reference pose से बिल्कुल match करे।
Pipeline के अंदर DWPose preprocessor पर built — DWPose 18+ body keypoints और हर तरफ 21 hand keypoints detect करता है, जिससे finger position और torso rotation accurately capture होते हैं। यह conditioning inference time पर apply होती है ताकि generation model आपके prompt और reference pose दोनों से match करने वाला character produce करे।
यह कैसे काम करता है
- 1
Reference image अपलोड करें — कोई भी photo या generation जिसमें clear human pose हो।
- 2
DWPose अपने आप skeletal keypoints निकाल लेता है (manual rigging की ज़रूरत नहीं)।
- 3
Generation prompt लिखें जिसमें character का description हो — pose vocabulary की ज़रूरत नहीं।
- 4
Model नया character generate करता है जो आपके prompt और reference की exact pose दोनों से match करे।
अक्सर पूछे जाने वाले प्रश्न
AI pose transfer क्या है?
एक workflow जो DWPose से reference image के skeletal keypoints निकालता है, फिर new AI generation को उन exact keypoints पर condition करता है — जिससे एक character मिलता है जो आपके prompt से match करता है और reference की exact pose लेता है।
यह prompt में pose describe करने से कैसे अलग है?
Text descriptions unreliable होते हैं — model 'arms crossed' या 'weight on left leg' को हर generation में अलग तरह interpret करता है। DWPose actual joint positions निकालता है ताकि output reference से precisely match करे।
क्या character reference person जैसा दिखेगा?
नहीं — सिर्फ pose transfer होता है। Character की identity आपके prompt या trained Character LoRA से आती है। Reference image सिर्फ skeletal pose contribute करता है।
OpenPose के comparison में DWPose कितना accurate है?
DWPose 18+ body keypoints plus हर तरफ 21 hand keypoints detect करता है, जिससे finger position और torso rotation OpenPose से ज़्यादा accurately capture होते हैं — OpenPose अक्सर subtle anatomy और finger detail miss कर देता है।