log scripts/train-object-classification.py @ 1222:69b531c7a061

age author description
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 23:04:03 -0500 Nicolas Saunier minor renaming
Sun, 05 Nov 2017 23:45:47 -0500 Nicolas Saunier added computation of confusion matrix and improved default parameter for block normalization for SVM classification
Wed, 05 Jul 2017 23:01:24 -0400 Nicolas Saunier corrected bug
Wed, 21 Jun 2017 17:49:58 -0400 Nicolas Saunier minor
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
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
Fri, 05 Jun 2015 02:25:30 +0200 Nicolas Saunier classification is working dev
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)
Wed, 18 Jun 2014 00:53:39 -0400 Nicolas Saunier added script to train HoG-SVM classifiers for object classification (based on a script by Sohail Zangenehpour, PhD student at McGill)