Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps for running on Movidius Neural Stick #19

Open
droter opened this issue Jun 1, 2018 · 1 comment
Open

Steps for running on Movidius Neural Stick #19

droter opened this issue Jun 1, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@droter
Copy link

droter commented Jun 1, 2018

Thanks for making this package available. Great work!

I saw on the TODO an item for running on the Movidius Neural Stick. Is there a breakdown of the work needed or an idea of the approach? Seems like a good idea to allow for running on smaller embedded machines.

Matt

@tano297
Copy link
Member

tano297 commented Jun 1, 2018

Hi there,

I have internally a branch in which I had been working on that, but considering that we will not use it, I had to let it go.

The difficulty of supporting the movidius backend has nothing to do with the implementation in this framework, it is more a matter of the supported ops in the stick and the incompatibility with the architectures that I implemented so far.

There are 2 things that need to be done to support it:

  1. write a stub in the freezing which not only generates the tensorflow and tensorRT backend files, but also the movidius graph file.
  2. include a netMovidius.hpp, netMovidius.cpp in the library to make inference using the cpp library, which is pretty straightforward according to their implementation.

I will put it in my todo list again, because for cityscapes it didn't use to make sense (it needs big inputs and the number of ops become huge pretty fast), but now with the person detector running at something in the order of 320x240 it would become usable in the stick, so I will revisit the idea.

If you are interested in making it happen, the first thing to do is to create an architecture in which all the ops are supported by the stick, and we could start from there

@tano297 tano297 self-assigned this Jun 18, 2018
@tano297 tano297 added enhancement New feature or request help wanted Extra attention is needed labels Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants