xfeat inference implementation in rust using the burn library.
xfeat: https://github.com/verlab/accelerated_features
burn: https://github.com/tracel-ai/burn
Pretty crude implementation, best bet is to just interface with the model directly and implement your own matching,conversion,preprocessing functions. The original python implementation this is following is not designed for anything more than a demo either.