Mercurial > hg > nsaunier > traffic-intelligence
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1225:202073959fb4 | 1226:d478d3122804 |
|---|---|
| 27 # configuration of keys and user types (see moving) | 27 # configuration of keys and user types (see moving) |
| 28 userTypeNames = ['unknown', | 28 userTypeNames = ['unknown', |
| 29 'car', | 29 'car', |
| 30 'pedestrian', | 30 'pedestrian', |
| 31 'motorcycle', | 31 'motorcycle', |
| 32 'bicycle', | 32 'cyclist', |
| 33 'bus', | 33 'bus', |
| 34 'truck'] | 34 'truck'] |
| 35 class UserConfiguration(object): | 35 class UserConfiguration(object): |
| 36 def __init__(self, name, keyNew, keyAddInstant, nAttributes): | 36 def __init__(self, name, keyNew, keyAddInstant, nAttributes): |
| 37 self.name = name | 37 self.name = name |
