Skip to content

nimaadmed/yaakhteh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaakhteh

This is a primary version of software which can segment the peripheral blood cells and diagnosis them.
For segmentation part we use tf-faster-rcnn.
For detection part we use pretrained ResNet18.

Requirements

This software is developed in python3 and you should install following libraries:
-pytorch
-tensorflow
-numpy
-PIL
-cv2
-torchvision
-tkinter

Installation

  1. Clone the repository
git clone https://github.com/nimaadmed/yaakhteh
  1. Build tf-faster-rcnn part
cd Cell_detection/lib
make clean
make
cd ..

  1. Download models and put them in models folder
  2. Run the Detection code:
python3 tools/cell_detection.py

Result

You can see an example output of software in following picture:

About

complete blood count

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published