ImportError when importing PreProcessor #765
-
Hi everyone, You can see the traceback here: >>> from anomalib.pre_processing import PreProcessor I actually do not know why it attempts to import BTech from .btech. As a workaround, the following works:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@RAM98AUT, thanks for letting us know! Just an update that we will be deprecating |
Beta Was this translation helpful? Give feedback.
@RAM98AUT, thanks for letting us know!
Just an update that we will be deprecating
PreProcessor
class soon. It wraps the transforms, which add another layer of complexity. You will be able to use the transforms directly.