| Fri, 05 Jun 2015 02:25:30 +0200 |
Nicolas Saunier |
classification is working
dev
|
| Thu, 04 Jun 2015 16:04:58 +0200 |
Nicolas Saunier |
small update to deal with videos where the number of frames cannot be read
|
| Wed, 03 Jun 2015 16:00:46 +0200 |
Nicolas Saunier |
created branch dev for new developements (default is stable branch)
dev
|
| Sat, 30 May 2015 23:30:21 +0200 |
Nicolas Saunier |
update to utils for pavement results
|
| Wed, 27 May 2015 04:08:19 +0200 |
Nicolas Saunier |
fine tuning
|
| Tue, 26 May 2015 23:55:22 +0200 |
Nicolas Saunier |
corrected old format for Point.__str__
|
| Tue, 26 May 2015 18:16:51 +0200 |
Nicolas Saunier |
corrected bug for intersection of lines (thanks to Paul for finding)
|
| Tue, 26 May 2015 15:02:47 +0200 |
Nicolas Saunier |
corrected import bug
|
| Tue, 26 May 2015 13:53:40 +0200 |
Nicolas Saunier |
moved and rationalized imports in modules
|
| Tue, 26 May 2015 11:40:32 +0200 |
Nicolas Saunier |
corrected other missing imports
|
| Tue, 26 May 2015 11:39:36 +0200 |
Nicolas Saunier |
corrected other missing imports
|
| Tue, 26 May 2015 11:35:24 +0200 |
Nicolas Saunier |
bug corrected
|
| Tue, 26 May 2015 11:19:03 +0200 |
Nicolas Saunier |
code to prepare regression variables (remove correlated variables) and record dataset size in experimnets
|
| Mon, 25 May 2015 13:54:29 +0200 |
Nicolas Saunier |
added regression analysis functions
|
| Wed, 20 May 2015 14:21:54 +0200 |
Nicolas Saunier |
added function to count features in objects
|
| 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
|
| Tue, 19 May 2015 16:58:26 +0200 |
Nicolas Saunier |
modified concatenate to take into account features if available
|
| 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
|
| Fri, 15 May 2015 23:09:49 +0200 |
Nicolas Saunier |
corrected impact of warmUpLastInstant
|
| Thu, 14 May 2015 23:18:44 +0200 |
Nicolas Saunier |
minor modifications
|
| Thu, 14 May 2015 19:48:09 +0200 |
pstaub |
Added **kwargs passthrough to cvPlot()->cv2.line() for greater drawing flexibility.
|
| Wed, 13 May 2015 17:24:19 +0200 |
Nicolas Saunier |
added script printing video info
|
| Wed, 13 May 2015 15:11:03 +0200 |
Nicolas Saunier |
explored options for static compilation (failed)
|
| Thu, 07 May 2015 16:30:58 +0200 |
Nicolas Saunier |
removed the abstract class to represent folders of images or video files since the capability is now built in OpenCV
|
| Thu, 07 May 2015 16:09:47 +0200 |
Nicolas Saunier |
updating to c++11 capabilities
|
| Thu, 07 May 2015 13:25:31 +0200 |
Nicolas Saunier |
compilation with C++11 and test function for movingobject distance
|
| Fri, 24 Apr 2015 17:02:47 +0200 |
Nicolas Saunier |
removed useless and buggy code
|
| Fri, 17 Apr 2015 17:33:32 +0200 |
Nicolas Saunier |
changed the paramter usePrototypes to False by default
|
| Thu, 16 Apr 2015 16:13:05 +0200 |
Nicolas Saunier |
minor cleaning
|
| Thu, 16 Apr 2015 11:34:51 +0200 |
Nicolas Saunier |
added ability to select lanes to count collisions or stationary vehicles in VISSIM files
|
| Wed, 15 Apr 2015 18:17:50 +0200 |
Nicolas Saunier |
added some tutorial code as tests to avoid tutorial to become out of sync with code changes
|
| Wed, 15 Apr 2015 16:35:02 +0200 |
Nicolas Saunier |
cleaned functions to lead bounding boxes (for display)
|
| Tue, 14 Apr 2015 16:30:27 +0200 |
Nicolas Saunier |
added fast function to detect VISSIM simulations with errors
|
| Mon, 13 Apr 2015 00:11:21 +0200 |
Nicolas Saunier |
added function to count collisions in vissim
|
| Fri, 10 Apr 2015 16:09:13 +0200 |
Nicolas Saunier |
more cleanup
|
| Fri, 10 Apr 2015 15:40:27 +0200 |
Nicolas Saunier |
added function to plot curvilinear position as a function of time
|
| Fri, 10 Apr 2015 14:54:05 +0200 |
Nicolas Saunier |
added pandas to read vissim fzp (more robust with respect to column names
|
| Thu, 09 Apr 2015 16:55:24 +0200 |
Nicolas Saunier |
cleaning under way and renaming
|
| Thu, 09 Apr 2015 13:21:22 +0200 |
Nicolas Saunier |
cleaner import that does not rely on StringIO or yaml
|
| Thu, 09 Apr 2015 13:11:25 +0200 |
Nicolas Saunier |
modified tsai camera homography computation to avoid using os dependent temporary files
|
| Wed, 08 Apr 2015 16:07:15 +0200 |
Nicolas Saunier |
added functionality to read Aliaksei Tsai camera model data
|
| Thu, 02 Apr 2015 15:53:59 +0200 |
Nicolas Saunier |
added function to get canadian public weather data
|
| Tue, 24 Mar 2015 18:11:28 +0100 |
Nicolas Saunier |
removed all issues because of tests with None, using is instead of == or !=
|
| Tue, 24 Mar 2015 14:17:12 +0100 |
Nicolas Saunier |
corrected issue with tests requiring shapely, adding a separate test file
|
| Tue, 24 Mar 2015 14:02:14 +0100 |
Nicolas Saunier |
added units to paramters
|
| Tue, 17 Feb 2015 15:32:29 +0100 |
Nicolas Saunier |
minor function to export speed as temporal indicator for display
|
| 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
|
| Sat, 14 Feb 2015 19:18:14 -0500 |
Nicolas Saunier |
corrected bugs, in particular to MovingObject.play
|
| Fri, 13 Feb 2015 09:10:29 -0500 |
Nicolas Saunier |
saving image when playing video
|
| Fri, 09 Jan 2015 00:14:13 -0500 |
Nicolas Saunier |
added slight documentation of CLEAR MOT output
|
| Tue, 23 Dec 2014 14:56:13 -0500 |
Nicolas Saunier |
implemented function to concatenate objects
|
| Mon, 22 Dec 2014 16:29:34 -0500 |
Nicolas Saunier |
corrected issues created with homography projection in Trajectory
|
| Wed, 10 Dec 2014 15:29:57 -0500 |
Nicolas Saunier |
merge and updated consistently that imageheight does not seem necessary anymore for plotting on world image
|