EfficientAD icon indicating copy to clipboard operation
EfficientAD copied to clipboard

Asking about deployment of onnx format models

Open Kyle-fang opened this issue 2 years ago • 1 comments

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?

Kyle-fang avatar Jul 22 '23 09:07 Kyle-fang

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

Apostatee avatar Oct 11 '23 02:10 Apostatee