top of page
Search

Project 5a - Object detection I, example #1

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

Project start: 1 January 2022

Project finish: 3 January 2022


Objective: test a program from Ref. 4 which detects objects using YOLOv4 (using YOLOv3 files) in real time using a USB camera connected to a Jetson Nano.


[Ref 4.] Valentyn Sichkar, "Train YOLO for Object Detection with Custom Data", Udemy, date unknown

The following .zip file contains a Jupyter Notebook program based on a program from the Udemy course and required data files (to run Jupyter Notebook, type jupyter-notebook):



The directory structure used is:


/Projects

└── Project_5a

├── project_5a_USB_V0.ipynb

└── yolo-coco-data

├── coco.names

├── yolov3.cfg

└── yolov3.weights



1 )yolov3.cfg: contains structure of convolutional neural network


2)yolov3.weights: contains weights for neural network


3)coco.names: contains the names of the classes of objects for which the neural network was trained




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