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

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

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

6 个仓库

Awesome GitHub RepositoriesDataset Configuration Systems

Systems for defining dataset parameters and pipelines via configuration files.

Distinguishing note: Focuses on the configuration of dataset paths and pipelines within a modular system.

Explore 6 awesome GitHub repositories matching data & databases · Dataset Configuration Systems. Refine with filters or upvote what's useful.

Awesome Dataset Configuration Systems GitHub Repositories

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

    open-mmlab/mmdetection

    32,756在 GitHub 上查看↗

    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

    Enables configuring custom datasets by defining paths and transformation pipelines.

    Pythoncascade-rcnnconvnextdetr
    在 GitHub 上查看↗32,756
  • modelscope/ms-swiftmodelscope 的头像

    modelscope/ms-swift

    14,597在 GitHub 上查看↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    Manages dataset sources, subsets, and column mappings through centralized configuration files.

    Pythondeepseek-r1embeddinggrpo
    在 GitHub 上查看↗14,597
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 GitHub 上查看↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Sets up the data pipeline, dataloader, and evaluator in a config file to train and validate on a custom dataset.

    Python3d-object-detectionobject-detectionpoint-cloud
    在 GitHub 上查看↗6,273
  • facebookresearch/mmffacebookresearch 的头像

    facebookresearch/mmf

    5,635在 GitHub 上查看↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Specifies dataset-specific settings such as annotation paths, image sources, and processor pipelines through a dedicated configuration file.

    Pythoncaptioningdeep-learningdialog
    在 GitHub 上查看↗5,635
  • openvla/openvlaopenvla 的头像

    openvla/openvla

    5,305在 GitHub 上查看↗

    OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware. The project includes a robotics dataset pipeline for standardizing diverse trajectory data and managing dataset mixtures. It supports large-scale model training through distributed GPU compute and sharded data parallelism, alongside parameter-efficient adaptation for fine-tuning models to new ta

    Defines a registry of robotics datasets with sampling weights via configuration files.

    Python
    在 GitHub 上查看↗5,305
  • chartbrew/chartbrewchartbrew 的头像

    chartbrew/chartbrew

    3,641在 GitHub 上查看↗

    Chartbrew is a self-hosted business intelligence platform and data visualization engine designed to transform raw data from SQL databases and external API endpoints into interactive charts and dashboards. It serves as a tool for building analytics dashboards that monitor business metrics and KPIs through a privately hosted environment. The platform distinguishes itself with an embedded analytics workflow, allowing users to generate secure, time-limited shared links and iframes to display private charts on external websites. It also provides programmatic chart generation via API and integrates

    Enables the deletion of specific dataset configurations associated with charts to remove them from visualizations.

    JavaScriptanalyticsapichartjs
    在 GitHub 上查看↗3,641
  1. Home
  2. Data & Databases
  3. Dataset Configuration Systems

探索子标签

  • Dataset Configuration ManagementAdministrative controls for managing and removing dataset configuration settings. **Distinct from Dataset Configuration Systems:** Focuses on the removal of configurations to stop data from appearing in visualizations, not ML dataset splits.
  • Processor Pipeline ConfigurationsSpecifies text and answer processors in a configuration file that the system automatically initializes and attaches to the dataset. **Distinct from Dataset Configuration Systems:** Distinct from Dataset Configuration Systems: focuses on processor pipeline configuration rather than general dataset parameters.