log transformations/pipeline.py @ 149:fa35d9ecf664

age author description
Sat, 20 Feb 2010 02:09:09 -0500 boulanni Fixed various bugs in pipeline for Python 2.5 support
Thu, 18 Feb 2010 14:27:49 -0500 boulanni Added captcha support in pipeline.py
Wed, 17 Feb 2010 16:22:54 -0500 Xavier Glorot changes on pipeline mecanism: we now sample a different complexity for each transformations, this because when we use the same sampled complexity for all the modules 1/8 of the time we are close to 0 and we obtain an image very close to the source, we now save a complexity for each module in the parameters array
Wed, 17 Feb 2010 16:20:15 -0500 Xavier Glorot changes on pipeline mecanism: we now sample a different complexity for each transformations, this because when we use the same sampled complexity for all the modules 1/8 of the time we are close to 0 and we obtain an image very close to the source, we now save a complexity for each module in the parameters array
Tue, 16 Feb 2010 13:10:06 -0500 boulanni Adapté le générateur d'images de fontes pour utiliser en amont du pipeline
Mon, 15 Feb 2010 16:17:48 -0500 boulanni pipeline.py: placé les modules dans le bon ordre + store NIST en bytes plutôt qu'en float32 dans la RAM
Wed, 10 Feb 2010 15:09:02 -0500 Xavier Glorot add all transformation to pipeline
Tue, 09 Feb 2010 21:33:57 -0500 boulanni Ajouté la source (optionnelle) de données OCR Autriche avec une probabilité passée en argument
Tue, 09 Feb 2010 18:25:50 -0500 Dumitru Erhan fixed small bug related to loading the data - should seek back to the beginning of the file
Mon, 08 Feb 2010 23:45:17 -0500 boulanni Data iterator alternating between NIST/font/captcha, removed the use of batches, keep track of labels (Not fully done yet)
Thu, 04 Feb 2010 16:53:50 -0500 fsavard Modification aux déformations élastiques pour mettre en cache 50x10 champs de déformation, selon 10 niveaux de complexité
Thu, 04 Feb 2010 14:13:57 -0500 fsavard Ajouté l'enregistrement de la complexité, et un strict minimum pour reloader les fichiers d'images et de paramètres
Thu, 04 Feb 2010 13:39:46 -0500 fsavard Ajouté des hooks pour visualisation à différentes étapes. On peut dumper la grille d'images pour chaque image transformée ou visualiser live avec pylab.imshow() (pas encore essayé cette façon... j'ai un problème avec GIMP+python sur mon laptop).
Wed, 03 Feb 2010 17:08:27 -0500 fsavard Beaucoup de modifications à pipeline.py pour généraliser et un début de visualisation, et créé un wrapper (run_pipeline.py) pour appeler avec GIMP.
Thu, 28 Jan 2010 12:31:21 -0500 Arnaud Bergeron Fix the datatypes.
Wed, 27 Jan 2010 17:35:37 -0500 Arnaud Bergeron Basic new pipeline script for the images tranforms