diff scripts/polytracktopdtv.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/polytracktopdtv.py	Mon Feb 05 17:06:01 2024 -0500
+++ b/scripts/polytracktopdtv.py	Wed Feb 07 11:43:03 2024 -0500
@@ -25,7 +25,7 @@
           "1"  -> "car"
           "2"  -> "pedestrians"
           "3"  -> "motorcycle"
-          "4"  -> "bicycle"
+          "4"  -> "cyclist"
           "5"  -> "bus"
           "6"  -> "truck"
           ... and other type if the objects_type table is defined in SQLite'''
@@ -38,7 +38,7 @@
         typeDict["1"] = "car"
         typeDict["2"] = "pedestrians"
         typeDict["3"] = "motorcycle"
-        typeDict["4"] = "bicycle"
+        typeDict["4"] = "cyclist"
         typeDict["5"] = "bus"
         typeDict["6"] = "truck"