nelson1425 / EfficientAD

Unofficial implementation of EfficientAD https://arxiv.org/abs/2303.14535
https://arxiv.org/abs/2303.14535
Apache License 2.0
240 stars 62 forks source link

Asking about deployment of onnx format models #17

Open Kyle-fang opened 12 months ago

Kyle-fang commented 12 months ago

Please ask! What is the final output obtained by converting the trained model into onnx format and importing it into onxxruntime for inference? Is it the input sample detection result (and whether it is an anomalous sample) and the corresponding confidence level? Or is it the anomaly_map with the same channel 1 as the input height and width?

Apostatee commented 9 months ago

you should rewrite an ensemble model which put the three models together, and the model output the anomaly score map directly.