diff scripts/manual-video-analysis.py @ 1242:4cd8ace3552f

major update for classification, allowing the use of neural network classification
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 07 Feb 2024 11:43:03 -0500
parents 5654c9173548
children
line wrap: on
line diff
--- a/scripts/manual-video-analysis.py	Mon Feb 05 17:06:01 2024 -0500
+++ b/scripts/manual-video-analysis.py	Wed Feb 07 11:43:03 2024 -0500
@@ -29,9 +29,10 @@
                  'car',
                  'pedestrian',
                  'motorcycle',
-                 'bicycle',
+                 'cyclist',
                  'bus',
-                 'truck']
+                 'truck',
+                 'automated']
 class UserConfiguration(object):
     def __init__(self, name, keyNew, keyAddInstant, nAttributes):
         self.name = name