Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mug to synset_to_label of shapenet #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jul 8, 2020

Thanks for the great work.

Since mug was not in the list, I added it to synnet_to_label of shapenet.

I confirmed the id from the following. Please check it.
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore2015v0/taxonomy.json
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v1/taxonomy.json
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v2/taxonomy.json

{
    "synsetId": "03797390",
    "name": "mug",
    "children": [
      "02824058",
      "03063599"
    ],
    "numInstances": 214
  },
  {
    "synsetId": "02824058",
    "name": "beer mug,stein",
    "children": [],
    "numInstances": 5
  },
  {
    "synsetId": "03063599",
    "name": "coffee mug",
    "children": [],
    "numInstances": 75
  },

@kosuke55 kosuke55 force-pushed the add_synset_to_label branch from 4fb5122 to 3ad1c9e Compare July 8, 2020 20:59
@kosuke55 kosuke55 force-pushed the add_synset_to_label branch from 3ad1c9e to 9dfba7e Compare July 9, 2020 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant