Interworking the Habitat simulator with the newly captured Matterport 3D environment data #1437
Unanswered
etri-jeon0123
asked this question in
Q&A
Replies: 1 comment
-
@etri-jeon0123 not sure if this question is still fresh, but it looks like you need to re-orient the scene. It is sideways in default orientation. Probably this means it is Z-up rather than Y-up. You can create a StageAttributes config JSON (see existing datasets as an example) and use the front/up fields to set the orientation correction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we want to shoot a laboratory using Metaport Pro3 equipment sold by Metaport Company and operate on Habitat.
However, [Habitat - Matterport 3D Research Dataset] provided by Metaport is driven by Habitat as in image (1),
but the experimental space we photographed with Metaport Pro3 equipment does not operate in Habitat as in image (2).
(The code we tested is Habitat-sim's interactive test (python), https://github.com/facebookresearch/habitat-sim)
Image(1) Habitat-Matterport 3D Research Dataset
Image(2) Habitat-Our dataset with Metaport Pro3 equipment
The meaning of "not working" is that the .glb file is executed,
but it is impossible to move forward, backward, left, and right, as shown in image (2).
As far as we're concerned,
Therefore, the Habitat developer wants an answer on how to solve the above problem.
Beta Was this translation helpful? Give feedback.
All reactions