log scripts/classify-objects.py @ 1240:bb14f919d1cb

age author description
Mon, 05 Feb 2024 14:14:14 -0500 Nicolas Saunier cleaned use of centile (np only) and added info in classify-objects
Wed, 12 Jul 2023 13:21:08 -0400 Nicolas Saunier merged (bicycle)
Wed, 12 Jul 2023 12:12:37 -0400 Nicolas Saunier change of bicycle to cyclist
Mon, 19 Jul 2021 11:25:16 -0400 Nicolas Saunier correcting bug in classify objects that ignored the parameter for centile aggregation of speed, if used in classifier.cfg (updated pip version)
Wed, 30 Jan 2019 16:51:52 -0500 Nicolas Saunier minor modification
Fri, 15 Jun 2018 11:19:10 -0400 Nicolas Saunier major update using the trafficintelligence package name and install through pip
Wed, 06 Jun 2018 16:51:15 -0400 Nicolas Saunier work on processing large datasets (generate speed data)
Wed, 06 Jun 2018 10:35:06 -0400 Nicolas Saunier renamed quantile to centile
Sun, 27 May 2018 23:22:48 -0400 Nicolas Saunier updated code to python 3 (tests pass and scripts run, but non-executed parts of code are probably still not correct)
Wed, 16 May 2018 21:06:52 -0400 Nicolas Saunier update to OpenCV3 for python
Mon, 06 Nov 2017 21:25:41 -0500 Nicolas Saunier verbose option to print classification information (more to add)
Fri, 21 Jul 2017 11:31:42 -0400 Nicolas Saunier found a more elegant solution, making a copy of the list to iterate
Fri, 21 Jul 2017 11:25:20 -0400 Nicolas Saunier bug fix on list filtering (cannot remove while iterating) and motion prediction keeping the same features
Fri, 14 Jul 2017 16:30:57 -0400 Nicolas Saunier updated classify-objects
Wed, 12 Jul 2017 01:24:31 -0400 Nicolas Saunier work in progress
Wed, 28 Jun 2017 16:51:17 -0400 Nicolas Saunier corrected bug
Wed, 28 Jun 2017 16:46:45 -0400 Nicolas Saunier corrected potential issues with videos where one cannot reach a give frame from its number
Thu, 22 Jun 2017 23:40:16 -0400 Nicolas Saunier correct bug in classify-objects script when correcting for distrotion
Thu, 22 Jun 2017 18:08:46 -0400 Nicolas Saunier work in progress, almost ready
Thu, 22 Jun 2017 16:57:34 -0400 Nicolas Saunier changed workflow of classify objects
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
Wed, 21 Jun 2017 17:21:03 -0400 Nicolas Saunier better take into account unknown appearance classification
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)
Thu, 22 Sep 2016 17:50:35 -0400 Nicolas Saunier rework and more info on speed probabilities for classification
Mon, 20 Jun 2016 10:56:41 -0400 Nicolas Saunier corrected bug in classify-objects.py script
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
Fri, 10 Jun 2016 15:26:19 -0400 Nicolas Saunier reversed all code to OpenCV 2.4.13 opencv3
Mon, 02 May 2016 15:03:19 -0400 Nicolas Saunier corrected more bug in script dev
Mon, 02 May 2016 14:59:55 -0400 Nicolas Saunier corrected bug in script dev
Fri, 29 Apr 2016 16:07:35 -0400 Nicolas Saunier temporary solution for classification, with corrected svm.cpp and ml.hpp for loading saved classifiers dev
Thu, 24 Mar 2016 16:37:37 -0400 Nicolas Saunier updated classifying code to OpenCV 3.x (bug in function to load classification models) dev
Mon, 22 Jun 2015 15:27:33 +0200 Nicolas Saunier minor comments for lognormal parameters (numpy and usual names differ) dev
Tue, 09 Jun 2015 17:29:03 +0200 Nicolas Saunier allowing alternate database and filename for classify-objects dev
Fri, 05 Jun 2015 17:13:28 +0200 Nicolas Saunier several updates for display dev
Fri, 05 Jun 2015 13:26:51 +0200 Nicolas Saunier bug forgot to svae objects dev
Fri, 05 Jun 2015 11:04:06 +0200 Nicolas Saunier added function to display the speed distributions and optimize a little going through objects dev
Fri, 05 Jun 2015 02:35:29 +0200 Nicolas Saunier corrected bug dev
Fri, 05 Jun 2015 02:25:30 +0200 Nicolas Saunier classification is working dev
Wed, 02 Jul 2014 11:35:05 -0400 Nicolas Saunier renamed TrackingParameters to ProcessParameters
Wed, 25 Jun 2014 17:50:18 -0400 Nicolas Saunier work on script
Wed, 18 Jun 2014 23:36:56 -0400 Nicolas Saunier added functions for classification refactored from Sohail s work for TRB/TRC (to be tested)