You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Tauri app for running the SAM3DBody-cpp native engine in-process. The UI calls Rust commands, Rust loads fast_sam_3dbody.dll with libloading, and the DLL executes the C++/CUDA inference pipeline through a plain C ABI.
Production-oriented REST API service exposing ensam3d_inference as a managed backend for distributed 3D human pose estimation, with video ingestion, GPU worker orchestration, annotated visualization rendering, and persistent artifact storage.