Semantic Annotations for baseline ddppo model #1217
Unanswered
Claessens14
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi, have you resolved this problem? I'm also facing the same problem when getting semantic annotations from the Env. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here is the problem about semantic annotations I'm facing #1836. Check it out to see if it solves your problem. |
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
-
Hi,
I am trying to run the ddppo model with semantic annotations. I using the rgbs agent in
habitat-lab/habitat/config/habitat/simulator/agents/
and added sensors tohabitat-lab/habitat/config/benchmark/nav/objectnav/
. code screenshots attached below. I am rather new to hydra configuration tooling. Using this setup, the program runs, however the observations do not include the semantic sensor. I included what observations I currently see.This is my run time command:
python habitat-baselines/habitat_baselines/run.py --config-name=objectnav/ddppo_objectnav_v2_hm3d_stretch_semantic.yaml
Beta Was this translation helpful? Give feedback.
All reactions