All Projects → Ma-Dan → Keras Yolo4

Ma-Dan / Keras Yolo4

Licence: mit
A Keras implementation of YOLOv4 (Tensorflow backend)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras Yolo4

Rfcn Tensorflow
RFCN implementation in TensorFlow
Stars: ✭ 294 (-9.26%)
Mutual labels:  object-detection
Alturos.yolo
C# Yolo Darknet Wrapper (real-time object detection)
Stars: ✭ 308 (-4.94%)
Mutual labels:  object-detection
Finger Detection And Tracking
Finger Detection and Tracking using OpenCV and Python
Stars: ✭ 317 (-2.16%)
Mutual labels:  object-detection
Open3d Ml
An extension of Open3D to address 3D Machine Learning tasks
Stars: ✭ 284 (-12.35%)
Mutual labels:  object-detection
Yolo V2 Pytorch
YOLO for object detection tasks
Stars: ✭ 302 (-6.79%)
Mutual labels:  object-detection
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (+1037.04%)
Mutual labels:  object-detection
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+1109.88%)
Mutual labels:  object-detection
Lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo
Stars: ✭ 322 (-0.62%)
Mutual labels:  object-detection
Keras Centernet
A Keras implementation of CenterNet with pre-trained model (unofficial)
Stars: ✭ 307 (-5.25%)
Mutual labels:  object-detection
Pytorch Yolo V1
an experiment for yolo-v1, including training and testing.
Stars: ✭ 314 (-3.09%)
Mutual labels:  object-detection
Yolov3v4 Modelcompression Multidatasettraining Multibackbone
YOLO ModelCompression MultidatasetTraining
Stars: ✭ 287 (-11.42%)
Mutual labels:  object-detection
Haar.js
Feature Detection based on Haar Cascades in JavaScript (Viola-Jones-Lienhart et al Algorithm)
Stars: ✭ 301 (-7.1%)
Mutual labels:  object-detection
Tide
A General Toolbox for Identifying Object Detection Errors
Stars: ✭ 309 (-4.63%)
Mutual labels:  object-detection
Fastmot
High-performance multiple object tracking based on YOLO, Deep SORT, and optical flow
Stars: ✭ 284 (-12.35%)
Mutual labels:  object-detection
Distilling Object Detectors
Implementations of CVPR 2019 paper Distilling Object Detectors with Fine-grained Feature Imitation
Stars: ✭ 317 (-2.16%)
Mutual labels:  object-detection
Pytorch Hardnet
35% faster than ResNet: Harmonic DenseNet, A low memory traffic network
Stars: ✭ 293 (-9.57%)
Mutual labels:  object-detection
Deep Sort Yolov4
People detection and optional tracking with Tensorflow backend.
Stars: ✭ 306 (-5.56%)
Mutual labels:  object-detection
Owod
(CVPR 2021 Oral) Open World Object Detection
Stars: ✭ 274 (-15.43%)
Mutual labels:  object-detection
Cross Domain Detection
Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].
Stars: ✭ 320 (-1.23%)
Mutual labels:  object-detection
Neural Pipeline
Neural networks training pipeline based on PyTorch
Stars: ✭ 315 (-2.78%)
Mutual labels:  object-detection

keras-yolo4

license

请使用更完善的版本:

https://github.com/miemie2013/Keras-YOLOv4

Please visit here for more complete model:

https://github.com/miemie2013/Keras-YOLOv4

Introduction

A Keras implementation of YOLOv4 (Tensorflow backend) inspired by https://github.com/AlexeyAB/darknet.

Frame code from https://github.com/qqwweee/keras-yolo3.


Quick Start

  1. Download YOLOv4 weights from yolov4.weights.
  2. Convert the Darknet YOLOv4 model to a Keras model.
  3. Run YOLOv4 detection.
python convert.py

Running convert.py will get keras yolov4 weight file yolo4_weight.h5.

Usage

Inference

python test.py

Todo

Debug train code with CIoU loss. Loss code from https://github.com/david8862/keras-YOLOv3-model-set.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].