Object-Goal-Navigation
Object-Goal-Navigation copied to clipboard
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
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...
When I run " pip install -r requirements.txt " to install env, there is something wrong in the following. $ pip install -r requirements.txt Collecting scikit-fmm==2019.1.30 (from -r requirements.txt (line...
In [model.py](https://github.com/devendrachaplot/Object-Goal-Navigation/blob/master/model.py), this following code computes camera instrinsic parameters. And based on the ``get camera matrix`` code, it seems that the ``screen_w`` being the width of cmos and so the...
First of all, thank you for your incredible work on this project! I appreciate the time and effort you have put into making this project accessible to the community. Does...
What version of python should I use to create this runtime?