SkillAgentSearch skills...

Keras Yolo4

A Keras implementation of YOLOv4 (Tensorflow backend)

Install / Use

npx skills add Ma-Dan/keras-yolo4

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars380
CategoryDevelopment
Updated2mo ago
Forks174

Languages

Python

Security Score

100/100

Audited on May 25, 2026

No findings