MahmudulAlam / Automatic-Identification-and-Counting-of-Blood-Cells

Machine learning approach of automatic identification and counting of blood cells (RBC, WBC, and Platelet) with KNN and IOU based verification.

Home Page:https://ietresearch.onlinelibrary.wiley.com/doi/10.1049/htl.2018.5098

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can you please help me in this

Jagan3534 opened this issue · comments

can you please help me in this

`Traceback (most recent call last):
File "C:/Users/jagan/Downloads/Automatic-Identification-and-Counting-of-Blood-Cells-master/Automatic-Identification-and-Counting-of-Blood-Cells-master/test.py", line 26, in
output = tfnet.return_predict(image)
File "C:\Users\jagan\Downloads\Automatic-Identification-and-Counting-of-Blood-Cells-master\Automatic-Identification-and-Counting-of-Blood-Cells-master\darkflow\net\flow.py", line 83, in return_predict
'Image is not a np.ndarray'

AssertionError: Image is not a np.ndarray
`

Originally posted by @Jagan3534 in #12 (comment)

@Jagan3534

Hi, can you please follow these steps: https://github.com/MahmudulAlam/Automatic-Identification-and-Counting-of-Blood-Cells/wiki/A-Step-by-Step-Guide-of-How-to-Run-the-Code

Running this code is straightforward and should work without an issue.

In that case, please share your code, its hard to tell just by seeing the error message.

Try loading the image using cv2

Follow this file. Put your image directory to the image name :

thank you so much sir
its working thank you sir
its my first project sir
thank you for helping me a lot sir

Glad to know that it is working.