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/distributed-search-nanomsg-bond/, but applied to computer vision.
Refs:
- https://github.com/daniel-j-h/DistributedSearch
- https://daniel-j-h.github.io/post/distributed-search-nanomsg-bond/
- https://github.com/introlab/find-object
- https://github.com/EnoxSoftware/RealTimeFaceRecognitionExample
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