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
/
sample
/
at
claude/fix/rotation-handling
3 folders
2 files
virtualintern
feat: add CropRect parameter to extractFrames for output video cropping
2mo ago
3cbd4ec8
composeApp
feat: add CropRect parameter to extractFrames for output video cropping Add optional CropRect to extractFrames() for pixel-level cropping after decode+rotation. On Android, uses Bitmap.createBitmap for zero-copy crop. On iOS, delegates to InputFrame.crop(). Sample app debug test uses portrait 9:16 crop with skeleton-tracking pan and smooth interpolation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 months ago
gradle
refactor: update versions
4 months ago
iosApp
perf: fast batch frame extraction with extractFrames Flow API - Replace per-pixel floating-point YUV conversion with bulk buffer copy + fixed-point integer math (~5x faster decode) - Feed multiple input buffers per decode loop iteration to keep the hardware decoder pipeline full - Add extractFrames(path, timestamps): Flow<InputFrame> for efficient sequential multi-frame extraction without per-call mutex overhead - Add Skeleton.lerp() for smooth interpolation between analysis keyframes - Use imageProxy.imageInfo.timestamp for frame-accurate overlay timing - Add coordinate scaling in drawAnalysisResults for cross-resolution mapping - Fix TFLite interpreter crash with try-catch in live object detection - Fix iOS VideoBuilder: monotonic timestamps, pool-null resilience - Add debug test harness in sample app (auto-record, extract, annotate, encode, display with timing) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 months ago
gradle.properties
chore: checking
9 months ago
gradlew
initial commit
1 year ago