Ask Your Question

Luccio's profile - activity

2017-08-17 05:44:09 -0600 asked a question Distributed category/instance/face/body matching

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:

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