partnet_dataset icon indicating copy to clipboard operation
partnet_dataset copied to clipboard

miss label for obj file

Open zws2lll opened this issue 2 years ago • 2 comments

Thank you for your work!

I find that some objs are not labeled in "result_after_merging.json". For example anno_id=2297, there is no label for original-80

image

There are some other miss objs. Which label should I set ?

zws2lll avatar Mar 31 '22 01:03 zws2lll

It is the third to last at the bottom. It is part of a caster for the chair.

Dustinpro avatar Mar 31 '22 02:03 Dustinpro

In the supplementary, there is a AOG for chair. A caster node has two kinds of child, one is 'wheel' and the other is 'caster stem'.

If there is a obj not be labeled, like original-80, should I infer that the label is 'caster stem' because there are two 'wheel' children but no 'caster stem'?

I think the 'result_after_merging.txt' is not a Full description, so I have to infer the label by the context in the txt file.

caster in AOG: image

the original-80 looks like this in blender: image

zws2lll avatar Apr 07 '22 01:04 zws2lll