Skip to content

Commit

Permalink
Add mug to synset_to_label of shapenet
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed Jul 8, 2020
1 parent 6609114 commit 4fb5122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kaolin/datasets/shapenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'03642806': 'laptop', '03710193': 'mailbox', '03761084': 'microwave',
'03928116': 'piano', '03938244': 'pillow', '03948459': 'pistol',
'04004475': 'printer', '04099429': 'rocket', '04256520': 'sofa',
'04554684': 'washer', '04090263': 'rifle', '02946921': 'can'}
'04554684': 'washer', '04090263': 'rifle', '02946921': 'can',
'03797390': 'mug'}

# Label to Synset mapping (for ShapeNet core classes)
label_to_synset = {v: k for k, v in synset_to_label.items()}
Expand Down

0 comments on commit 4fb5122

Please sign in to comment.