comparison trafficintelligence/moving.py @ 1227:eb3936809ea5

reverting to using bicycle
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 12 Jul 2023 13:14:09 -0400
parents 69b531c7a061
children 5654c9173548
comparison
equal deleted inserted replaced
1225:202073959fb4 1227:eb3936809ea5
1369 1369
1370 userTypeNames = ['unknown', 1370 userTypeNames = ['unknown',
1371 'car', 1371 'car',
1372 'pedestrian', 1372 'pedestrian',
1373 'motorcycle', 1373 'motorcycle',
1374 'cyclist', 1374 'bicycle',
1375 'bus', 1375 'bus',
1376 'truck', 1376 'truck',
1377 'automated'] 1377 'automated']
1378 1378
1379 coco2UserTypes = {0: 2, 1: 4, 2: 1, 5: 5, 7: 6} 1379 coco2UserTypes = {0: 2, 1: 4, 2: 1, 5: 5, 7: 6}