BridgeLinkASL / models /labels.json
ofraij123's picture
Sync from GitHub via hub-sync
7330a0e verified
Raw
History Blame Contribute Delete
3.69 kB
{
"label_map": {
"accident": 0,
"apple": 1,
"argue": 2,
"bad": 3,
"balance": 4,
"bar": 5,
"basketball": 6,
"because": 7,
"bed": 8,
"before": 9,
"bird": 10,
"black": 11,
"blanket": 12,
"bowling": 13,
"brother": 14,
"call": 15,
"candy": 16,
"champion": 17,
"change": 18,
"cheat": 19,
"check": 20,
"cold": 21,
"computer": 22,
"convince": 23,
"cool": 24,
"corn": 25,
"cousin": 26,
"cry": 27,
"dark": 28,
"daughter": 29,
"deaf": 30,
"delay": 31,
"delicious": 32,
"doctor": 33,
"dog": 34,
"drink": 35,
"environment": 36,
"example": 37,
"family": 38,
"far": 39,
"fat": 40,
"fish": 41,
"full": 42,
"give": 43,
"go": 44,
"good": 45,
"government": 46,
"graduate": 47,
"help": 48,
"hot": 49,
"interest": 50,
"language": 51,
"last": 52,
"later": 53,
"laugh": 54,
"leave": 55,
"letter": 56,
"like": 57,
"man": 58,
"many": 59,
"mother": 60,
"move": 61,
"no": 62,
"orange": 63,
"order": 64,
"perspective": 65,
"pizza": 66,
"play": 67,
"room": 68,
"sandwich": 69,
"score": 70,
"secretary": 71,
"shirt": 72,
"short": 73,
"silly": 74,
"snow": 75,
"son": 76,
"soon": 77,
"study": 78,
"sweet": 79,
"take": 80,
"tall": 81,
"tell": 82,
"thanksgiving": 83,
"theory": 84,
"thin": 85,
"thursday": 86,
"trade": 87,
"wait": 88,
"walk": 89,
"what": 90,
"white": 91,
"who": 92,
"why": 93,
"woman": 94,
"work": 95,
"write": 96,
"year": 97,
"yes": 98,
"yesterday": 99
},
"inv_label_map": {
"0": "accident",
"1": "apple",
"2": "argue",
"3": "bad",
"4": "balance",
"5": "bar",
"6": "basketball",
"7": "because",
"8": "bed",
"9": "before",
"10": "bird",
"11": "black",
"12": "blanket",
"13": "bowling",
"14": "brother",
"15": "call",
"16": "candy",
"17": "champion",
"18": "change",
"19": "cheat",
"20": "check",
"21": "cold",
"22": "computer",
"23": "convince",
"24": "cool",
"25": "corn",
"26": "cousin",
"27": "cry",
"28": "dark",
"29": "daughter",
"30": "deaf",
"31": "delay",
"32": "delicious",
"33": "doctor",
"34": "dog",
"35": "drink",
"36": "environment",
"37": "example",
"38": "family",
"39": "far",
"40": "fat",
"41": "fish",
"42": "full",
"43": "give",
"44": "go",
"45": "good",
"46": "government",
"47": "graduate",
"48": "help",
"49": "hot",
"50": "interest",
"51": "language",
"52": "last",
"53": "later",
"54": "laugh",
"55": "leave",
"56": "letter",
"57": "like",
"58": "man",
"59": "many",
"60": "mother",
"61": "move",
"62": "no",
"63": "orange",
"64": "order",
"65": "perspective",
"66": "pizza",
"67": "play",
"68": "room",
"69": "sandwich",
"70": "score",
"71": "secretary",
"72": "shirt",
"73": "short",
"74": "silly",
"75": "snow",
"76": "son",
"77": "soon",
"78": "study",
"79": "sweet",
"80": "take",
"81": "tall",
"82": "tell",
"83": "thanksgiving",
"84": "theory",
"85": "thin",
"86": "thursday",
"87": "trade",
"88": "wait",
"89": "walk",
"90": "what",
"91": "white",
"92": "who",
"93": "why",
"94": "woman",
"95": "work",
"96": "write",
"97": "year",
"98": "yes",
"99": "yesterday"
}
}