anomalib icon indicating copy to clipboard operation
anomalib copied to clipboard

fix winclip openvino inference output without mask

Open junxnone opened this issue 9 months ago โ€ข 4 comments

๐Ÿ“ Description

WinClip OpenVINO Inference output is only the classification score.

  • ๐Ÿ› ๏ธ Fixes #1641

โœจ Changes

Select what type of change your PR is:

  • [x] ๐Ÿž Bug fix (non-breaking change which fixes an issue)
  • [ ] ๐Ÿ”จ Refactor (non-breaking change which refactors the code base)
  • [ ] ๐Ÿš€ 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.

junxnone avatar May 23 '24 16:05 junxnone