Task 3b: Add solar-panel-defects detection use case - #8
Open
johyeongseob wants to merge 3 commits into
Open
Conversation
rv355
requested changes
Aug 19, 2026
| ) -> str: | ||
| """Generate summary using LLM.""" | ||
| concise_instruction = """ | ||
| if use_case == "oil_gas_pipeline": |
Contributor
There was a problem hiding this comment.
Avoid hard-coded components in the agent.
Contributor
Author
There was a problem hiding this comment.
Thanks for the feedback.
I removed the hard-coded use-case logic and moved the report rules to each use-case prompt. All tests passed.
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.
Summary
This PR adds the Task 3b Dataset A1
solar_panel_defectsuse case based on the PVEL-AD electroluminescence image dataset.Changes
solar_panel_defectsuse-case configuration, policy, prompts, and predefined questions.OpenVINODetectHandlerfor single-channel YOLO-style OpenVINO detection output.[1, 16, 8400]output and apply confidence filtering and class-aware NMS.modality_source: electroluminescence.Validation
13 passedacross Solar Panel Defects and Oil & Gas regression tests.Notes
The PVEL-AD dataset, OpenVINO model files, and local evaluation script are excluded from this PR.
Thank you,
Hyeongseob Jo