I am trying to deploy a Flask app that calls this code on images, and I want to avoid having to installing opencv from source every time from source for each new machine I scale to (it takes a long time and is error prone).
Is it possible to run this repo with the python bindings for opencv (e.g. installed using: pip3 install python-opencv)? If not, is there a way to export some sort of C++ binary (compiled once) and call it from Python.