msalman2890 / fingerprints_matching

The package for fingerprints matching using minutiae matching algorithm
MIT License
0 stars 0 forks source link

Not found after pip install on google colab #2

Open roscoekerby opened 2 months ago

roscoekerby commented 2 months ago

!pip install fingerprints_matching

from fingerprints_matching import FingerprintsMatching

ImportError Traceback (most recent call last) in <cell line: 4>() 2 import cv2 3 import matplotlib.pyplot as plt ----> 4 from fingerprints_matching import FingerprintsMatching 5 # Initialize the directory path 6 directory_path = "/content/SOCOFing Real-Altered Subset 4 Subjects, 3 Alterations/altered-hard"

ImportError: cannot import name 'FingerprintsMatching' from 'fingerprints_matching' (/usr/local/lib/python3.10/dist-packages/fingerprints_matching/init.py)


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below. image

roscoekerby commented 2 months ago

image