log python/storage.py @ 910:b58a1061a717

age author description
Wed, 28 Jun 2017 15:36:25 -0400 Nicolas Saunier loading is faster for longest object features
Mon, 26 Jun 2017 17:45:32 -0400 Nicolas Saunier finished image extraction script for HoG-SVM training
Mon, 26 Jun 2017 00:10:35 -0400 Nicolas Saunier added options to the prototype cluster algorithm, work in progress
Thu, 22 Jun 2017 12:02:34 -0400 Nicolas Saunier factorized some argument handling code
Wed, 21 Jun 2017 17:44:09 -0400 Nicolas Saunier added a new classification parameter
Thu, 01 Jun 2017 14:54:11 -0400 Nicolas Saunier added script to extract camera info from tacal file by Lund University (T analyst)
Tue, 30 May 2017 16:10:18 -0400 Nicolas Saunier updated hog to scikit-image 0.13 (needed to add a block_norm attribute in classifier.cfg)
Fri, 05 May 2017 00:07:33 -0400 Nicolas Saunier added function for PeMS data
Wed, 15 Mar 2017 12:36:03 -0400 Nicolas Saunier corrected bugs in storage.py when having configuration files and other files in different directories: everything should be relative to directory of command line when running the program (see FAQ)
Tue, 14 Mar 2017 17:10:35 -0400 Nicolas Saunier adapted code from Paul St-Aubin and udpated MovingObject.setFeatures to truly find the right features in a list that may not start at 0
Tue, 14 Mar 2017 14:22:14 -0400 pstaub Initial commit of object DB storage update
Wed, 08 Feb 2017 16:32:15 -0500 Nicolas Saunier solved issue with latest version of scikit-learn
Fri, 03 Feb 2017 16:26:18 -0500 Nicolas Saunier work in progress to update gaussian mixtures
Mon, 07 Nov 2016 11:11:10 -0500 Nicolas Saunier correcting bug
Fri, 04 Nov 2016 11:47:42 -0400 Nicolas Saunier modification of storage of intrinsic camera and distortion parameters
Thu, 22 Sep 2016 17:50:35 -0400 Nicolas Saunier rework and more info on speed probabilities for classification
Tue, 20 Sep 2016 16:59:24 -0400 Nicolas Saunier updated unnecessary complicated query
Sun, 31 Jul 2016 03:52:25 -0400 Nicolas Saunier modified function signature
Fri, 22 Jul 2016 17:23:49 -0400 Nicolas Saunier corrected issue with prototypes storage
Thu, 21 Jul 2016 17:51:11 -0400 Nicolas Saunier corrected load/save prototypes
Thu, 14 Jul 2016 00:34:59 -0400 Nicolas Saunier added capability to save prototypes
Thu, 30 Jun 2016 14:19:59 -0400 Nicolas Saunier added option to load subsampled trajectories
Wed, 29 Jun 2016 17:56:52 -0400 Nicolas Saunier forgotten change
Wed, 29 Jun 2016 17:56:19 -0400 Nicolas Saunier first working version of feature merging (works with feature grouping)
Wed, 29 Jun 2016 13:50:21 -0400 Nicolas Saunier renaming
Fri, 10 Jun 2016 17:46:54 -0400 Nicolas Saunier avoid crash for missing configuration filename
Fri, 10 Jun 2016 17:07:36 -0400 Nicolas Saunier moved the classification parameters from tracking.cfg to a new classifier.cfg and made all classification parameters apparent
Thu, 09 Jun 2016 15:36:21 -0400 Nicolas Saunier added saving/loading points of interests
Thu, 03 Mar 2016 14:31:13 -0500 Nicolas Saunier tweaking curvilinear trajectory loading dev
Wed, 02 Mar 2016 17:50:05 -0500 Nicolas Saunier added check to avoid issue if there are more cuvilinear trajectories than objects dev