diff scripts/compute-clearmot.py @ 1158:7eb972942f22

solving bug to pass kwargs for plotting
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 05 Jan 2021 10:45:39 -0500
parents cc5cb04b04b0
children d24d57e4de24
line wrap: on
line diff
--- a/scripts/compute-clearmot.py	Wed Oct 21 10:38:30 2020 -0400
+++ b/scripts/compute-clearmot.py	Tue Jan 05 10:45:39 2021 -0500
@@ -48,7 +48,7 @@
         mask = mask[:,:,0]
     for obj in objects:
         maskObjects += obj.getObjectsInMask(mask, invHomography, 10) # TODO add option to keep object if at least one feature in mask
-    objects = maskObjects    
+    objects = maskObjects
 
 annotations = storage.loadBBMovingObjectsFromSqlite(args.groundTruthDatabaseFilename)
 for a in annotations: