This repository contains production-ready implementations of various AI models, specifically focused on computer vision tasks.
A dockerized implementation of RTMpose for human pose estimation. Supports multiple models including COCO, Halpe, and Wholebody variants. Learn more
A dockerized implementation for object tracking and segmentation based on SAM (Segment Anything Model). Learn more
A production-ready implementation of BSIP (Body Segment Inertial Parameters) for human motion analysis. Learn more
Each component has its own Docker configuration and usage instructions. Please refer to the individual README files in each subdirectory for specific setup and running instructions.
.
├── rtmpose_prod/ # RTMpose implementation
├── samurai_prod/ # SAM-based tracking implementation
└── README.md
This repository is licensed under the Apache License. See the LICENSE file for more details.