{"id":23288199,"url":"https://github.com/pro-2684/explore-eqa-devcontainer","last_synced_at":"2025-10-26T15:37:21.022Z","repository":{"id":263988825,"uuid":"892010139","full_name":"PRO-2684/explore-eqa-devcontainer","owner":"PRO-2684","description":"Dev container configuration \u0026 Dockerfile for https://github.com/Stanford-ILIAD/explore-eqa","archived":false,"fork":false,"pushed_at":"2024-11-21T15:02:05.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T16:36:46.410Z","etag":null,"topics":["devcontainer","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PRO-2684.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T11:01:09.000Z","updated_at":"2024-11-22T15:33:17.000Z","dependencies_parsed_at":"2024-11-21T17:04:41.375Z","dependency_job_id":null,"html_url":"https://github.com/PRO-2684/explore-eqa-devcontainer","commit_stats":null,"previous_names":["pro-2684/explore-eqa-devcontainer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PRO-2684/explore-eqa-devcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2Fexplore-eqa-devcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2Fexplore-eqa-devcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2Fexplore-eqa-devcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2Fexplore-eqa-devcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRO-2684","download_url":"https://codeload.github.com/PRO-2684/explore-eqa-devcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2Fexplore-eqa-devcontainer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268241018,"owners_count":24218373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devcontainer","dockerfile"],"created_at":"2024-12-20T03:15:20.739Z","updated_at":"2025-10-26T15:37:15.984Z","avatar_url":"https://github.com/PRO-2684.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# explore-eqa-devcontainer\r\n\r\nDev container configuration \u0026amp; Dockerfile for https://github.com/Stanford-ILIAD/explore-eqa.\r\n\r\n## Usage\r\n\r\n### Workspace setup\r\n\r\n1. Clone target repository: `git clone https://github.com/Stanford-ILIAD/explore-eqa.git`.\r\n2. Download and extract `hm3d-train-habitat-v0.2.tar` to `explore-eqa/data/hm3d-train-habitat-v0.2`, as documented [here](https://github.com/matterport/habitat-matterport-3dresearch#-downloading-hm3d-v02:~:text=32G-,hm3d%2Dtrain%2Dhabitat%2Dv0.2.tar,-train).\r\n3. Put your HF token with access to [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) at `explore-eqa/data/huggingface/token`.\r\n4. Adjust `cfg/*` files as needed.\r\n    - Set `scene_data_path` to `data/hm3d-train-habitat-v0.2`.\r\n    - Set `hf_token` to your HF token (if present).\r\n\r\n### Build and run\r\n\r\n1. Open the repository in VS Code.\r\n2. If you havn't already, install the Dev Containers extension (`ms-vscode-remote.remote-containers`).\r\n3. Command palette (`Ctrl+Shift+P`): `Dev Containers: Reopen in Container`.\r\n\r\n\u003e If you can't tolerate the slow build speed, consider building it in background as described in [this post](https://pro-2684.github.io/?page=dev_containers#build-in-background).\r\n\r\n### Post-setup\r\n\r\nAfter you've connected to the container, run the following commands:\r\n\r\n```bash\r\nconda init --all\r\n# Restart the shell\r\nconda activate base \u0026\u0026 pip install -e . \u0026\u0026 cd prismatic-vlms \u0026\u0026 pip install -e . \u0026\u0026 cd ..\r\ncd CLIP \u0026\u0026 pip install -e . \u0026\u0026 cd .. # For running CLIP-based exploration\r\n```\r\n\r\nNote that this step must be done every time you rebuild the container, but not every time you reopen it :)\r\n\r\n### Running the testcases\r\n\r\nNow you can run the testcases via:\r\n\r\n```bash\r\npython run_vlm_exp.py -cf cfg/vlm_exp.yaml\r\n```\r\n\r\nIt could take quite a while to run the testcases, so you may want to run it in background:\r\n\r\n```bash\r\nnohup python run_vlm_exp.py -cf cfg/vlm_exp.yaml \u0026\r\n```\r\n\r\n✨ Enjoy your day!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpro-2684%2Fexplore-eqa-devcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpro-2684%2Fexplore-eqa-devcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpro-2684%2Fexplore-eqa-devcontainer/lists"}