top of page
Search

Project 6e - Object detection II, testing detection of car a licence plate

  • Writer: James Canova
    James Canova
  • Sep 1, 2021
  • 1 min read

Project start: 28 February 2022

Project finish: 28 February 2022


Last updated: 13 August 2022


Objective: To test YoloV4 neural network trained with Darknet



The following .zip file contains a Jupyter Notebook program all other required files including a test video. (To run Jupyter Notebook, type jupyter-notebook):






(myPython36VEnv) james@myB01:~/Public/Projects$ tree -L 4

└── project_6e

├── myYolov4

│   ├── myClasses.names

│   ├── myYolov4_best.weights

│   ├── myYolov4.cfg

├── project_6e_V0.ipynb

├── results_licence_plate.avi (output)

└── test_video

└── bc_licence_plate_V1.mp4 (input)






If you have any problems or need clarification please contact me: jscanova@gmail.com

 
 
 

Recent Posts

See All
Introduction

I became interested in artificial intelligence in mid 2021 after watching a documentary on this subject. In particular, I'm interested in...

 
 
 
References

1.Rashid, Tariq, Make Your Own Neural Network , Amazon , 2016 2.Portilla, Jose, "Python for Computer Vision with OpenCV and Deep...

 
 
 
Status of Projects

Last updated: 30 March 2024 Project 0: Read this to get a very basic understating on machine learning and neural networks. Project 1:...

 
 
 

Comments


Post: Blog posts

©2021 by My Machine Learning Blog. Proudly created with Wix.com

bottom of page