Skip to content

Regarding the issue of C++ project deployment #112

@hefan14

Description

@hefan14

I noticed that PatchCore saves its outputs as a .pkl file (for model parameters) and a .faiss file (for the faiss index). While these files can be loaded in Python for inference, they do not appear to be directly usable for deployment in a C++ environment.

I would like to inquire whether you have considered the challenges of engineering deployment in your subsequent work. Specifically, are there plans or existing methods to export the PatchCore model to standardized formats like TorchScript or ONNX, which would facilitate cross-platform deployment (e.g., in C++ applications)?

Any insights or references on this matter would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions