Mon, 15 Feb 2010 15:22:08 -0500 |
boulanni |
Correction bug division par zéro dans BruitGauss.py
|
Fri, 12 Feb 2010 10:30:02 -0500 |
SylvainPL |
Parametre deterministe retourne dans les fonctions '_determined_by_complexity' et le parametre stochastique retourne dans les fonctions conventionnelles
|
Fri, 12 Feb 2010 10:21:21 -0500 |
SylvainPL |
corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity)
|
Fri, 12 Feb 2010 10:21:02 -0500 |
SylvainPL |
corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity)
|
Fri, 12 Feb 2010 10:15:22 -0500 |
SylvainPL |
Parametre stochastique retourne par fonctions habituelles et le parametre deterministe retourne par fonctions 'determined_by_complexity'
|
Fri, 12 Feb 2010 10:13:50 -0500 |
SylvainPL |
Valeur d'entree des methodes 'determines_by_complexity' harmonisees avec local_elastic_distortion.py
|
Fri, 12 Feb 2010 09:53:40 -0500 |
SylvainPL |
Separation des parametres deterministes et stochastiques dans les methodes retournant noms et valeurs
|
Thu, 11 Feb 2010 17:26:44 -0500 |
Xavier Glorot |
deleted useless print in BruitGauss.py
|
Thu, 11 Feb 2010 16:36:30 -0500 |
Xavier Glorot |
merge
|
Thu, 11 Feb 2010 16:36:12 -0500 |
Xavier Glorot |
Changed order of transformation
|
Thu, 11 Feb 2010 16:34:25 -0500 |
Xavier Glorot |
Changed behavior of gaussian noise to apply a gauss filter with a random sigma, and then select some point of the image to be averaged with it
|
Thu, 11 Feb 2010 12:18:34 -0500 |
SylvainPL |
Rajout du calcul de la proportion de lettres (min+maj)
|
Thu, 11 Feb 2010 11:55:03 -0500 |
Xavier Glorot |
cleaning some *.pyc and *.py~ files in pycapcha
|
Thu, 11 Feb 2010 11:23:35 -0500 |
SylvainPL |
Ajout d'un graphique (histogramme) comparatif pour l'occurence de chaque caractere
|
Thu, 11 Feb 2010 10:43:22 -0500 |
SylvainPL |
Petit script primitif utilise pour calculer la proportion des trois classes dans Nist train et test.
|
Thu, 11 Feb 2010 09:15:42 -0500 |
SylvainPL |
Il y a maintenant une proba 0.2 d'effectuer des permutations. Cette nouvelle fonctionnalite demande un parametre non deterministe, ce qui fait que maintenant, les fonctions 'determined_by_complexity' ont ete abandonees. Le module se comporte comme un module normal
|
Thu, 11 Feb 2010 09:08:16 -0500 |
SylvainPL |
Il y a maintenant une proba de 0.3 d'effectuer le bruitage. De plus, comme cette nouvelle fonctionnalite demande un parametre non-deterministe, les deux fonctions 'determined_by_complexity' ont ete enlevees. Le module se comporte comme un module conventionnel
|
Thu, 11 Feb 2010 09:01:03 -0500 |
SylvainPL |
Il y a maintenant 25% de proba d'effectuer le bruitage
|
Thu, 11 Feb 2010 08:55:41 -0500 |
SylvainPL |
Maintenant, il y a 25% de proba d'effectuer le bruitage. De plus, comme cette option demande un nouveau parametre, maintenant le module retourne ses parametres normalement. Plus desoin des 2 fonctions /determined_by_complexity/
|
Thu, 11 Feb 2010 05:09:46 -0500 |
goldfinger |
code pour la generation de captchas
|
Wed, 10 Feb 2010 17:50:58 -0500 |
fsavard |
Modifs pour interface parameters determined by complexity
|
Wed, 10 Feb 2010 17:47:57 -0500 |
Xavier Glorot |
changed contrast definition for add_background_image
|
Wed, 10 Feb 2010 17:38:17 -0500 |
Xavier Glorot |
testtransformation now work with all the transformations and save image files (.PNG) to a hard coded path
|
Wed, 10 Feb 2010 17:37:00 -0500 |
Xavier Glorot |
Changed behavior of add_background in order to have a contrast generation parameter and doing the max without using a treshold mask
|
Wed, 10 Feb 2010 15:09:24 -0500 |
Xavier Glorot |
merge
|
Wed, 10 Feb 2010 15:09:02 -0500 |
Xavier Glorot |
add all transformation to pipeline
|
Wed, 10 Feb 2010 15:03:40 -0500 |
Xavier Glorot |
small display change in testtransformation
|
Wed, 10 Feb 2010 14:52:13 -0500 |
Xavier Glorot |
added a local data load if available (on maggie it will) for background images
|