comparison 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
comparison
equal deleted inserted replaced
1071:58994b08be42 1073:8ab92ee3cbef
108 pool = Pool(args.nProcesses) 108 pool = Pool(args.nProcesses)
109 109
110 ################################# 110 #################################
111 # Report progress in the processing 111 # Report progress in the processing
112 ################################# 112 #################################
113 if args.progress: 113 if args.progress: # TODO find video sequences that have null camera view, to work with them
114 print('Providing information on data progress') 114 print('Providing information on data progress')
115 headers = ['site', 'vs', 'features', 'objects', 'interactions'] # todo add prototypes and object classification 115 headers = ['site', 'vs', 'features', 'objects', 'interactions'] # todo add prototypes and object classification
116 data = [] 116 data = []
117 for site in sites: 117 for site in sites:
118 unprocessedVideoSequences = [] 118 unprocessedVideoSequences = []