How to run objectnav baseline?
See original GitHub issueHi all,
I’ve updated latest version of both habitat-api and habitat-sim and try to train object-nav baseline by simply running the code as follows:
python -u habitat_baselines/run.py --exp-config habitat_baselines/config/objectnav/ddppo_objectnav.yaml --run-type train
However, after showing config parameters, the programme seems to stuck in this place:
Initializing dataset ObjectNav-v1
I’ve properly installed mp3d and its dataset, but I run on a single gpu and I don’t have NCCL. Is that the cause? And what is the right procedure to run objectnav baseline?
Thank you!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to run objectnav baseline? · Issue #304 - GitHub
I've updated latest version of both habitat-api and habitat-sim and try to train object-nav baseline by simply running the code as follows:
Read more >ObjectNav baselines - AllenAct
Training a baseline#. To train a baseline ResNet->GRU model taking RGB-D inputs, run the following command.
Read more >Getting Started — RoboTHOR ObjectNav Challenge ...
We use a model-agnostic evaluation process to measure the performance of your trained agent. Submissions are ranked on the leaderboard by metric Test...
Read more >Stubborn: A Strong Baseline for Indoor Object Navigation - arXiv
We present a strong baseline that surpasses the performance of previously published methods on the Habitat Challenge task of navigating to a ...
Read more >BEyond observation: an approach for ObjectNav
ing algorithms can perform the Embodied Artificial Intelli- ... task, a.k.a Object-Goal Navigation (ObjectNav) consists ... PPO) is the baseline.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@qianLyu
BrokenPipeError: [Errno 32] Broken pipe
is usually cause by other error with environment running as separate processes. Try to check memory occupation on the GPU as well as decrease number of processes. MP3D 3D scenes take more memory than Gibson’s ones.Closing the issue because it has not had recent activity.