top of page
Search

Project 6d - Object detection II, training with Google Colab

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

Project start date: 27 February 2022

Project finish: 28 February 2022


Objective: To calculate the weights file for the license plate detection program using Darknet in Colab with GPU.


Create a folder called project_6d in the myColab folder.


Copy the attached Jupyter Notebook into the /myColab/project_6d folder.




Open the notebook and click "Runtime", then "Change runtime type", "GPU" under "Hardware accelerator" text and then "save" in the bottom right had corner.


Remember that when you run the Jupyter-Notebook, Google will ask for some permissions that you must accept.


Results are as follows:


a) weight files which are written to /cfg/backup:


myYolov4_1000.weights

myYolov4_2000.weights

myYolov4_3000.weights

myYolov4_4000.weights

myYolov4_last.weights

myYolov4_final.weights

myYolov4_best.weights


b) MAP (Mean Average Precision) chart which is a png file written to /cfg/chart.png






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