Skip to content

Request to add SIBench evaluation code#1310

Open
song2yu wants to merge 14 commits intoopen-compass:mainfrom
song2yu:main
Open

Request to add SIBench evaluation code#1310
song2yu wants to merge 14 commits intoopen-compass:mainfrom
song2yu:main

Conversation

@song2yu
Copy link
Copy Markdown

@song2yu song2yu commented Nov 9, 2025

Added evaluation code for the SIBench paper: "How Far are VLMs from Visual Spatial Intelligence? A Benchmark-Driven Perspective https://arxiv.org/abs/2509.18905 ".

  1. Includes inference_mixed.py to support mixed inference for both images and videos.

  2. Includes SIBench.py for processing the SIBenchmark.

  3. Introduced a new MixedOutput format.

  4. Added post-processing support for the MixedOutput format in run.py.

@tonysy
Copy link
Copy Markdown
Contributor

tonysy commented Nov 12, 2025

Please fix the lint issue

@song2yu
Copy link
Copy Markdown
Author

song2yu commented Nov 18, 2025

Thanks for the reminder. I have already checked the code according to the development guide pre-commit run --all-files, and now shows no formatting errors.

@mzr1996
Copy link
Copy Markdown
Collaborator

mzr1996 commented Dec 22, 2025

Hello, I have checked the PR. Do we need to add an extra inference script? If it has video, I think directly using inference_video is enough.

@song2yu
Copy link
Copy Markdown
Author

song2yu commented Dec 22, 2025

Thank you for your response. Since SIBench contains mixed data types—including single images, multiple images, and videos—a separate Inference_mixed.py is required to handle them respectively. Therefore, we recommend keeping it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants