Skip to content

GkcA/Pill-Detection-Yolov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Purpose of Project

Detection of Pills from images and video. Below you can see the sample detected image.

Labeling Images

Images are labeled by Open Labeling Tool.
Click here for labeled dataset

Splitting Dataset

Here is the python script that splits 90% training and 10% test data. You will have train.txt and test.txt files. Each file has image paths.

Creating and Editing necessary Files
  • obj.data (information about number of classes and file paths)
  • obj.names (class names)
  • yolov3.cfg (editing number of classes and filters)

Since we have 1 class (Pill (turkish meaning: ilac)) our filter must be 18 according to formula.


Creating Google Drive Folder

You need to create a folder shown in that image.

Click here for my Google Drive folder.

References