thaines / helit

My machine learning/computer vision library for all of my recent papers, plus algorithms that I just like.
332 stars 149 forks source link

ValueError - Numpy? #10

Open XuLo90 opened 6 years ago

XuLo90 commented 6 years ago

Hey Tom, first of all thank you for your work and research - it´s very impressive! I listend to your interview on the german radio station 'dlf' and started to learn some basics of python (so i´m fairly a newbie but it´s alot of fun to learn that stuff) .. after some - or more troubleshooting I got your handwriting code to run - nearly... The GUI is working on both (hst and let) but if I try to load an image, generate or calculate stuff I get this error:

Loading image (image shows up in the let-gui) [let] loading image

Toggle threshold [let] toggle

Generate with an already tagged image [hst] generate

I already tried older versions of numpy as you commented that some numpy features were depreciated - but that didn´t fixed my problems ... maybe it´s something simple you or somebody else can help me with to finally get it to run properly :)

Thank you in advance for your help!