Tf2-yolov4

Latest version: v0.1.0

Safety actively analyzes 626873 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

This is the initial release of `tf2_yolo`, which aims to provide a solid TensorFlow 2.x implementation of YOLOv4: Optimal Speed and Accuracy of Object Detection.

This initial release contains the code for inference of YOLOv4 on the CSPDarknet53 backbone. Weights are converted from the original Darknet implementation.

It includes:

- [x] Original YOLOv4 implementation (CSPDarknet53, SPP, YOLOv3 Head)
- [x] Inference using the Keras functional API
- [x] A CLI command to convert the original Darknet weights to a compatible .h5 format
- [x] Normalized outputs, so that bounding boxes can be plotted on the original input (instead of the resized one)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.