-
Notifications
You must be signed in to change notification settings - Fork 375
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
Gesture ssd model w signoff #349
Open
fcr3
wants to merge
14
commits into
movidius:master
Choose a base branch
from
fcr3:gesture_ssd_model_w_signoff
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
Signed-off-by: fcr3 <[email protected]>
I tested/verified both the training/compilation from training modules in the Makefile. Just fyi |
Signed-off-by: fcr3 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modify this template as needed to best reflect your specific pull request.
Type
Please state what type of addition your pull request is:
[ ] Add App |
[ ] Add Network |
[ X ] Repository Enhancement |
[ ] Bugfix (App) |
[ ] Bugfix (Network) |
[ ] Bugfix (ncappzoo) |
[ ] Content Update (Documentation) |
Description
Please include a summary of the addition or change that you are making. If making a change to an existing application or network, make sure to state which network or app you are changing. If you're making a change to an existing network or app, don't forget to update the relevant code author documentation:
Training and compiling module. Uses original hand data and allows users to train their own model and compile it on their local computer. Module takes long to complete.
Issue # []
If your change fixes a known bug, please list the issue. If your change fixes an unknown bug, please submit an issue before submitting your pull request. Your pull request will not be merged without a matching issue if it fixes a bug.
Testing
Tested?: [ X ]
OS (Include Version): [ Ubuntu 18.04 ]
OpenVINO Version: [ OpenVINO Toolkit 2019.2.242 ]
Python Version: [ 3.6.8 ]
Additional Info:
How has your change been tested? Have you tested your change on Ubuntu with an Intel® Movidius™ Neural Compute Stick or Intel® Neural Compute Stick 2? Describe your testing procedure here, including OS, installed OpenVINO version, Python version, and applicable compiler versions.
If you have not tested your change, make sure to clearly label that it has not been tested.
Not Been Tested
Checklist