OpenAOI / anodet

Anomaly detection on images using features from pretrained neural networks.
MIT License
70 stars 22 forks source link

How to Export this model into Onnx or any other format #30

Closed hanumanraje closed 2 years ago

hanumanraje commented 2 years ago

i want to know can we convert this model into onnx format. not sure its really model or feature extractor.

antonemanuel commented 2 years ago

It's not possible. You could just export the backbone in the models (the resnet). I haven't used it, but you should probably check out anomalib (https://github.com/openvinotoolkit/anomalib). They seem to have some support for ONNX.