You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Habitat v0.2.4 for object navigation tasks using the HM3D dataset.
We found that in some scenarios, the real semantic labels of some objects don't exist in the goal list but maybe are synonyms for one of them, resulting in the task failing even though the goal is found.
For example, in the figure below, goal of the navigation task is a "couch". The detector detected the couch in the view so the agent stopped. But since the real semantic label of the object in the scene is "sofa" instead of "couch", the task was judged a failure.
Therefore, we want to add some real semantic labels of these objects into the goal list of navigation. For example, we want to add both "sofa" and "couch" to the goal list when navigating to "couch", so whether the agent finds "sofa" or "couch", the task can be judged as a success. How should we do it?
Thank you for your answer!
The text was updated successfully, but these errors were encountered:
We are using Habitat v0.2.4 for object navigation tasks using the HM3D dataset.
We found that in some scenarios, the real semantic labels of some objects don't exist in the goal list but maybe are synonyms for one of them, resulting in the task failing even though the goal is found.
For example, in the figure below, goal of the navigation task is a "couch". The detector detected the couch in the view so the agent stopped. But since the real semantic label of the object in the scene is "sofa" instead of "couch", the task was judged a failure.
Therefore, we want to add some real semantic labels of these objects into the goal list of navigation. For example, we want to add both "sofa" and "couch" to the goal list when navigating to "couch", so whether the agent finds "sofa" or "couch", the task can be judged as a success. How should we do it?
Thank you for your answer!
The text was updated successfully, but these errors were encountered: