Added mapping from COCO to WNID

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-03-25 13:43:29 +01:00
parent db0d275bdd
commit 0eab8cd123

26
COCO_TO_WNID.py Normal file
View File

@ -0,0 +1,26 @@
COCO_TO_WNID = {
1 : [],
2 : ['04466871'],
25 : ['02773838'],
27 : ['02773838'],
40 : ['03603722', '04591713', '02960903', '04591713', '02876657'],
42 : ['03797390', '03063599'],
46 : ['02880940'],
57 : ['03001627', '03002711', '20000018', '20000024', '20000016', '20000015', '20000025', '04593077', '04062428', '03168217', '20000023', '20000026', '20000022', '03786621', '08647616',
'03262932', '03649674', '04099969', '20000027', '20000020', '03376595', '02738535', '04373704', '04331277', '04590933'],
58 : ['03002711', '20000030', '20000028', '20000029', '04256520'],
59 : ['03990474', '03956922', '03991062', '03957315', ],
60 : ['20000007', '20000004', '02920259', '03165096', '03962852', '20000006'],
61 : ['04398951', '03246933', '20000040', '04061681', '20000038', '03904060', '03092883', '20000039', '03063968', '20000037', '20000041', '03620967', '03179701', '04379243'],
62 : ['04446276'],
63 : ['03782190', '03085219', '06277280'],
64 : ['03782190', '03085219', '03642806'],
67 : ['03085013'],
68 : ['03261776', '03179910', '02992529', '04401088'],
70 : ['04330267'],
72 : ['04553920', '03325088', '03775636', '04559451', '04223580'],
74 : ['06410904'],
75 : ['03046257'],
76 : ['03603722', '04522168', '02960903'],
80 : ['04453156'],
}