Skip to content

Implementation of object detection using yoloV3 model, keras and pretrained model's weights.

Notifications You must be signed in to change notification settings

Deimos-M/DL-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Object Detection using YoloV3

  • Object detection is a task in computer vision that involves identifying the presence, location, and type of one or more objects in a given photograph and bounding them in the boxes preferably of different colours. This repository consists of code that is used to implement object detection using the yolov3 algorithm. The code is written in Keras and python3.To reduce hecticness and time consumption of training a model from scratch I have used the pre-trained weights and loaded it into the exact same model architecture.
  • Results:
    alt text
    alt text

About

Implementation of object detection using yoloV3 model, keras and pretrained model's weights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published