We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I want see on output planes categories as floor, table... as i can see on plane_dataset line 114
confidentClasses = {'wall': True, 'floor': True, 'cabinet': True, 'bed': True, 'chair': False, 'sofa': False, 'table': True, 'door': True, 'window': True, 'bookshelf': False, 'picture': True, 'counter': True, 'blinds': False, 'desk': True, 'shelf': False, 'shelves': False, 'curtain': False, 'dresser': True, 'pillow': False, 'mirror': False, 'entrance': True, 'floor mat': True, 'clothes': False, 'ceiling': True, 'book': False, 'books': False, 'refridgerator': True, 'television': True, 'paper': False, 'towel': False, 'shower curtain': False, 'box': True, 'whiteboard': True, 'person': False, 'night stand': True, 'toilet': False, 'sink': False, 'lamp': False, 'bathtub': False, 'bag': False, 'otherprop': False, 'otherstructure': False, 'otherfurniture': False, 'unannotated': False, '': False }
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I want see on output planes categories as floor, table... as i can see on plane_dataset line 114
confidentClasses = {'wall': True,
'floor': True,
'cabinet': True,
'bed': True,
'chair': False,
'sofa': False,
'table': True,
'door': True,
'window': True,
'bookshelf': False,
'picture': True,
'counter': True,
'blinds': False,
'desk': True,
'shelf': False,
'shelves': False,
'curtain': False,
'dresser': True,
'pillow': False,
'mirror': False,
'entrance': True,
'floor mat': True,
'clothes': False,
'ceiling': True,
'book': False,
'books': False,
'refridgerator': True,
'television': True,
'paper': False,
'towel': False,
'shower curtain': False,
'box': True,
'whiteboard': True,
'person': False,
'night stand': True,
'toilet': False,
'sink': False,
'lamp': False,
'bathtub': False,
'bag': False,
'otherprop': False,
'otherstructure': False,
'otherfurniture': False,
'unannotated': False,
'': False
}
Thanks
The text was updated successfully, but these errors were encountered: