Skip to content

MasayaKawamura/image2emb-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ CI

Image2Emb-CPP

Overview

Image2Emb-CPP is a C++ library for working with ONNX models and ONNXRuntime. This project focuses on image-to-vector models.

Preprocess

  1. Download image to embedding ONNX model.
  2. Download ONNXRuntime.

Installation

To use this project, follow these steps:

mkdir build
cd build
cmake ..
make

Usage

WIP

Test

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

License

Apache License 2.0

Note: When using ONNX models, please check their individual licenses.

About

Image to vector library for c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published