项目作者: GkcA

项目描述 :
Training Yolov3 with Pill Dataset on Google Colab
高级语言: Jupyter Notebook
项目地址: git://github.com/GkcA/Pill-Detection-Yolov3.git
创建时间: 2019-07-09T13:07:46Z
项目社区:https://github.com/GkcA/Pill-Detection-Yolov3

开源协议:

下载


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