diff python/moving.py @ 845:aa98e773ac91

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jul 2016 11:35:27 -0400
parents 14e4ad7c7420
children 07fb949ff98f
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