feat(evals): add deterministic VQA dataset generation - #3488
Draft
ruthwikdasyam wants to merge 7 commits into
Draft
feat(evals): add deterministic VQA dataset generation#3488ruthwikdasyam wants to merge 7 commits into
ruthwikdasyam wants to merge 7 commits into
Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #3488 +/- ##
==========================================
+ Coverage 74.05% 76.11% +2.06%
==========================================
Files 1283 1232 -51
Lines 124704 119404 -5300
Branches 11141 10702 -439
==========================================
- Hits 92349 90890 -1459
+ Misses 29493 25418 -4075
- Partials 2862 3096 +234
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 83 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution path
Closes DIM-1418
Problem
DimOS needs reproducible visual-question datasets generated from recorded camera frames.
Solution
Add
dimos evals vqa generateanddimos evals vqa runworkflows for deterministic multiple-choice VQA datasets. Questions are constrained by family, answers come from private Moondream evidence, and outputs include lossless PNG assets plus audit metadata.How to Test
dimos evals vqa generate go2_short.db --image-index 100dimos evals vqa run ~/.local/state/dimos/datasets/vqa/go2_short-frames --model gpt-4o-miniuv run --no-sync pytest dimos/evals/vqaAI assistance
OpenCode with GPT-5.6 Sol assisted with implementation, tests, documentation, and review.
Checklist