luannd / MinutiaeNet

Code and models for paper "Robust Minutiae Extractor: Integrating Deep Networks and Fingerprint Domain Knowledge" at International Conference on Biometrics (ICB) 2018
https://arxiv.org/pdf/1712.09401.pdf
MIT License
136 stars 47 forks source link

When will the code be avillable? #1

Closed bittteerr closed 6 years ago

bittteerr commented 6 years ago

I want to evaluate minutiae net on other data sets. When will the code be released publicly? Thanks.

luannd commented 6 years ago

Hi Bitteerr,

I will upload in March! Please stay tuned!

Thanks!

prastika commented 6 years ago

It's March and almost finish, sir

colincat321 commented 6 years ago

Hi, I want to test minutiae net on a contactless fingerprint dataset. Will the code be public soon?

luannd commented 6 years ago

Hi all, I begin uploading code. Let me know if there are any issues!

luannd commented 6 years ago

All codes have been uploaded. Hope you find them useful!

vijayanand-Git commented 6 years ago

"Pretrain dir = ../Models/CoarseNet.h5 Traceback (most recent call last): File "CoarseNet_train.py", line 68, in logging=logging) File "D:\new_pc_work\MinutiaeNet-master\CoarseNet\CoarseNet_model.py", line 255, in train img_name, folder_name, img_size = get_maximum_img_size_and_names(train_set, None, max_size=input_shape) File "D:\new_pc_work\MinutiaeNet-master\CoarseNet\CoarseNet_utils.py", line 367, in get_maximum_img_size_and_names if isinstance(dataset, basestring): NameError: name 'basestring' is not defined"

While Running the CoarseNet_train.py, I am getting an error 'basestring' is not defined. A segment of the error is attached above.