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.
https://ietresearch.onlinelibrary.wiley.com/doi/10.1049/htl.2018.5098
GNU General Public License v3.0
131 stars 51 forks source link

ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes' #10

Closed sthapa320 closed 4 years ago

sthapa320 commented 4 years ago

Any ideas on resolving this error? My system meets all of the requirements to run this program

MahmudulAlam commented 4 years ago

@sthapa320 Hi, Sorry for the late reply. First, make sure you have Visual Studio C++ installed in your pc. Then check the version of cython, it should be Cython==0.29.2. Let me know if the issue is fixed or not.

sthapa320 commented 4 years ago

Hello,

Thank you for your reply. I got the model working a couple days ago!

-Sam Sent from my iPhone

On Sep 20, 2020, at 2:01 AM, Md Mahmudul Alam notifications@github.com wrote:

 @sthapa320 Hi, Sorry for the late reply. First, make sure you have Visual Studio C++ installed in your pc. Then check the version of cython, it should be Cython==0.29.2. Let me know if the issue is fixed or not.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

kunalchamoli commented 1 year ago

same thing is happening to me on ubuntu, and cython is already installed (version-0.29.32)

MahmudulAlam commented 1 year ago

what python version are you using? try with python 3.6

kunalchamoli commented 1 year ago

yes, i am using python 3.6

kunalchamoli commented 1 year ago

can you build the files again or give a python module for the same instead of cython.

MahmudulAlam commented 1 year ago

@kunalchamoli

Hi, I have fixed the issue and updated the repository. Please go through the README and follow the instruction. It should be fine now. Let me know.