Object-Goal-Navigation icon indicating copy to clipboard operation
Object-Goal-Navigation copied to clipboard

Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"

Results 25 Object-Goal-Navigation issues
Sort by recently updated
recently updated
newest added

Thanks for the work. Doesn't this module need training? in the main.py file: # Semantic Mapping sem_map_module = Semantic_Mapping(args).to(device) sem_map_module.eval()

Process ForkServerProcess-2: Traceback (most recent call last): File "/home/zyj/anaconda3/envs/semexp/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/zyj/anaconda3/envs/semexp/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/zyj/vln/Object-Goal-Navigation/envs/habitat/utils/vector_env.py", line 193, in _worker_env observations =...

Amazing work!. I am wondering if I can run pretrained model on real robot. Would you like to share the info for running the pretrained model on real robot. Thank...

Hi! When I try to run “python test.py --agent random -n1 --num_eval_episodes 1 --auto_gpu_config 0”, I get an error. show in following! ImportError: /home/.../miniconda3/envs/habitat/lib/python3.9/site-packages/_magnum.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN6Assimp11AMFImporter16ParseNode_TexMapEb

Hello, thanks for sharing this work. I was wondering if I could specify the scene to evaluate, rather than simply limiting the number of scenes evaluated simultaneously (I've tried to...