atakankizilyuce / yolov5_blood_cell_detection

This notebook shows training on the Blood Cell Dataset (BCCD). This technologoy will become easily accessible to any developer wishing to use computer vision in their projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolov5_blood_cell_detection

This notebook shows training on the Blood Cell Dataset (BCCD). This technologoy will become easily accessible to any developer wishing to use computer vision in their projects. To train our detector we take the following steps:

Install YOLOv5 dependencies

Download custom YOLOv5 object detection data
Write our YOLOv5 Training configuration
Run YOLOv5 training
Evaluate YOLOv5 performance
Visualize YOLOv5 training data
Run YOLOv5 inference on test images
Export saved YOLOv5 weights for future inference

About

This notebook shows training on the Blood Cell Dataset (BCCD). This technologoy will become easily accessible to any developer wishing to use computer vision in their projects.


Languages

Language:Jupyter Notebook 100.0%