Cui

Results 5 comments of Cui

@samet-akcay I'm using the previous version 0.7, python tools/inference/lightning_inference.py...

@blaz-r Thank you very much for your answer! I now understand the problem. However, I would like to ask which file you would like to add the callbacks to. Because...

> Inside `get_callbacks` function: > > https://github.com/openvinotoolkit/anomalib/blob/02fd346a20a64085911722cf6bb10ad1c55549ca/src/anomalib/utils/callbacks/__init__.py#L47 > > add > > ```python > tiling = TilerConfigurationCallback( > enable=config.dataset.tiling.apply, > tile_size=config.dataset.tiling.tile_size, > stride=config.dataset.tiling.stride, > ) > callbacks.append(tiling) > ``` Ok,...

@blaz-r I'm sorry to bother you again, but if I enable tiling operation, the image_size in config.yaml is still set to 256, or it needs to be adjusted to the...

@blaz-r Thank you for your timely reply. I have some questions after reading the code again: For example, I found that there is a call of "self.tiler.tile" in torch_model.py of...