-
Notifications
You must be signed in to change notification settings - Fork 51
A Step by Step Guide of How to Run the Code
This is a very short and brief step-by-step guideline of running the code on your computer.
Clone the repo by direct download and unzip the repo or clone using
git clone https://github.com/MahmudulAlam/Automatic-Identification-and-Counting-of-Blood-Cells.git
Download the Weights files. Go to the link and click on Download as ZIP
. After completing the download unzip and copy the weights
folder to your current working directory.
That's it. You do not need to download or change any other file.
Run detect.py
. This is the main file that will run the prediction on image_001.jpg
contained in the data\
folder. As the command line argument is not implemented you may use an IDE or text editor to change any code or image file. To run the code in the command line use
python detect.py
data\ folder contains five test images. For the full dataset, please visit Complete Blood Cell Count Dataset.
Output Image:
data\ folder contains two high-resolution images (HRI). To run the prediction on HRI run the predict_HRI.py
file or
python predict_HRI.py
It will save the output image in the output\
folder.