Distributed category/instance/face/body matching [closed]
Hi,
I was wondering if there is any module allowing to distribute the video input, from iOS or Android devices, to a recursive tree of recognition services. My question is pretty similar to this blog post, focusing on meta based search, - https://daniel-j-h.github.io/post/dis..., but applied to computer vision.
Refs:
- https://github.com/daniel-j-h/Distrib...
- https://daniel-j-h.github.io/post/dis...
- https://github.com/introlab/find-object
- https://github.com/EnoxSoftware/RealT...
Goals:
- Optimize memory usage (shared memory)
- Dynamic topology calls
- Remote / local recognition services. (pre-processing, focused instance matching per classes)
- Async aggregation of results (timeout)
Luc
There is not a ready made module for this, since OpenCV as a framework does not focus on parallel computing. That being said it does not seem impossible, but it will require you to build the distribution around the OpenCV supplied functionality yourself using a third party distribution framework.
not at all an opencv problem, right ?
ah well, I guess if he plans to distribute OpenCV routines, it slightly is :D