changeset 1047:0b62e37991ab

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 05 Jul 2018 23:17:12 -0400
parents f2ba9858e6c6
children 27a822922cb0
files scripts/process.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/process.py	Thu Jul 05 23:12:11 2018 -0400
+++ b/scripts/process.py	Thu Jul 05 23:17:12 2018 -0400
@@ -149,6 +149,7 @@
     # learn by site by default -> group videos by site (or by camera view? TODO add cameraviews)
     # by default, load all objects, learn and then assign (BUT not save the assignments)
     for site in sites:
+        print('Learning motion patterns for site {}'.format(site.name))
         objects = {}
         object2VideoSequences = {}
         for cv in site.cameraViews: