-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add Torch Inferencer and Update Openvino and Gradio Inferencers. (#453
) * Add generate_output_image_filename function to anomalib.data.utils * Base inferencer returns ImageResult object storing all the predictions. * Modify openvino inferencer * Revert meta-data being optional in openvino inference. * Update gradio inference. * Address pylint issues * Address pylint issues * Address mypy issues * Fix tests * Fix test * Address openvino inferencer for classification tasks * Address PR comments * Fix inference dataloader path/str type issue * Rename anomalib.deploy.inferencer.*_inference.py to inferencer.py * Address Ashwins comments * Add warning to torch inference Co-authored-by: someone <[email protected]>
- Loading branch information
1 parent
d0fcad3
commit d16a145
Showing
17 changed files
with
429 additions
and
231 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.