Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 893 Bytes

File metadata and controls

19 lines (14 loc) · 893 Bytes

Blood_Cell_Detection_Using_YOLO_TensorFlow

This repo will help you to train image detection using the state-of-the-art YOLOv3 computer vision algorithm on BCC Dataset.This repo works with TensorFlow 2.3 and Keras 2.4. With this model we can detect RBC, WBC,PLATELETS.

Input

Input_Image

Output

Input_Image

Repo structure

  • 1_Image_Annotation: Scripts on annotating images
  • 2_Training: Scripts on training your YOLOv3 model
  • 3_Inference: Scripts on testing your trained YOLO model on new images and videos
  • Data: Input Data, Output Data, Model Weights and Results
  • Utils: Utility scripts used by main scripts
  • Image_dataset: BCCD Dataset is a small-scale dataset for blood cells detection.