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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lightly-ai avatar

lightly-ai/lightly-train

0
View on GitHub↗
1,582 stars·81 forks·Python·AGPL-3.0·12 viewsdocs.lightly.ai/train↗

Lightly Train

All-in-one training for vision models (YOLO, ViTs, RT-DETR, DINOv3): pretraining, fine-tuning, distillation.

Features

  • Computer Vision - Framework for pretraining vision models on unlabeled industrial data.
  • Computer Vision Frameworks - Framework for pretraining models on unlabeled image data.

Star history

Star history chart for lightly-ai/lightly-trainStar history chart for lightly-ai/lightly-train

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Lightly Train

Similar open-source projects, ranked by how many features they share with Lightly Train.
  • keras-team/keras-cvkeras-team avatar

    keras-team/keras-cv

    1,061View on GitHub↗

    Industry-strength Computer Vision workflows with Keras

    Python
    View on GitHub↗1,061
  • kornia/korniakornia avatar

    kornia/kornia

    11,238View on GitHub↗

    Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision operations as differentiable tensors to enable integration into deep learning pipelines and supports the transpilation of operations across PyTorch, TensorFlow, JAX, and NumPy. The project provides specialized toolsets for geometric vision and stereo depth, including algorithms for 3D scene reconstruction, camera calibration, and pose estimation. It further distinguishes itself as a differentiable image augmentation framework, applying random geometric and color transformations w

    Pythonartificial-intelligencecomputer-visiondeep-learning
    View on GitHub↗11,238
  • facebookresearch/detectron2facebookresearch avatar

    facebookresearch/detectron2

    34,548View on GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    View on GitHub↗34,548
  • openai/clipopenai avatar

    openai/CLIP

    33,779View on GitHub↗

    CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By utilizing transformer-based feature extraction and multi-modal tokenization, the system aligns images and natural language strings, enabling cross-modal similarity analysis and semantic classification. The project functions as a zero-shot classification engine, identifying image content by calculating the cosine similarity between visual features and arbitrary text labels without requiring task-specific retraining. Beyond inference, it serves as a research toolkit for evaluating

    Jupyter Notebookdeep-learningmachine-learning
    View on GitHub↗33,779
See all 30 alternatives to Lightly Train→

Frequently asked questions

What does lightly-ai/lightly-train do?

All-in-one training for vision models (YOLO, ViTs, RT-DETR, DINOv3): pretraining, fine-tuning, distillation.

What are the main features of lightly-ai/lightly-train?

The main features of lightly-ai/lightly-train are: Computer Vision, Computer Vision Frameworks.

What are some open-source alternatives to lightly-ai/lightly-train?

Open-source alternatives to lightly-ai/lightly-train include: kornia/kornia — Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision… roboflow/supervision — Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… keras-team/keras-cv — Industry-strength Computer Vision workflows with Keras. openai/clip — CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By… salesforce/lavis — LAVIS is a multimodal large language model framework and vision-language model library. It provides tools for training…