Closed ghost closed 4 years ago
Looks like the resolution is different than expected. We ran last year's challenge with 256x256, but now it's 640x480 (99712 / 25088 == (640x480)/(256x256)).
As @erikwijmans mentioned make sure you used latest challenge config: challenge_pointnav2020.local.rgbd.yaml
@mathfac @erikwijmans thanks for answers! As I understand I trained ppo model with last year's challenge configuration. So, now the question is how to train ppo model (from habitat-api/habitat_baselines) with gibson dataset for pointnav task with 2020 challenge configuration ?
Should I use configurations from challenge_pointnav2020.local.rgbd.yaml instead of pointav_rgbd.yaml?
@AdventureO, correct. Make sure you're using latest version.
Hi!
I trained PPO agent model from habitat_baselines folder on pointnav task with gibson dataset. I wanted to evaluate trained model locally using docker. I created the following ppo agent submission script:
I built the docker and after the command "sudo ./test_locally_pointnav_rgbd.sh --docker-name ppo_submission" got the following error:
I am wondering what could cause such error? Please help)