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
133 stars 53 forks source link

getting os error: file not found while running in google colab #16

Closed Baggyyyy closed 1 year ago

Baggyyyy commented 1 year ago

image I HAVE UPLOADED WEIGHTS IN THE CURRENT DIRECTORY..BUT ITS GIVING ERROR LIKE THIS WHILE TRYING TO RUN detect.py

PLEASE DO HELP ME SIR.

MahmudulAlam commented 1 year ago

Please share the colab link here.

MahmudulAlam commented 1 year ago

Here is how I run the code in colab: https://colab.research.google.com/drive/1NnBYK-SZitrH_gqWkyrCVJbu5b8AgXxI?usp=sharing

Baggyyyy commented 1 year ago

Thanks a lot sir

Baggyyyy commented 1 year ago

Is there any possible way to find the accuracy, mAP and precision using the pretrained weights provided here in colab,sir

prateek-jpg commented 1 year ago

Hello ,now when i am running the above collab notebook ,its showning

Traceback (most recent call last): File "Automatic-Identification-and-Counting-of-Blood-Cells/detect.py", line 1, in import cv2 ModuleNotFoundError: No module named 'cv2'

MahmudulAlam commented 1 year ago

That means you need to install cv2. pip install opencv-python