Closed CloudWave818 closed 4 years ago
Hi,
You should not need to modify the config file. Did you run the convert_datasets.py script to create the val_mt split as described here:
https://github.com/devendrachaplot/Neural-SLAM/blob/master/docs/INSTRUCTIONS.md#converting-datasets
python scripts/convert_datasets.py
Hi, You should not need to modify the config file. Did you run the convert_datasets.py script to create the val_mt split as described here: https://github.com/devendrachaplot/Neural-SLAM/blob/master/docs/INSTRUCTIONS.md#converting-datasets
python scripts/convert_datasets.py
Thank you , now I can run the evaluation command successfully , thank you very much.
Hi!
I get the same error. I have run the command:
python scripts/convert_datasets.py
But I still get this error when I run:
python main.py -n1 --auto_gpu_config 0 --split val_mini
Can you give me some suggestions?
When running
python main.py --split val_mt --eval 1 \ --auto_gpu_config 0 -n 14 --num_episodes 71 --num_processes_per_gpu 7 \ --map_size_cm 4800 --global_downscaling 4 \ --load_global pretrained_models/model_best.global --train_global 0 \ --load_local pretrained_models/model_best.local --train_local 0 \ --load_slam pretrained_models/model_best.slam --train_slam 0
get:my data is placed in
/home/thomastao/SLAM/Neural-SLAM/data/datasets/pointnav/gibson/v1/train
,my scene_datasets is placed in/home/thomastao/SLAM/Neural-SLAM/data/scene_datasets/gibson
, Do I need to modify the config file which in/home/thomastao/SLAM/habitat-api/configs/datasets/pointnav/gibson.yaml
?