openvinotoolkit / anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
https://anomalib.readthedocs.io/en/latest/
Apache License 2.0
3.65k stars 647 forks source link

[Task]: Support for 2.5D #1130

Closed DominikFilipiak closed 1 year ago

DominikFilipiak commented 1 year ago

What is the motivation for this task?

I'd like to have support for 2.5D images (like stacked images of the same object at different depths). This is a common use case in medical imaging.

Describe the solution you'd like

Incorporation of backbones/architectures ready to work with 2.5D stacked images.

Additional context

Maybe anyone knows about good workarounds/hacks for this?

samet-akcay commented 1 year ago

Hi @DominikFilipiak, thanks for proposing this. I personally don't have experience with this use-case. Can you please provide some more reference(potentially papers, repos or datasets?)

DominikFilipiak commented 1 year ago

Hi @samet-akcay I’ll try to provide something soon. Thanks for replying.