sunravi

Results 3 comments of sunravi

Hi guys, I have very limited knowledge about Git. I tried to use Datawookie's fork, (in windows). But I got an error. I have a doubt, that it is not...

> ``` > local_max = local_max.astype(np.float32) > eroded_background = eroded_background.astype(np.float32) > detected_peaks = local_max - eroded_background > detected_peaks = detected_peaks.astype(np.bool) > ``` > > at `fingerprint.py` > maybe thats help...

> > You should use numpy==1.13.3 to avoid this problem > > This will solve it, no error. I tried this. But for some reason, I was unable to downgrade...