blace.ai
|
Running your first ai model with our demo project will take you less than 5 minutes. Simply follow the steps below. By examining the contents of the demo folder you will get familiar with the main concepts of this library.
cd package/demo
.cmake -G "Visual Studio 17 2022" -A x64 -T v142 -S . -B build
(Windows) cmake -S . -B build
(MacOS and Linux) This creates project files in the build foldercmake --build build --config Release
.\build\Release\demo.exe
(Windows) ./build/demo
(MacOS and Linux) After the run you will have an image depth_result.png next to the executable.