training_extensions icon indicating copy to clipboard operation
training_extensions copied to clipboard

Feature Request: Add support for EfficientAD from Anomalib

Open j99ca opened this issue 1 year ago • 2 comments

Currently there are only 2 supported anomaly models in OTX: PADIM and STFPM.

EfficientAD is a newer model that that Anomalib supports that has very high accuracy according to papers with code as well as my own internal testing for industrial use-cases. This would be a great model to include in OTX's anomaly detection flow, or perhaps tighter integration between OTX and Anomalib in general would be ideal.

j99ca avatar Sep 20 '24 18:09 j99ca

I personally would like to see all of Anomalib's models evolve to be commonly used in OTX, just like Timm or hugging-face models are supported by wrapper classes. But as far as I know, this needs some cleanup at the moment. But I think it's achievable. @ashwinvaidya17

harimkang avatar Sep 23 '24 08:09 harimkang

Yeah. That's the plan. We are going to slowly all support for all the algorithms available in Anomalib

ashwinvaidya17 avatar Nov 07 '24 07:11 ashwinvaidya17