We are currently organizing the code for CityEQA. If you are interested in our work, please star ⭐ our project.
- (2025/02/17) Code and CityEQA-EC dataset are released!
.
├── README.md
├── main_NE # The Navigation and Exploration process
├── main_C # The Collection process
├── Agent
│ ├── All agent modules of CityEQA.
├── Data
│ ├── The CityEQA-EC Dataset.
├── Evaluation
│ ├── LLM-score code and prompt.
├── Utils
│ ├── utils and arguments files.