awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesKeypoint Augmentation

Transformations specifically for recalculating landmark positions during training data expansion.

Distinct from Keypoint Detection: Focuses on the augmentation of keypoints rather than the identification algorithms themselves.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Keypoint Augmentation. Refine with filters or upvote what's useful.

Awesome Keypoint Augmentation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • albumentations-team/albumentationsalbumentations-team 的头像

    albumentations-team/albumentations

    15,308在 GitHub 上查看↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Recalculates landmark keypoint positions during geometric rotations and flips of training images.

    Python
    在 GitHub 上查看↗15,308
  • open-mmlab/mmposeopen-mmlab 的头像

    open-mmlab/mmpose

    7,374在 GitHub 上查看↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Transforms raw image coordinates into normalized values or Gaussian heatmaps required for model training.

    Pythonanimal-pose-estimationbenchmarkcpm
    在 GitHub 上查看↗7,374
  • roboflow/sportsroboflow 的头像

    roboflow/sports

    4,881在 GitHub 上查看↗

    Roboflow Sports is a sports video analysis system that combines object detection and tracking with bird's-eye field visualization. Its core pipeline detects and tracks players, referees, and balls across video frames, then maps those tracked positions onto a radar-style overhead view of the playing field. The system goes beyond basic detection by localizing field boundaries and key landmarks such as pitch lines and corners, enabling spatial mapping of player positions relative to the field geometry. It classifies detected players by team affiliation through visual feature extraction and clust

    Locates predefined landmarks such as pitch lines or court corners to map field geometry and player positions.

    Pythoncomputer-visiondeep-learningdeep-neural-networks
    在 GitHub 上查看↗4,881
  1. Home
  2. Artificial Intelligence & ML
  3. Keypoint Detection
  4. Keypoint Augmentation

探索子标签

  • Keypoint Target EncodersProcesses that convert raw keypoint coordinates into training targets like Gaussian heatmaps. **Distinct from Keypoint Augmentation:** Distinct from augmentation; this is about generating the ground-truth training signal (the target).
  • Sports Landmark LocalizersLocates predefined landmarks such as pitch lines or court corners to map field geometry and player positions. **Distinct from Keypoint Augmentation:** Distinct from Keypoint Augmentation: focuses on detecting sports field landmarks, not augmenting existing keypoints for training.