log scripts/extract-appearance-images.py @ 1240:bb14f919d1cb

age author description
Fri, 15 Jun 2018 11:19:10 -0400 Nicolas Saunier major update using the trafficintelligence package name and install through pip
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)
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
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
Mon, 26 Jun 2017 17:45:32 -0400 Nicolas Saunier finished image extraction script for HoG-SVM training
Fri, 23 Jun 2017 00:03:17 -0400 Nicolas Saunier minor
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:49:58 -0400 Nicolas Saunier minor