log python/prediction.py @ 636:3058e00887bc

age author description
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 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
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
Thu, 04 Dec 2014 13:37:55 -0500 MohamedGomaa corrected bug
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
Tue, 15 Jul 2014 13:25:15 -0400 MohamedGomaa Motion Pattern Method
Thu, 02 May 2013 11:37:24 -0400 Mohamed Gomaa condition to make the minTTC is zero not 1 -need to refine-
Thu, 18 Apr 2013 17:12:53 -0400 Mohamed Gomaa merge feature-minDistance-based collisionPoints calculation in prediction file
Thu, 07 Aug 2014 00:05:14 -0400 Nicolas Saunier corrected bug for segment intersection
Tue, 15 Jul 2014 01:25:33 -0400 Nicolas Saunier adapted safety-analysis script to use multi-threading
Mon, 14 Jul 2014 17:33:43 -0400 Nicolas Saunier refactored some more code in compute crossing and collisions (parallel code works)
Mon, 14 Jul 2014 01:56:51 -0400 Nicolas Saunier modified prediction for multiprocessing, not sure how beneficial it is (single thread with instance method seems much faster