lmurmann / multi_illumination

MIT License
53 stars 8 forks source link

Meaning of material map numbers #4

Open riceric22 opened 4 years ago

riceric22 commented 4 years ago

I couldn't find this in the repository. Can you share the exact mapping from the numerical classes to the actual annotations for the material maps?

lmurmann commented 4 years ago

You are right, the file didn't make it into the repo. I'll add it and in the meantime, here is the mapping:


material_to_palette =  {
    "unassigned": 0,
    "I can't tell": 1,
    "More than one material": 2,
    "Cardboard": 3,
    "Ceramic": 4,
    "Concrete": 5,
    "Cork/corkboard": 6,
    "Dirt": 7,
    "Fabric/cloth": 8,
    "Foliage": 9,
    "Food": 10,
    "Fur": 11,
    "Glass": 12,
    "Granite/marble": 13,
    "Laminate": 14,
    "Leather": 15,
    "Linoleum": 16,
    "Metal": 17,
    "Mirror": 18,
    "Not on list": 19,
    "Painted": 20,
    "Paper/tissue": 21,
    "Plastic - clear": 22,
    "Plastic - opaque": 23,
    "Rubber/latex": 24,
    "Sponge": 25,
    "Styrofoam": 26,
    "Tile": 27,
    "splitshape": 28,
    "Wallpaper": 29,
    "Wax": 30,
    "Wicker": 31,
    "Wood": 32,
    "Stone": 33,
    "Chalkboard/blackboard": 34,
    "Carpet/rug": 35,
    "Brick": 36,
    "Skin": 37,
    "Water": 38,
    "Hair": 39,
    "no_consensus": 40,
}```