VLN-CE
VLN-CE copied to clipboard
Vision-and-Language Navigation in Continuous Environments using Habitat
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hi Jacob, Following the setup instructions in `https://github.com/jacobkrantz/VLN-CE` to run the model, with ``` python run.py --exp-config=vlnce_baselines/config/rxr_baselines/rxr_cma_en.yml --run-type=train ``` I got the following error: ``` File "/home/wangsu/anaconda3/envs/vlnce_py3.6_h0.1.7/lib/python3.6/site-packages/torch/nn/modules/module.py", line 1102, in...
Could you please provide details on your instruction encoder? I would like to test the agent on new data, but you only supply pre-computed text weights. Thanks
Hi, I've run into an issue while running the command: `python run.py --exp-config vlnce_baselines/config/paper_configs/seq2seq.yaml --run-type train` The error log is as below: `Traceback (most recent call last): File "run.py", line...
Hello, I'm downloaded the [pretrained model](https://drive.google.com/open?id=199hhL9M0yiurB3Hb_-DrpMRxWP1lSGX3) and try to run the `test_set_inference.yaml`. I receive this error. Unexpected`` key(s) in state_dict: "critic.fc.weight", "critic.fc.bias" Is there a mismatch between the code and...
Thanks for the incredible effort on putting this dataset together! I was wondering how can I find the continuous trajectory actions/camera poses for each episode. If I look into "xR_VLNCE_v0/train/train_guide.json.gz",...
### How to use multi gpu? The most time-consuming part of the code is the load part of the data set, and I want to use multiple GPUs to speed...
hello python run.py --run-type eval Why do the following errors occur 'ValueError: All images in a movie should have same size'?
I have successfully run ```python run.py --exp-config vlnce_baselines/config/nonlearning.yaml --run-type train``` and got "data/checkpoints/ckpt.x.pth". But an error occurred when I run ```python run.py --exp-config vlnce_baselines/config/nonlearning.yaml --run-type eval``` , ``` I0414 23:24:12.502465...
Hello, In RxR dataset (which is based on graph environment), they provide 'pose_trace' data which includes 'text_mask' that points out what words the agent saw in specific viewpoint. I am...