❓How to Use a Trained GANomaly Model from Anomalib in C++ #2758
-
Describe the taskHi, I have trained a GANomaly model using the Anomalib library and would like to integrate it into a C++ project. Could you provide guidance or examples on how to export and use the trained model in C++, along with any required dependencies or best practices? Thank you! Acceptance Criteria1- Model Export: Guidance on exporting the trained GANomaly model (e.g., ONNX, TorchScript). PriorityMedium Related EpicNo response Estimated TimeNo response Current StatusNot Started Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @maryamkhv, we have a repository tailored for python and c++ inference. It has a sample c++ inference implementation for anomaly detection tasks. Although it does not directly support anomalib models, it might give you an idea how you could implement it |
Beta Was this translation helpful? Give feedback.
Hi @maryamkhv, we have a repository tailored for python and c++ inference. It has a sample c++ inference implementation for anomaly detection tasks. Although it does not directly support anomalib models, it might give you an idea how you could implement it
https://github.com/open-edge-platform/model_api/blob/master/src/cpp/models/src/anomaly_model.cpp