log python/events.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
Wed, 19 Jul 2017 18:02:38 -0400 Nicolas Saunier work on motion prediction using motion patterns
Mon, 17 Jul 2017 01:38:06 -0400 Nicolas Saunier work started on prototype prediction
Wed, 22 Mar 2017 10:44:24 -0400 Nicolas Saunier added option to compute PET in safety analysis script, and save in database
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:48:40 -0400 Nicolas Saunier work on storing PET
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 11:38:05 -0400 Nicolas Saunier made prototypecluster generic, in ml module, and added randominitialization dev
Mon, 10 Aug 2015 17:51:49 -0400 Nicolas Saunier added the capability to enforce a minimum cluster size and re-assign the indicators to other clusters dev
Wed, 22 Jul 2015 14:15:33 -0400 Nicolas Saunier cleaned unused code (up to date in Paul St-Aubin PVC code) dev
Wed, 22 Jul 2015 13:46:28 -0400 Nicolas Saunier cleanup crossing collisions and crossing zones in Interaction (not stored per type of prediction method) dev
Thu, 09 Jul 2015 00:58:08 -0400 Nicolas Saunier corrected bug with indicator loading(also now correctly loading mostsevereismax) dev
Tue, 30 Jun 2015 17:56:14 -0400 Nicolas Saunier updated function to find road users for interactions dev
Mon, 29 Jun 2015 23:09:58 -0400 Nicolas Saunier corrected some errors for ttc dev
Mon, 29 Jun 2015 16:15:04 -0400 Nicolas Saunier cleaned imports in indicators.py dev
Wed, 20 May 2015 13:57:47 +0200 Nicolas Saunier corrected bug with circular import for VideoFilenameAddable, moved to base module
Wed, 20 May 2015 12:04:22 +0200 Nicolas Saunier added capability to set a videofilename to movingobject and interaction, renames interactiontype to collision in interaction
Mon, 18 May 2015 17:17:06 +0200 Nicolas Saunier corrected bug that increased TTC by 1 frame and structure to store collision points and crossing zones
Mon, 18 May 2015 13:53:25 +0200 Nicolas Saunier some method name change and new methods for features in objects (MovingObject) and methods to access indicator values in interactions
Tue, 24 Mar 2015 18:11:28 +0100 Nicolas Saunier removed all issues because of tests with None, using is instead of == or !=
Tue, 17 Feb 2015 11:02:18 +0100 Nicolas Saunier added utility for safety points
Tue, 17 Feb 2015 03:55:55 +0100 Nicolas Saunier major work on pPET and pet, issues remain for pPET computed with predicted trajectories
Tue, 17 Feb 2015 02:21:31 +0100 Nicolas Saunier corrected major issue with pPET, only for CVDirect prediction for now
Tue, 17 Feb 2015 00:56:47 +0100 Nicolas Saunier minor cleaning
Mon, 16 Feb 2015 11:58:51 +0100 Nicolas Saunier corrected bugs in loading interactions (index shifted) and added functionalities to play/plot interactions
Mon, 16 Feb 2015 08:41:14 +0100 Nicolas Saunier added test for location for trajectories
Wed, 10 Dec 2014 15:27:08 -0500 Nicolas Saunier merged code from Mohamed Gomaa Mohamed for the use of points of interests in mation pattern learning and motion prediction (TRB 2015)
Thu, 04 Dec 2014 19:07:55 -0500 MohamedGomaa move 4 functions from trajLearning file
Wed, 03 Dec 2014 22:57:08 -0500 MohamedGomaa remove dublicated code for collision/crossing computations
Tue, 25 Nov 2014 22:49:47 -0500 MohamedGomaa add some functions for behaviour analysis