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
sunsmarterjie avatar

sunsmarterjie/yolov12

0
View on GitHub↗

Yolov12

[NeurIPS 2025] YOLOv12: Attention-Centric Real-Time Object Detectors

Features

  • Computer Vision - Recent iteration of the YOLO detection architecture.

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
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.
  • Object Detection - Listed in the “Object Detection” section of the The Incredible Pytorch awesome list.
  • 2,907 stars·421 forks·Python·AGPL-3.0·15 views

    Star history

    Star history chart for sunsmarterjie/yolov12Star history chart for sunsmarterjie/yolov12

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does sunsmarterjie/yolov12 do?

    [NeurIPS 2025] YOLOv12: Attention-Centric Real-Time Object Detectors

    What are the main features of sunsmarterjie/yolov12?

    The main features of sunsmarterjie/yolov12 are: Computer Vision, CNN, Object Detection.

    Which projects share features with sunsmarterjie/yolov12?

    Projects with overlapping indexed features include: thu-mig/yolov10 — YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying… ultralytics/yolov5 — YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time… megvii-basedetection/yolox — YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO… meituan/yolov6 — YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer… ultralytics/ultralytics — Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep… wongkinyiu/yolov7 — YOLOv7 is a PyTorch vision library and real-time inference engine designed for object detection, human pose…

    Projects sharing features with Yolov12

    These projects share indexed features with Yolov12. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • meituan/yolov6meituan avatar

      meituan/YOLOv6

      5,882View on GitHub↗

      YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer vision model trainer for identifying and locating objects within images, as well as an instance segmentation tool that delineates precise object boundaries using masks. The project includes a specialized mobile inference optimizer and a model quantization toolkit. These components focus on reducing model size and resolution to improve execution speed on ARM-based chipsets and converting models to low-precision formats to decrease file size. The framework covers a broad range of

      Jupyter Notebookobject-detectionpytorchyolo
      View on GitHub↗5,882
    • thu-mig/yolov10THU-MIG avatar

      THU-MIG/yolov10

      11,316View on GitHub↗

      YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying multiple objects in images and video streams. It functions as an end-to-end object detector that optimizes for high-speed deployment and detection precision. The project is distinguished by an NMS-free detection architecture that predicts a single bounding box per object, eliminating the need for non-maximum suppression post-processing to reduce inference latency. It further optimizes for edge hardware through scalable weights and a quantization-friendly structure that facilitates

      Python
      View on GitHub↗11,316
    • megvii-basedetection/yoloxMegvii-BaseDetection avatar

      Megvii-BaseDetection/YOLOX

      10,504View on GitHub↗

      YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

      Pythondeep-learningmegenginencnn
      View on GitHub↗10,504
    • ultralytics/ultralyticsultralytics avatar

      ultralytics/ultralytics

      58,468View on GitHub↗

      Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It in

      Pythonclicomputer-visiondeep-learning
      View on GitHub↗58,468
    Compare all 30 related projects→