-
Notifications
You must be signed in to change notification settings - Fork 6
add VL-LN Bench doc #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Tai-Wang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify the dataset names, IGN and IIGN
| @@ -0,0 +1,157 @@ | |||
| # Extended Benchmarks in InternNav | |||
|
|
|||
| This guide details how to use specific dataset for training a VLA model for different navigation benchmark. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
benchmarks
| # Or directly run | ||
| python scripts/eval/eval.py \ | ||
| --config scripts/eval/configs/habitat_dialog_cfg.py | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add benchmark results. Please follow the readme for each model in mmdet or InternNav readme to add more reference for reimplementing a work.
PR Description
This PR introduces a new
projects/subfolder undersource/en/user_guide/internnav/to host InternVLA-N1 extensions, such as new models and new benchmarks.For this PR, the focus is on adding a benchmark. I added
benchmark.mdunderprojects/, which provides a detailed guide for using VL-LN Bench, including:This structure is intended to make future extensions easier to organize and maintain.