Skip to content

eduardogarcot/YOLOv3TestThesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requeriments:

openCV
pandas
numpy

Steps to run: 

1. Download or copy yolov3.weights to \yolov3-coco\ directory. It's available on https://pjreddie.com/media/files/yolov3.weights
2. Go to repos root directory, and open cmd or PowerShell on this folder.
3. Type python yoloV3.py -co=50 -tn=5. Where -co indicates the number of pictures in  .\im\   with "testXX.jpg" name format
  and -tn indicates the number of times that algoritm will be runned.
  
In .\ directory will be generated a series of CSV files, with each algorithm execution data (time of prediction, objects predicted, dimensions of image). 

About

Repo with YOLO v3 algorith for test a customized dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published