classes #3221
Unanswered
MauroGentile
asked this question in
General
classes
#3221
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am a bit confused on the classes detected by:
inferencer = MMSegInferencer(model='deeplabv3plus_r18-d8_4xb2-80k_cityscapes-512x1024')
From the file cityscape.py, it seems to me that 19 classes are detected:
classes=('road', 'sidewalk', 'building', 'wall', 'fence', 'pole',
'traffic light', 'traffic sign', 'vegetation', 'terrain',
'sky', 'person', 'rider', 'car', 'truck', 'bus', 'train',
'motorcycle', 'bicycle')
However from the tests I have performed, it seems tome that for instance vegetation is class number 2... But in the above list the class number 2 is 'building'.
What am I doing wrong?
Thanks for helping
Beta Was this translation helpful? Give feedback.
All reactions