anomalib icon indicating copy to clipboard operation
anomalib copied to clipboard

Adding the pipeline for the task explanation and Llm

Open Bepitic opened this issue 1 year ago โ€ข 2 comments

๐Ÿ“ 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.

Bepitic avatar Jul 15 '24 14:07 Bepitic

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!

Bepitic avatar Jul 15 '24 15:07 Bepitic

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.

codecov[bot] avatar Jul 16 '24 11:07 codecov[bot]