Skip to content

gravious00/Gravious.inc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravious.inc

Licence plate detection using Yolo :

In order to detect licence we will use Yolo ( You Only Look Once ) deep learning object detection architecture based on convolution neural networks.

Yolo v1 : Paper link.

Yolo v2 : Paper link.

Yolo v3 : Paper link.

Yolo is a single network trained end to end to perform a regression task predicting both object bounding box and object class. This network is extremely fast, it processes images in real-time at 45 frames per second. A smaller version of the network, tiny YOLO, processes an astounding 155 frames per second.

You will find more information about how to train Yolo on your customized dataset in this Link.

There is also other Deep learning object detector that you can use such as Single Shot Detector (SSD) and Faster RCNN.

We used python v3.7.3 install requirement

pip install -r req.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •