diff scripts/process.py @ 1073:8ab92ee3cbef

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 20 Jul 2018 16:23:56 -0400
parents 58994b08be42
children b123fa0e5440
line wrap: on
line diff
--- a/scripts/process.py	Wed Jul 18 02:12:47 2018 -0400
+++ b/scripts/process.py	Fri Jul 20 16:23:56 2018 -0400
@@ -110,7 +110,7 @@
 #################################
 # Report progress in the processing
 #################################
-if args.progress:
+if args.progress: # TODO find video sequences that have null camera view, to work with them
     print('Providing information on data progress')
     headers = ['site', 'vs', 'features', 'objects', 'interactions'] # todo add prototypes and object classification
     data = []