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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
thtrieu avatar

thtrieu/yolotf

0
View on GitHub↗
6,140 stele·2,026 fork-uri·Python·GPL-3.0·12 vizualizări

Yolotf

yolotf este un framework de detecție a obiectelor care oferă instrumente pentru convertirea configurațiilor și ponderilor modelelor Darknet în grafuri TensorFlow. Include un antrenor de modele TensorFlow pentru antrenarea de noi modele de detecție sau fine-tuning-ul ponderilor existente folosind seturi de date personalizate.

Proiectul dispune de un exportator de modele mobile care serializează definițiile grafurilor și metadatele în fișiere protobuf pentru deployment pe dispozitive mobile.

Framework-ul suportă inferența de detecție a obiectelor pe imagini și video pentru a identifica obiecte și a exporta coordonatele bounding box-urilor. Gestionează starea modelului prin traducerea mapării ponderilor și antrenare bazată pe checkpoint-uri pentru a permite restaurarea ponderilor și a stărilor optimizatorului.

Features

  • Model Graph Conversions - Translates Darknet network configurations into TensorFlow computational graphs.
  • Object Detection - Provides a framework for running inference on images and video to identify objects.
  • Video Stream Detections - Processes video streams to identify objects and export annotated output video with bounding boxes.
  • Detection Model Training - Provides capabilities for training or fine-tuning detection models on custom datasets using TensorFlow.
  • Object Detection - Provides a Python interface for running object detection inference on image arrays.
  • Weight Parameter Mapping - Maps binary weight tensors from Darknet files to TensorFlow variables to preserve model state.
  • Cross-Framework Model Conversion - Translates Darknet model configurations and weights into TensorFlow graphs.
  • Framework Format Converters - Translates model configurations and weights from Darknet format into TensorFlow graphs.
  • Image Processing Pipelines - Ships an image processing pipeline that normalizes raw buffers for neural network inference.
  • Training Checkpointing - Implements training checkpointing to save and restore model weights and optimizer states for fault tolerance.
  • Mobile Model Serialization - Serializes trained model graphs and metadata into protobuf files for mobile deployment.
  • Mobile Model Deployment - Exports model graphs and metadata as protobuf files for deployment on mobile devices.
  • Model Export Utilities - Saves graph definitions and metadata to protobuf files for mobile deployment.
  • Model Implementations - Real-time object detection optimized for mobile devices.

Istoric stele

Graficul istoricului de stele pentru thtrieu/yolotfGraficul istoricului de stele pentru thtrieu/yolotf

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

Alternative open-source pentru Yolotf

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Yolotf.
  • 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
  • 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
  • thtrieu/darkflowAvatar thtrieu

    thtrieu/darkflow

    6,140Vezi pe GitHub↗

    Darkflow is an object detection framework and computer vision pipeline that provides a programmatic interface for performing real-time image analysis and object identification. It functions as a tool for loading weights, fine-tuning models, and executing inference on both static images and video feeds. The project serves as a converter that translates Darknet configurations and weights into TensorFlow graphs to enable retraining and deployment. It includes a model exporter that saves trained graphs into portable protobuf files for use on mobile and native devices. The system covers capabilit

    Python
    Vezi pe GitHub↗6,140
  • olafenwamoses/imageaiAvatar OlafenwaMoses

    OlafenwaMoses/ImageAI

    8,867Vezi pe GitHub↗

    ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti

    Pythonai-practice-recommendationsalgorithmartificial-intelligence
    Vezi pe GitHub↗8,867
Vezi toate cele 30 alternative pentru Yolotf→

Întrebări frecvente

Ce face thtrieu/yolotf?

yolotf este un framework de detecție a obiectelor care oferă instrumente pentru convertirea configurațiilor și ponderilor modelelor Darknet în grafuri TensorFlow. Include un antrenor de modele TensorFlow pentru antrenarea de noi modele de detecție sau fine-tuning-ul ponderilor existente folosind seturi de date personalizate.

Care sunt principalele funcționalități ale thtrieu/yolotf?

Principalele funcționalități ale thtrieu/yolotf sunt: Model Graph Conversions, Object Detection, Video Stream Detections, Detection Model Training, Weight Parameter Mapping, Cross-Framework Model Conversion, Framework Format Converters, Image Processing Pipelines.

Care sunt câteva alternative open-source pentru thtrieu/yolotf?

Alternativele open-source pentru thtrieu/yolotf includ: jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… ultralytics/yolov3 — This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a… thtrieu/darkflow — Darkflow is an object detection framework and computer vision pipeline that provides a programmatic interface for… olafenwamoses/imageai — ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and… qqwweee/keras-yolo3 — This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It… meituan/yolov6 — YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer…