question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sensor configuration

See original GitHub issue

Firstly, Thank you for your great work!

Questions

  1. In configs/tasks/pointnav_gibson.yaml line 5 and configs/tasks/pointnav_mp3d.yaml line 5, SENSORS for SIMULATOR is set as [‘RGB_SENSOR’]. However, in the observations returned by the simulator, there are still ‘rgb’, ‘depth’ and ‘goal’. How can we specify the sensors we want to use in simulator observations correctly?
  2. Are all the instances in the gibson/mp3d train/val/test set reachable within 500 steps? (One instance means one episode_id data like this: image (I am not sure whether the word instance is suitable to describe the above data example))

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
erikwijmanscommented, Apr 5, 2019

A single instance of the simulator can only utilize 1 GPU at a time, however, it is able to use any GPU when built in headless mode (using the --headless flag, this is only supported with nvidia GPUs on linux).

Currently the baseline code isn’t setup to use multiple GPUs, but it shouldn’t be hard to modify. For the simulator, you can spawn different instances on different GPUs by modifying the loop here: https://github.com/facebookresearch/habitat-api/blob/master/baselines/evaluate_ppo.py#L49 to change the GPU id based on the rank of the process. For pytorch, proceed as normal.

The coordinate system in habitat-sim is -z forward, +y up.

0reactions
Jiankai-Suncommented, Apr 7, 2019

Thank you for your quick reply!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sensor Configuration - JJS Technical Services
The Sensor Configuration tab adjusts settings for each individual sensor. A separate sensor tab is provided for each sensor. Figure 5. shows the...
Read more >
Sensor Configuration Overview – Help Center - Support
CALIBRATION FACTORS. Many sensors require Calibration factors that come from the manufacturer. · ZERO VALUES. These values are initial values for ...
Read more >
sensor-configuration | Junos OS - Juniper Networks
Configure various IDP parameters to match the properties of transiting network traffic.
Read more >
Configuring the sensor - IBM
Performance monitoring sensors can either be managed manually as individual files on each node or managed automatically by IBM Spectrum Scale.
Read more >
Advanced sensor configuration - SolarWinds Documentation
Learn about the advanced options for configuring your Quality of Experience monitoring in your SolarWinds Platform products.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found