We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0a596 commit fc473feCopy full SHA for fc473fe
src/anomalib/data/transforms/center_crop.py
@@ -9,7 +9,8 @@
9
# Copyright (C) 2024 Intel Corporation
10
# SPDX-License-Identifier: Apache-2.0
11
12
-from typing import Any, Sequence
+from collections.abc import Sequence
13
+from typing import Any
14
15
import torch
16
from torch.nn.functional import pad
0 commit comments