solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

Use hunter package manager for CMake dependencies #6

Open roscopecoltran opened 7 years ago

roscopecoltran commented 7 years ago

Hi,

Hope you are all well !

Just wanted to shared a couple of suggestions to bundle your caffe-mobile project for cross-platform compilation:

- CMake related

- Camera Pipeline related

- Deep Learning for Mobile related

I was thinking to extend Yarrar project, as it is Unity3D ready, in order to create pluggable modules for processing any camera's frame but mixing instance or category matching tasks, even maybe facial landmark detection with dlib or dest. For that, nanomsg or nng sounds like to most optimal way to manage the input flow from the camera with out memory leaks.

I am really interested by your point of view about such bundling of caffe or mixed image recognition frameworks on mobile devices :-)

Have a great day !

Cheers, Richard