-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mirror Anomaly ModelAPI changes (#2531)
* Migrate anomaly exportable code to modelAPI (#2432) * Fix license in PR template * Migrate to modelAPI * Remove color conversion in streamer * Remove reverse_input_channels * Add float * Remove test as metadata is no longer used * Remove metadata from load method * remove anomalib openvino inferencer * fix signature * Support logacy OpenVINO model * Transform image * add configs
- Loading branch information
1 parent
39ec80b
commit c8c5d22
Showing
13 changed files
with
143 additions
and
342 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
src/otx/algorithms/anomaly/adapters/anomalib/exportable_code/__init__.py
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/otx/algorithms/anomaly/adapters/anomalib/exportable_code/anomaly_classification.py
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
src/otx/algorithms/anomaly/adapters/anomalib/exportable_code/anomaly_detection.py
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
src/otx/algorithms/anomaly/adapters/anomalib/exportable_code/anomaly_segmentation.py
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/otx/algorithms/anomaly/adapters/anomalib/exportable_code/base.py
This file was deleted.
Oops, something went wrong.
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.