forked from movidius/ncappzoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrew Herrold (Intel Corporation) <[email protected]>
- Loading branch information
1 parent
9340ac3
commit b78dde9
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
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 | | ||
[ ] 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: | ||
|
||
|
||
### 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?: [ ] | ||
#### OS (Include Version): [ ] | ||
#### OpenVINO Version: [ ] | ||
#### Python Version: [ ] | ||
#### 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.** | ||
|
||
# Checklist | ||
|
||
- [ ] I have self-reviewed my code | ||
- [ ] I have commented my code, especially in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] Any dependent changes have been merged and published in downstream modules. |