feat: add 8 multi-subject couple poses with scene rankings (Fixes #14) - #146
Open
laurentketterle-hub wants to merge 3 commits into
Open
Conversation
Author
|
/attempt 14 |
Author
|
Friendly ping 👋 — this PR has been open for 3 days. Is there anything needed for review? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Multi-subject/couple pose pack with scene-based ranking — extends PoseGuide schema for two-person standing poses.
Closes #14
Deliverables
Schema extension (
src/poseguide/data/schema.py):SubjectPosemodel for individual subjects in multi-person compositionssubjects,subject_count, andscene_rankingsfields onPoserank_pose_for_scene()function for per-scene pose scoring8 Couple Poses (
data/poses/couple_*.json):couple_standing_side_by_side— Classic portrait (garden/outdoor)couple_embrace_face_to_face— Romantic close-up (wedding)couple_walking_hand_in_hand— Casual stroll (street/garden)couple_back_to_back— Fashion/cool (studio/street)couple_dip_kiss— Dramatic dip (wedding — scene_ranking: 1.0)couple_first_dance— Dance hold (wedding/event)couple_piggyback— Playful carry (street/casual)couple_sitting_bench— Relaxed bench (garden/street)Tests (
tests/test_multi_subject.py):Each pose includes scene_rankings for wedding_garden, garden_path, street, and studio scenes.