alpha
Login
or
Join now
nateholland.bsky.social
/
PoseDetection
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
PoseDetection
/
posedetection
/
src
/
iosMain
/
at
release-4.14.0
1 folder
virtualintern
feat: PoseFocusMode { MASK, CROP } for focus-area pose input
2mo ago
b7c63078
kotlin
feat: PoseFocusMode { MASK, CROP } for focus-area pose input Adds a new parameter on the CameraView composable so callers can choose how the focus rectangle is applied to the pose input. MASK preserves existing behaviour — black out non-focus region and downscale the full frame. CROP geometrically restricts the pose input to just the focus rectangle before downscaling, giving the MLKit model more effective pixels on the subject at the same downscaled side length; landmarks are returned in full-frame coordinates via an offset that flows from buildMlKitPoseInput through skeletonFromPoseScaled. Object detection is intentionally unaffected — YOLO always sees the full, unmasked frame. Sample app exposes a menu toggle (Mask ↔ Crop) and points the demo at the left half of the frame to exercise both modes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago