log python/ml.py @ 949:d6c1c05d11f5

age author description
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
Tue, 24 Mar 2015 18:11:28 +0100 Nicolas Saunier removed all issues because of tests with None, using is instead of == or !=
Sat, 19 Jul 2014 23:44:39 -0400 Nicolas Saunier place holder functions
Fri, 20 Jun 2014 17:45:32 -0400 Nicolas Saunier corrected bug in initialization of lists and loading trajectories from vissim files
Fri, 06 Jun 2014 14:10:42 -0400 Nicolas Saunier renamed all draw functions to plot for consistency
Tue, 20 May 2014 15:18:55 -0400 Nicolas Saunier update to classify speed to remove data at both ends
Tue, 23 Jul 2013 05:05:06 -0400 Nicolas Saunier minor
Sun, 21 Jul 2013 10:23:15 -0400 Nicolas Saunier development for clustering
Fri, 19 Jul 2013 09:11:57 -0400 Nicolas Saunier added SVM
Thu, 11 Apr 2013 22:46:33 -0400 Nicolas Saunier merged with Mohamed s work
Tue, 25 Dec 2012 02:24:21 -0500 Mohamed Gomaa Added spectral clustering function
Tue, 25 Dec 2012 02:20:25 -0500 Mohamed Gomaa Added a function to compute LCSS distance between two indcators
Fri, 08 Feb 2013 18:13:29 -0500 Nicolas Saunier rearranged new code by Paul (works now)
Sat, 26 Jan 2013 19:02:25 -0500 Nicolas Saunier Integrating Mohamed's changes
Fri, 25 Nov 2011 18:38:54 -0500 Nicolas Saunier initial work on flow vectors and clustering algorithms
Thu, 24 Nov 2011 19:20:07 -0500 Nicolas Saunier first simple clustering algorithm implementation