mlapi
mlapi copied to clipboard
An easy to use/extend object recognition API you can locally install. Python+Flask. Also works with ZMES!
Testing it seems stable, need others to test and report issues. I will work on documentation.
I put `object_min_confidence=0.38` into one of the monitor sections in `mlapiconfig.ini`, and `mlapi.py` crashed with a TypeError on line 132, where it formats the debugging information. `g.logger.Debug(2, 'Overriding global {}...
Hi i use coral Tpu with mlapi and sometimes i have no answer from tpu `DEBUG: get_file returned: ./images/52f889a3-9fba-43a0-8b30-17e91aa74cf4.jpg Dec 13 2020 17:43:39.463413 [DBG 1] |---------- TPU (input image: 600w*337h)...
Added `Dockerfile` to facilitate running of `mlapi` in a Docker container. It still relies on the standard development server and doesn't need uwsgi, Nginx, etc, like the *themoosman* fork. Also...
Detecting and recognizing faces seems to be difficult since I get very few faces detected but persons are detected just about every time. I would like an option to do...
FYI, I've put together a docker version with python3.8, opencv a dlib builds at https://github.com/rossbuggins/mlapi-docker/ https://hub.docker.com/r/rossbuggins/mlapi
Hi, I was hoping someone could help me. I just installed mlapi on an external server to my Zoneminder installation with a running zmeventserver to reduce the load on the...