diff scripts/create-bounding-boxes.py @ 476:6551a3cf1750

modified compute-homography to work with argparse
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 25 Mar 2014 19:43:28 -0400
parents eaf7765221d9
children 3058e00887bc
line wrap: on
line diff
--- a/scripts/create-bounding-boxes.py	Thu Mar 13 01:48:04 2014 -0400
+++ b/scripts/create-bounding-boxes.py	Tue Mar 25 19:43:28 2014 -0400
@@ -15,7 +15,7 @@
 
 homography = None
 if args.homography != None:
-    homography = inv(loadtxt(args.homography))            
+    homography = inv(loadtxt(args.homography))
 
 storage.createBoundingBoxTable(args.databaseFilename, homography)