Project 6e - Object detection II, testing detection of car a licence plate
- 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
Comments