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

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

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

4 个仓库

Awesome GitHub RepositoriesMulti-Task Vision Training

Training a single vision model for multiple tasks such as segmentation and depth prediction.

Distinct from Vision Model Training: Focuses on unified multi-task training using guiding codes, rather than single-task vision training.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Multi-Task Vision Training. Refine with filters or upvote what's useful.

Awesome Multi-Task Vision Training GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Launches distributed training of unified models on configurable sets of vision and language tasks simultaneously.

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

    OpenDriveLab/UniAD

    4,645在 GitHub 上查看↗

    UniAD 是一个用于自动驾驶的统一深度学习框架,将感知、预测和规划集成到一个端到端的模型中。它作为一种神经网络架构,将原始传感器数据直接映射为驾驶轨迹和运动规划。 本项目是规划导向方法的科研实现,联合训练占用空间、地图构建和目标跟踪模块。它采用多任务感知框架来优化整体驾驶性能。 该系统涵盖了广泛的功能,包括端到端驾驶流水线、车辆运动优化和视觉特征聚合。它协调各种自动驾驶任务,在单个训练周期内优化整个驾驶过程。

    Jointly trains occupancy, mapping, and object tracking modules within a single unified vision model.

    Pythonautonomous-drivingautonomous-driving-frameworkbev-segmentation
    在 GitHub 上查看↗4,645
  • vectorspacelab/omnigenVectorSpaceLab 的头像

    VectorSpaceLab/OmniGen

    4,326在 GitHub 上查看↗

    OmniGen 是一个统一的图像生成模型和扩散框架,通过单一系统处理文本、图像和视觉任务。它作为一个多模态扩散框架,利用共享模型权重将各种视觉操作视为统一的图像合成问题,无需外部适配器模块。 该系统支持主体驱动的图像生成,以保留参考照片中对象的身份,并允许进行多参考图像合成。它还可以作为基于指令的图像编辑器,通过自然语言提示修改视觉内容。 该框架扩展到生成式计算机视觉任务,通过将边缘检测和姿态识别等操作转换为合成任务来执行。特定任务的性能可以通过模型权重微调和低秩自适应 (LoRA) 来提升。

    Treats vision operations like edge detection and pose recognition as unified image synthesis tasks.

    Jupyter Notebookdiffusionimageimage-edit
    在 GitHub 上查看↗4,326
  • google-research/big_visiongoogle-research 的头像

    google-research/big_vision

    3,363在 GitHub 上查看↗

    This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal language models. It provides a comprehensive suite for vision-language pretraining, enabling the development of models that map images and text into shared latent spaces. The framework is distinguished by its capabilities in high-fidelity image generation and multimodal research, utilizing normalizing flows and variational autoencoders to produce images from text prompts or class labels. It supports the development of both generative and contrastive models, allowing for a wide

    Trains unified vision models for segmentation, colorization, and depth prediction using a guiding code approach.

    Jupyter Notebook
    在 GitHub 上查看↗3,363
  1. Home
  2. Artificial Intelligence & ML
  3. Model Training Frameworks
  4. Vision Model Training
  5. Multi-Task Vision Training

探索子标签

  • Unified Vision SynthesisExecuting multiple computer vision tasks by treating them as unified image synthesis problems. **Distinct from Multi-Task Vision Training:** Unlike general multi-task training, this specifically maps all vision outputs as synthesized images.
  • Vision-Language Multi-Task TrainersLaunches distributed training of a unified model on a configurable set of vision and language tasks simultaneously. **Distinct from Multi-Task Vision Training:** Distinct from Multi-Task Vision Training: extends multi-task training to include both vision and language tasks, not just vision-only tasks.