log python/ml.py @ 1025:6ba30b259525

age author description
Mon, 11 Jun 2018 17:07:53 -0400 Nicolas Saunier minor
Sun, 27 May 2018 23:22:48 -0400 Nicolas Saunier updated code to python 3 (tests pass and scripts run, but non-executed parts of code are probably still not correct)
Wed, 16 May 2018 21:06:52 -0400 Nicolas Saunier update to OpenCV3 for python
Mon, 19 Feb 2018 16:32:59 -0500 Nicolas Saunier first tests for clustering algo
Thu, 08 Feb 2018 05:53:50 -0500 Nicolas Saunier corrected print and exception statements for Python 3
Sun, 05 Nov 2017 23:45:47 -0500 Nicolas Saunier added computation of confusion matrix and improved default parameter for block normalization for SVM classification
Tue, 25 Jul 2017 17:36:07 -0400 Nicolas Saunier assign and learn work
Mon, 24 Jul 2017 21:22:18 -0400 Nicolas Saunier loading and assigning motion patterns works
Fri, 21 Jul 2017 17:52:56 -0400 Nicolas Saunier modified multithreading at the interaction level for safety computations
Tue, 04 Jul 2017 18:00:01 -0400 Nicolas Saunier reorg and work in progress
Tue, 04 Jul 2017 17:36:24 -0400 Nicolas Saunier added display of paths
Tue, 04 Jul 2017 17:03:29 -0400 Nicolas Saunier work to save trajectory assignment to origin and destinations
Wed, 28 Jun 2017 23:43:52 -0400 Nicolas Saunier corrected bugs in learn-pois.py
Wed, 28 Jun 2017 17:57:06 -0400 Nicolas Saunier work in progress
Mon, 26 Jun 2017 00:10:35 -0400 Nicolas Saunier added options to the prototype cluster algorithm, work in progress
Fri, 23 Jun 2017 23:50:02 -0400 Nicolas Saunier re arranged motion pattern learning
Fri, 10 Mar 2017 15:31:26 -0500 Nicolas Saunier minor + bug corrected in motion pattern learning
Wed, 13 Jul 2016 23:45:47 -0400 Nicolas Saunier updated to learn prototypes
Fri, 10 Jun 2016 15:26:19 -0400 Nicolas Saunier reversed all code to OpenCV 2.4.13 opencv3
Thu, 09 Jun 2016 15:36:21 -0400 Nicolas Saunier added saving/loading points of interests
Fri, 29 Apr 2016 16:07:35 -0400 Nicolas Saunier temporary solution for classification, with corrected svm.cpp and ml.hpp for loading saved classifiers dev
Thu, 24 Mar 2016 16:37:37 -0400 Nicolas Saunier updated classifying code to OpenCV 3.x (bug in function to load classification models) dev
Thu, 17 Mar 2016 16:01:19 -0400 Nicolas Saunier improved script to display over world image dev
Fri, 11 Mar 2016 17:38:48 -0500 Nicolas Saunier added script and code to learn POIs dev
Fri, 14 Aug 2015 17:45:45 -0400 Nicolas Saunier small function dev
Wed, 12 Aug 2015 00:24:06 -0400 Nicolas Saunier modified prototypeCluster algorithm to enforce similarity when re-assigning and to compute only the necessary similarities dev
Tue, 11 Aug 2015 12:55:09 -0400 Nicolas Saunier first example script to learn prototypes dev
Tue, 11 Aug 2015 11:38:05 -0400 Nicolas Saunier made prototypecluster generic, in ml module, and added randominitialization dev
Fri, 05 Jun 2015 02:25:30 +0200 Nicolas Saunier classification is working dev
Wed, 20 May 2015 13:57:47 +0200 Nicolas Saunier corrected bug with circular import for VideoFilenameAddable, moved to base module