# HG changeset patch # User Nicolas Saunier # Date 1468596927 14400 # Node ID aa98e773ac91925d96ac5e7591164a8564c9ddea # Parent 5a68779d7777c6b1fdd0f822055b7b3a401b311d minor diff -r 5a68779d7777 -r aa98e773ac91 python/moving.py --- 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