diff scripts/manual-video-analysis.py @ 1226:d478d3122804

change of bicycle to cyclist
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 12 Jul 2023 12:12:37 -0400
parents 79c18dde0864
children 5654c9173548
line wrap: on
line diff
--- a/scripts/manual-video-analysis.py	Mon Jul 03 10:33:20 2023 -0400
+++ b/scripts/manual-video-analysis.py	Wed Jul 12 12:12:37 2023 -0400
@@ -29,7 +29,7 @@
                  'car',
                  'pedestrian',
                  'motorcycle',
-                 'bicycle',
+                 'cyclist',
                  'bus',
                  'truck']
 class UserConfiguration(object):