Skip to content

gaerom/yolov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3 with Darknet

💡 I implemented real-time inferences for various models as separate python codes through real-time webcam connectivity on top of the Darknet framework.

1️⃣ Converting images entered in units of image frames into array objects
2️⃣ Processing in the darknet framework

Object Detection

The problem definition of object detection is to determine where object are located in a given image(object localization) and which category each object belong to(object classification).

Result

output_image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages