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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
qqwweee avatar

qqwweee/keras-yolo3

0
View on GitHub↗
7,116 stele·3,381 fork-uri·Python·MIT·10 vizualizări

Keras Yolo3

This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It functions as a deep learning vision model and computer vision toolset designed to locate and classify multiple entities within images and video streams using bounding boxes.

The system includes a multi-GPU inference engine to distribute computational loads across several graphics processing units. It also provides a pipeline for creating custom object detectors by retraining pre-trained weights on annotated datasets to recognize user-defined object classes.

The framework covers model training and fine-tuning through a two-stage retraining process and weight optimization. It includes utilities for network architecture configuration via external files, weight format conversion between frameworks, and the transformation of VOC annotations into plain text for training.

The project supports inference across static images, live streams, and sequential video files.

Features

  • YOLOv3 Implementations - Implements the YOLOv3 architecture using Keras and TensorFlow for real-time image and video object detection.
  • Object Detection - Identifies and locates multiple objects within static images using bounding boxes and classification.
  • Video Stream Detections - Processes sequential video frames to detect objects and exports the resulting detection output.
  • Real-Time Object Detection - Provides real-time identification and localization of objects within live images and video streams.
  • Detection Model Training - Allows training object detection models on custom annotated datasets using pre-trained weights.
  • Deep Learning Inference Engines - Executes pretrained neural networks on visual data to generate bounding boxes and class labels.
  • Keras Model Implementations - Implements the YOLOv3 architecture specifically using the high-level Keras API.
  • Deep Learning Models - Implements a deep learning vision model for locating and classifying multiple entities using bounding boxes.
  • Vision Model Fine-Tuning - Optimizes the final layers of pre-trained vision models to recognize specific custom object classes.
  • Computer Vision Training Frameworks - Provides a toolset for training, fine-tuning, and deploying convolutional neural networks for visual recognition.
  • Vision Model Retraining Pipelines - Employs a two-stage retraining process that first stabilizes frozen layers before training the entire network.
  • Multi-GPU Inference Runtimes - Distributes the computational load of deep learning predictions across multiple graphics processing units.
  • Multi-GPU Workload Distribution - Distributes the computational load across multiple GPUs to accelerate object detection processing speed.
  • Two-Stage Weight Stabilization - Optimizes the model through a two-stage retraining process that stabilizes early layers before full-network fine-tuning.
  • Video Analysis - Processes video files to automatically detect and track entities across frames for monitoring or tagging.
  • Custom YOLO Detectors - Provides a pipeline for retraining pre-trained YOLO weights on custom datasets to recognize user-defined object classes.
  • Model Architecture Configurations - Allows defining the neural network structure using external configuration files instead of hard-coded layers.
  • Computer Vision Libraries - Keras implementation of the YOLOv3 object detector.

Istoric stele

Graficul istoricului de stele pentru qqwweee/keras-yolo3Graficul istoricului de stele pentru qqwweee/keras-yolo3

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face qqwweee/keras-yolo3?

This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It functions as a deep learning vision model and computer vision toolset designed to locate and classify multiple entities within images and video streams using bounding boxes.

Care sunt principalele funcționalități ale qqwweee/keras-yolo3?

Principalele funcționalități ale qqwweee/keras-yolo3 sunt: YOLOv3 Implementations, Object Detection, Video Stream Detections, Real-Time Object Detection, Detection Model Training, Deep Learning Inference Engines, Keras Model Implementations, Deep Learning Models.

Care sunt câteva alternative open-source pentru qqwweee/keras-yolo3?

Alternativele open-source pentru qqwweee/keras-yolo3 includ: ultralytics/yolov3 — This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a… wongkinyiu/yolov9 — YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object… eriklindernoren/pytorch-yolov3 — This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time… jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… olafenwamoses/imageai — ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and… matterport/mask_rcnn — This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for…

Alternative open-source pentru Keras Yolo3

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Keras Yolo3.
  • ultralytics/yolov3Avatar ultralytics

    ultralytics/yolov3

    10,571Vezi pe GitHub↗

    This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a complete pipeline for identifying and localizing objects in images and video using a single neural network pass, combining a Darknet-53 backbone with multi-scale feature pyramids and anchor-based bounding box prediction. The framework extends beyond basic detection to include instance segmentation, human pose estimation, and multi-object tracking across video frames. It offers a model export toolkit that converts trained models through ONNX to CoreML, TensorFlow Lite, and Ten

    Pythondeep-learningmachine-learningobject-detection
    Vezi pe GitHub↗10,571
  • wongkinyiu/yolov9Avatar WongKinYiu

    WongKinYiu/yolov9

    9,534Vezi pe GitHub↗

    YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object detection, and instance segmentation. It functions as both a vision model and a trainer, allowing for the optimization of neural network weights on custom datasets using single or multiple GPUs. The framework utilizes programmable gradient information to perform high-speed identification and location of multiple objects within images and video streams. It extends beyond bounding box detection to provide instance segmentation and panoptic segmentation, which labels every pixel in a

    Pythonyolov9
    Vezi pe GitHub↗9,534
  • eriklindernoren/pytorch-yolov3Avatar eriklindernoren

    eriklindernoren/PyTorch-YOLOv3

    7,439Vezi pe GitHub↗

    This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time object detector and computer vision framework designed to identify and locate multiple objects within images using bounding boxes and class labels. The system allows for both the use of pretrained weights for immediate image analysis and the training of custom models using datasets with bounding box annotations. It provides a programmatic interface to integrate detection capabilities directly into other software applications. The framework includes tools for model evaluation to m

    Python
    Vezi pe GitHub↗7,439
  • jwyang/faster-rcnn.pytorchAvatar jwyang

    jwyang/faster-rcnn.pytorch

    7,859Vezi pe GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    Vezi pe GitHub↗7,859
  • Vezi toate cele 30 alternative pentru Keras Yolo3→