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.
1_Image_Annotation
: Scripts on annotating images2_Training
: Scripts on training your YOLOv3 model3_Inference
: Scripts on testing your trained YOLO model on new images and videosData
: Input Data, Output Data, Model Weights and ResultsUtils
: Utility scripts used by main scriptsImage_dataset
: BCCD Dataset is a small-scale dataset for blood cells detection.