C++ project that exploit ONNXRuntime to run style transfer models
| Content | Style | Generated Image |
|---|---|---|
![]() |
![]() |
![]() |
- Candy
- Mosaic
- Pointilism
- Rain Princess
- Udnie
- OpenCv:
sudo apt install libopencv-dev python3-opencv - ONNXRuntime: ONNXRuntime installation and CMake integration
- Preliminary step:
make prepare - CMake configuration:
- Debug:
make configuration_d - Release:
make configuration_r
- Debug:
cmake --build ./build -j<cpu_count>


