Skip to content

C++ project that expoits ONNXRuntime to run style transfer models

Notifications You must be signed in to change notification settings

massimiliano96/Style-Transfer-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STYLE TRANSFER CPP

C++ project that exploit ONNXRuntime to run style transfer models

Content Style Generated Image

Avalilable styles:

  1. Candy
  2. Mosaic
  3. Pointilism
  4. Rain Princess
  5. Udnie

Dependencies:

  1. OpenCv: sudo apt install libopencv-dev python3-opencv
  2. ONNXRuntime: ONNXRuntime installation and CMake integration

Configuration

  1. Preliminary step: make prepare
  2. CMake configuration:
    • Debug: make configuration_d
    • Release: make configuration_r

Build

cmake --build ./build -j<cpu_count>

About

C++ project that expoits ONNXRuntime to run style transfer models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published