KO
|
EN
gitlite — search
Search
#python
#typescript
#react
#reactjs
#docker
#api
#ai
#golang
#nodejs
#git
#python3
#neovim
DiscussNav
★ 38
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Kubernetes-Mock-Exams
:
No description available.
Talk-with-PDF
:
An interactive AI chatbot for querying and discussing the contents of PDF documents using Streamlit and OpenAI/other AI language models.
petAdopt2Public
:
基于Java+Springboot+Vue的宠物领养系统 本项目前后端分离 本系统分为管理员、用户两种角色 用户角色包含以下功能: - 登录、注册、首页、宠物喂养、流浪宠物救助、宠物喂养点、丢失宠物查看、流浪宠物救助站、宠物论坛、宠物捐赠、科普文章和热门活动、个人中心、密码修改 管理员功能: - 登录、主页、系统管理(用户管理、角色管理、菜单管理、文件管理)、流浪动物管理
Pantheon
:
Design web apps with real React components
WaterMamba
:
WaterMamba: Visual State Space Model for UnderWater Image Enhancement
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DiscussNav
?
Download (.md)
# DiscussNav In this work, we introduce a novel zero-shot VLN framework. Within this framework, large models possessing distinct abilities are served as domain experts. Our proposed navigation agent, namely DiscussNav, can actively discuss with these experts to collect essential information before moving at every step. These discussions cover critical navigation subtasks like instruction understanding, environment perception, and completion estimation. The performances on the representative VLN task R2R show that our method surpasses the leading zero-shot VLN model by a large margin on all metrics.  ## Requirements Ubuntu 18.04.6 LTS Python 3.8.17 Torch 1.13.1 [Matterport3DSimulator](https://github.com/xinyu1205/recognize-anything) [Recognize Anything](https://github.com/xinyu1205/recognize-anything) (RAM) [InsturctBLIP](https://github.com/salesforce/LAVIS/tree/main/projects/instructblip) ## R2R Data We have prepared R2R Val Unseen data in the tasks/data directory. ## Run DiscussNav ``` python DiscussNav.py ``` ## BibTex Please cite our paper if you find it helpful :) ``` @article{long2023discuss, title={Discuss before moving: Visual language navigation via multi-expert discussions}, author={Long, Yuxing and Li, Xiaoqi and Cai, Wenzhe and Dong, Hao}, journal={arXiv preprint arXiv:2309.11382}, year={2023} } ```