# HG changeset patch # User Nicolas Saunier # Date 1530847032 14400 # Node ID 0b62e37991ab174fde889811b6be075d9ab43b42 # Parent f2ba9858e6c6f194c9a8c4b1bd43f8047f65615f minor diff -r f2ba9858e6c6 -r 0b62e37991ab scripts/process.py --- 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: