zanilzanzan / FuseNet_PyTorch

Joint scene classification and semantic segmentation with FuseNet
GNU General Public License v3.0
108 stars 34 forks source link

mapping 894 to 40 #15

Closed NanWangAC closed 4 years ago

NanWangAC commented 4 years ago

hello, I have a question sbout how can I map data sets from 894 classes to 40 classes. Looking forward to your reply. thank u!

zanilzanzan commented 4 years ago

Which dataset are you talking about?

NanWangAC commented 4 years ago

the nyudv2,how can I map data sets from 894 classes to 40 classes?thank u!

zanilzanzan commented 4 years ago

Ok, I found the object-class mapping (from 894 classes to 40) on this repository. So, if you download the data there, the class and mapping information is included in the package as a .mat file. I wanted to make it easier for you, so I created this .json file. The keys are the class IDs of the 894 version, and the values contain the 40-class IDs and names. It is pretty self-explanatory. You can open it up with Firefox to visualize better. Good luck!