question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Call for YOLOv3 support

See original GitHub issue

Short Description YOLOv3 is considered to be widely used, excellent tradeoff between performance and speed, even compared with YOLO5 / YOLO-X / YOLO-E.

Papers https://arxiv.org/pdf/1804.02767.pdf

Existing Implementations Publicly there are some really popular repos, such as this, and this. However, the one we provide here should work with GPUs and TPUs, be compatible with KerasCV’s FasterRCNN and RetinaNet API.

Other Information Being an anchor based model, we’d like to see this model to rely on some of our existing components, such as anchor generation, label matching, etc. A training script that trains the model to a reasonable state is required, however model.compile and model.fit is not required in the first PR, in the long run model.fit should be used in the training script.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
innatcommented, Oct 18, 2022
0reactions
tanzhenyucommented, Oct 18, 2022

@tanzhenyu It was requested #622

Oh great, closing this to reflect that issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Perform Object Detection With YOLOv3 in Keras
In this tutorial, you will discover how to develop a YOLOv3 model for ... for object detection and the most recent variation called...
Read more >
YOLOv3 – Deep Learning Based Object Detection
In this post, we will understand what is Yolov3 and learn how to use YOLOv3 — a state-of-the-art object detector — with OpenCV....
Read more >
Support for Yolov3 #39 - AIWintermuteAI/aXeleRate - GitHub
Feature request to support the YoloV3 architecture and training. ... There is a new Callback called MergedMetrics, which takes sum of either ...
Read more >
YOLO: Real-Time Object Detection - Joseph Redmon
YOLOv3 uses a few tricks to improve training and increase performance, including: multi-scale predictions, a better backbone classifier, and more. The full ...
Read more >
YOLOv3 Object Detector | ArcGIS API for Python
These models detect objects in a single pass of the image and, thus, are considerably faster, and can match up the accuracy of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found