Image2Emb-CPP is a C++ library for working with ONNX models and ONNXRuntime. This project focuses on image-to-vector models.
- Download image to embedding ONNX model.
- Download ONNXRuntime.
To use this project, follow these steps:
mkdir build
cd build
cmake ..
make
WIP
For test, this project use googletest. First, you need to install googletest.
git submodule update --init --recursive
And then, run the following commands for test.
cd build
ctest
Apache License 2.0
Note: When using ONNX models, please check their individual licenses.