Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
381 stars 93 forks source link

How can I know the mapping of class and index? #54

Open nlc2002 opened 7 months ago

nlc2002 commented 7 months ago

Hello! How can I know the mapping of class and index? For example, what does label "car" mapping to? The "_class_to_index" function is comfusing.