Adding the pipeline for the task explanation and Llm
๐ Description
- I added the Task explanation and built the pipeline for the future LLM that will categorize and explain the image.
- I modified the visualization such the explanation can be seen in the image outputted.
โจ Changes
Select what type of change your PR is:
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] ๐จ Refactor (non-breaking change which refactors the code base)
- [X] ๐ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐ Security update
โ Checklist
Before you submit your pull request, please make sure you have completed the following steps:
- [ ] ๐ I have summarized my changes in the CHANGELOG and followed the guidelines for my type of change (skip for minor changes, documentation updates, and test enhancements).
- [ ] ๐ I have made the necessary updates to the documentation (if applicable).
- [ ] ๐งช I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
For more information about code review checklists, see the Code Review Checklist.
Hello, I'm looking to make this contribution as effective as possible, so please feel free to share any suggestions, concerns, or ideas you might have. Thanks in advance for your time and input!
Codecov Report
Attention: Patch coverage is 63.49206% with 23 lines in your changes missing coverage. Please review.
Project coverage is 80.67%. Comparing base (
e7e6cb8) to head (a463b5b). Report is 2 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| src/anomalib/utils/visualization/image.py | 47.61% | 22 Missing :warning: |
| ...anomalib/deploy/inferencers/openvino_inferencer.py | 83.33% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #2190 +/- ##
==========================================
- Coverage 80.78% 80.67% -0.12%
==========================================
Files 248 248
Lines 10859 10885 +26
==========================================
+ Hits 8772 8781 +9
- Misses 2087 2104 +17
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.