Should be in the build
directory and can be run like any other program.
OpenCV is a little strange and requires arguments to be passed using =
, like the following:
./east --dmp=../models/frozen_east_text_detection.pb --rmp=../models/crnn.onnx --vp=../models/alphabet_36.txt
- C++20 (no real excuse to use old standards)
- C++ Modules (header files are disgusting)
- Meson (less abhorrent than Make or CMake)
- OpenCV (most mature computer vision library around)
- Clang (has better linting, formatting, and module support)
- Mold (because even linkers need to be specified...)
- ccache (for some reason this isn't the default?)