Models
YOLOv3 Keras vs. Scaled-YOLOv4

YOLOv3 Keras vs. Scaled-YOLOv4

Both YOLOv3 Keras and Scaled YOLOv4 are commonly used in computer vision projects. Below, we compare and contrast YOLOv3 Keras and Scaled YOLOv4.

Models

icon-model

YOLOv3 Keras

Though it is no longer the most accurate object detection algorithm, YOLO v3 is still a very good choice when you need real-time detection while maintaining excellent accuracy. Keras implementation.
icon-model

Scaled YOLOv4

Scaled YOLOv4 is an extension of the YOLOv4 research implemented in the YOLOv5 PyTorch framework.
Model Type
Object Detection
--
Object Detection
--
Model Features
Item 1 Info
Item 2 Info
Architecture
YOLO
--
YOLO
--
Frameworks
Keras
--
PyTorch
--
Annotation Format
Instance Segmentation
Instance Segmentation
GitHub Stars
7.1k+
--
2k+
--
License
MIT
--
GPL-3.0
--
Training Notebook

Compare YOLOv3 Keras and Scaled YOLOv4 with Autodistill