awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesConfiguration Inheritance

Mechanisms for extending and overriding base model configurations.

Distinguishing note: Specifically addresses the reuse of configuration files to avoid redundancy.

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

Awesome Configuration Inheritance GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • open-mmlab/mmdetectionAvatar von open-mmlab

    open-mmlab/mmdetection

    32,756Auf GitHub ansehen↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Allows building model structures and training schedules by inheriting existing files to avoid writing configurations from scratch.

    Pythoncascade-rcnnconvnextdetr
    Auf GitHub ansehen↗32,756
  • open-mmlab/mmposeAvatar von open-mmlab

    open-mmlab/mmpose

    7,374Auf GitHub ansehen↗

    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

    Supports configuration inheritance to extend and override base model settings and avoid redundancy.

    Pythonanimal-pose-estimationbenchmarkcpm
    Auf GitHub ansehen↗7,374
  • open-mmlab/mmpretrainAvatar von open-mmlab

    open-mmlab/mmpretrain

    3,842Auf GitHub ansehen↗

    mmpretrain is a modular PyTorch computer vision framework designed for developing, training, and benchmarking deep learning architectures. It serves as a comprehensive toolkit for vision tasks, providing a specialized platform for multimodal machine learning and self-supervised learning. The project features a computer vision model zoo containing architectural definitions and pre-trained weights for backbones such as ViT, ConvNeXt, and Swin Transformer. It distinguishes itself through a dedicated self-supervised learning toolkit that implements algorithms like MAE and DINO to train models wit

    Uses mechanisms for extending and overriding base model configurations to manage experimental hyperparameters without redundancy.

    Pythonbeitclipconstrastive-learning
    Auf GitHub ansehen↗3,842
  1. Home
  2. Artificial Intelligence & ML
  3. Configuration Inheritance