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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebookresearch/mmfAvatar de facebookresearch

    facebookresearch/mmf

    5,635Ver en 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
    Ver en GitHub↗5,635
  • opendrivelab/uniadAvatar de OpenDriveLab

    OpenDriveLab/UniAD

    4,645Ver en GitHub↗

    UniAD es un framework de deep learning unificado para conducción autónoma que integra percepción, predicción y planificación en un único modelo end-to-end. Funciona como una arquitectura de red neuronal que mapea datos de sensores crudos directamente a trayectorias de conducción y planes de movimiento. Este proyecto sirve como una implementación de investigación de un enfoque orientado a la planificación que entrena conjuntamente módulos de ocupación, mapeo y seguimiento de objetos. Emplea un framework de percepción multitarea para optimizar el rendimiento general de la conducción. El sistema cubre una amplia superficie de capacidades, incluyendo pipelines de conducción end-to-end, optimización de movimiento vehicular y agregación de características visuales. Coordina diversas tareas de conducción autónoma para refinar todo el proceso de conducción en un solo ciclo de entrenamiento.

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

    Pythonautonomous-drivingautonomous-driving-frameworkbev-segmentation
    Ver en GitHub↗4,645
  • vectorspacelab/omnigenAvatar de VectorSpaceLab

    VectorSpaceLab/OmniGen

    4,326Ver en GitHub↗

    OmniGen is a unified image generation model and diffusion framework that processes text, images, and vision tasks through a single system. It functions as a multimodal diffusion framework that treats diverse vision operations as unified image synthesis problems using shared model weights, removing the need for external adapter modules. The system supports subject-driven image generation to preserve the identity of objects from reference photos and allows for multi-reference image synthesis. It also operates as an instruction-based image editor, modifying visual content through natural languag

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

    Jupyter Notebookdiffusionimageimage-edit
    Ver en GitHub↗4,326
  • google-research/big_visionAvatar de google-research

    google-research/big_vision

    3,363Ver en 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
    Ver en GitHub↗3,363
  1. Home
  2. Artificial Intelligence & ML
  3. Model Training Frameworks
  4. Vision Model Training
  5. Multi-Task Vision Training

Explorar subetiquetas

  • 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.