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

facing error while importing the module #9

Closed deepaksingh09 closed 3 years ago

deepaksingh09 commented 4 years ago

hi thanks for the work . even i m using the cython version 0.29.2 File "", line 1, in from ...utils.im_transform import imcv2_recolor, imcv2_affine_trans

ImportError: attempted relative import with no known parent package

MahmudulAlam commented 4 years ago

Hello. @deepaksingh09

You should have the visual studio installed on your computer as cython uses a c++ compiler in the backend. If you have already visual studio installed on your computer or after installation it still does not work, please share a screenshot of the error message.

Let me know what happens.