luizgh / sigver_wiwd

Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.
https://www.etsmtl.ca/Unites-de-recherche/LIVIA/Recherche-et-innovation/Projets/Signature-Verification
BSD 2-Clause "Simplified" License
138 stars 52 forks source link

Google Colab compatability #20

Open BaronJoseph opened 2 years ago

BaronJoseph commented 2 years ago

Hello! I want to try running this code but my machine is not powerful enough for it. Would it be possible for this to run in google colaboratory?

advfernandesrodrigues commented 1 year ago

@BaronJoseph to tentando executar esse codigo tbm mais ainda não consegui rodar...mas não pq minha maquina não tem recurso suficiente mas porque tenho que estudar a lógica desse código mesmo. Já conseguiu rodar esse codigo?

luizgh commented 1 year ago

Hi, yeah you should be able to run this on colab - I never tried it, but all the dependencies for this project are in python, so it shouldn't be too difficult.

However, please note that this repo is an older implementation of the signet networks, using theano and lasagne. I strongly recommend using the newer version, that uses pytorch: https://github.com/luizgh/sigver