Mercurial > hg > nsaunier > traffic-intelligence
changeset 845:aa98e773ac91
minor
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 15 Jul 2016 11:35:27 -0400 |
| parents | 5a68779d7777 |
| children | 37d14818db89 |
| files | python/moving.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/moving.py Thu Jul 14 00:34:59 2016 -0400 +++ b/python/moving.py Fri Jul 15 11:35:27 2016 -0400 @@ -1565,7 +1565,7 @@ Considered categories are the keys of speedProbabilities''' if not hasattr(self, 'aggregatedSpeed') or not hasattr(self, 'userTypes'): - print('Initilize the data structures for classification by HoG-SVM') + print('Initializing the data structures for classification by HoG-SVM') self.initClassifyUserTypeHoGSVM(aggregationFunc, pedBikeCarSVM, bikeCarSVM, pedBikeSpeedTreshold, bikeCarSpeedThreshold, nInstantsIgnoredAtEnds) if len(self.userTypes) != self.length() and images is not None: # if classification has not been done previously
