open-eqa
OpenEQA Embodied Question Answering in the Era of Foundation Models
File Explorer
Download Latest Version (.zip)- open-eqa-demo-data.json
- open-eqa-hm3d-demo.mp4
- open-eqa-teaser.mp4
- open-eqa-v0-184-questions.json
- config.py
- extract-frames.py
- extract-frames.py
- SensorData.py
- frames2videos.py
- open-eqa-v0.json
- README.md
- __init__.py
- claude-vision.py
- gemini-pro-vision.py
- gemini-pro.py
- gpt4.py
- gpt4v.py
- llama.py
- README.md
- __init__.py
- llm_match.py
- __init__.py
- anthropic_utils.py
- demo_utils.py
- google_utils.py
- llama_utils.py
- openai_utils.py
- prompt_utils.py
- __init__.py
- blind-llm.txt
- claude3-vision.txt
- gemini-pro-vision.txt
- gpt4v.txt
- mmbench-extra.txt
- mmbench.txt
- README.md
- index.html
- .gitignore
- app.py
- README.md
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- evaluate-predictions.py
- LICENSE
- open-eqa-quickstart.ipynb
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/facebookresearch/open-eqa
Downloads the entire project code from GitHub to your computer.
cd open-eqa
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
