You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib\site-packages\anomalib\data\utils\tiler.py", line 172, in __init__
self.overlapping = not (self.stride_h == self.tile_size_h and self.stride_w == self.tile_size_w)
AttributeError: 'Tiler' object has no attribute 'stride_h'
OS information
OS information:
OS: Win11
Python version: 3.10
Anomalib version: 1.2
PyTorch version: 2.5
Expected behavior
Throws the error
lib\site-packages\anomalib\data\utils\tiler.py", line 172, in __init__
self.overlapping = not (self.stride_h == self.tile_size_h and self.stride_w == self.tile_size_w)
AttributeError: 'Tiler' object has no attribute 'stride_h'
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
No response
Configuration YAML
NA
Logs
NA
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
With anomalib v1.2
where looking into the init of Tiler:
so
stride_h
is undefined when stride is None which is an undesired behaviour.Dataset
N/A
Model
N/A
Steps to reproduce the behavior
Throws the error
OS information
OS information:
Expected behavior
Throws the error
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
No response
Configuration YAML
NA
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: