File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/source/markdown/guides/how_to/models
src/anomalib/deploy/inferencers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ One key advantage of Anomalib's post-processor design is that it becomes part of
144
144
``` python
145
145
from anomalib.models import Patchcore
146
146
from anomalib.post_processing import PostProcessor
147
- from openvino.runtime import Core
147
+ from openvino import Core
148
148
import numpy as np
149
149
150
150
# Training: Post-processor is part of the model
Original file line number Diff line number Diff line change 62
62
from anomalib .data .utils import read_image
63
63
64
64
if TYPE_CHECKING :
65
- from openvino .runtime . utils .data_helpers .wrappers import OVDict
65
+ from openvino .utils .data_helpers .wrappers import OVDict
66
66
67
67
logger = logging .getLogger ("anomalib" )
68
68
You can’t perform that action at this time.
0 commit comments