Add SegFormer body parsing to /jiggle/preprocess eb2fe05 Justin Wood Claude Sonnet 4.6 commited on 17 days ago
Pose: include foot landmarks (heels + toes) so we can rig feet 3998d07 Justin Wood Claude Sonnet 4.6 commited on 18 days ago
Pose: detect 13 landmarks (full body) for the auto-rig 176131d Justin Wood Claude Sonnet 4.6 commited on 18 days ago
Phase 1: add /jiggle/preprocess endpoint; retire reconstruction.py f73f135 Justin Wood Claude Sonnet 4.6 commited on 18 days ago
Replace SAM2 with geometric ellipses for anatomy regions 5ec223d Justin Wood Claude Sonnet 4.6 commited on Apr 27
SAM2: pick mask by highest IoU within size range, not smallest b06ad3e Justin Wood Claude Sonnet 4.6 commited on Apr 27
Add bbox prompts alongside click points for SAM2 3f3478e Justin Wood Claude Sonnet 4.6 commited on Apr 27
Stringify landmark dict keys before pose response fa899d5 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Fix SAM2 mask selection + pin MediaPipe to keep solutions API 803d6ed Justin Wood Claude Sonnet 4.6 commited on Apr 27
Drop reshaped_input_sizes arg from post_process_masks 185f3ed Justin Wood Claude Sonnet 4.6 commited on Apr 27
Fix SAM2 processor 4-level input + adjusted output indexing 0929960 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Monkey-patch gradio.routes.App.create_app to inject our routes 4eaaada Justin Wood Claude Sonnet 4.6 commited on Apr 27
Disable Gradio 5 SSR: Node.js layer was intercepting GET requests bc01186 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Promote /jiggle/* routes ahead of Gradio's catch-all SPA route 4ba77fa Justin Wood Claude Sonnet 4.6 commited on Apr 27
Fix ZeroGPU detection: split @spaces.GPU from route decorators 4685dea Justin Wood Claude Sonnet 4.6 commited on Apr 27
Move all endpoints from /api/ to /jiggle/ prefix; health uses GET b366210 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Revert to demo.app approach: gr.mount_gradio_app breaks ZeroGPU d080ff8 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Restructure: FastAPI-first with gr.mount_gradio_app to fix route priority 129159a Justin Wood Claude Sonnet 4.6 commited on Apr 27
Rename health endpoint to /api/jiggle-health to avoid HF infrastructure interception 76806c2 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Move ping endpoint to /status to avoid Gradio /api/ namespace entirely 8ab6195 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Rename health endpoint to /api/ping to avoid Gradio reserved path 332d279 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Simplify health endpoint: robust exception handling, os.path cache check 774950b Justin Wood Claude Sonnet 4.6 commited on Apr 27
Fix /api/health: POST instead of GET to bypass Gradio SPA catch-all d5f2794 Justin Wood Claude Sonnet 4.6 commited on Apr 27
Enhance /api/health with model warm/cached status 03e831e Justin Wood Claude Sonnet 4.6 commited on Apr 26
Add per-file download progress + elapsed-time logging to SAM2 init cc58918 Justin Wood Claude Sonnet 4.6 commited on Apr 26
Add two-photo workflow: MediaPipe pose detection + /api/pose endpoint 289e92a Justin Wood Claude Sonnet 4.6 commited on Apr 26
Add /api/logs endpoint and per-step print logging for SAM2 progress 775bb75 Justin Wood commited on Apr 26
Prefix API routes with /api/ to avoid Gradio catch-all interception 7e7575e Justin Wood commited on Apr 26
Fix: Gradio 5.49.1 SDK (ZeroGPU requires Gradio), no Gradio in requirements c6a8bc8 Justin Wood commited on Apr 26
Switch to Docker SDK — clean FastAPI + ZeroGPU, no Gradio conflict 94d3997 Justin Wood commited on Apr 26