-
Notifications
You must be signed in to change notification settings - Fork 11
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
Hello,I have a question.how do you get images about ai2thor?Could you share the oral images?thanks! #6
Comments
Hello, getting images from ai2thor is easy, after initializing the scene, the following code is executed to get the RGB image, depth image, and instance segmentation masks. TaPA/create_dataset/create_partial_vision_dataset.py Lines 195 to 200 in f430e80
Hope this can help you! |
thank you!!!but I have problem about running ai2thor.It sounds like an environment configuration issue:ModuleNotFoundError: Exception: Unity process has exited - check ~/.config/unity3d/Allen\ Institute\ for\ Artificial\ Intelligence/AI2-THOR/Player.log for errors. Confirm that Vulkan is properly configured on this system using vulkaninfo from the vulkan-utils package. returncode=-11'. And now I just want 100 images about iTHOR to process and test. |
Well, this may seem like a problem with the environment initiation, try starting it with the following code: TaPA/create_dataset/create_partial_vision_dataset.py Lines 5 to 6 in f430e80
TaPA/create_dataset/create_partial_vision_dataset.py Lines 38 to 58 in f430e80
If the above code does not work, you can get some images of the scene from this link. Hope this can help you! |
thank you very much!!!Have a good time!!! |
No description provided.
The text was updated successfully, but these errors were encountered: