log python/events.py @ 882:4749b71aa7fb

age author description
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