-
Notifications
You must be signed in to change notification settings - Fork 25
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
visible object can't found in event.instance_detections2D or frame #21
Comments
Hi @cghAndy, Thanks for the bug report. Can you provide a small script that reproduces the error you're seeing? It would be great to know what version of AI2-THOR you're using. |
My version of AI2-THOR is 5.0.0, and using dataset procthor. a small script from my code:
|
You can use controller.events.class_detections2D to get the 2D bounding boxes instead. Works for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I search all objects in event.metadata["objects"],to get the visible objects' bbox
But I found that many visible object can't found in event.instance_detections2D or frame
here's an example
Bed and CD are visible.
*visible means metadata[object]['visible'] = True
The text was updated successfully, but these errors were encountered: