Skip to content

Commit

Permalink
final changes for 1.00.00
Browse files Browse the repository at this point in the history
  • Loading branch information
nealvis committed Oct 10, 2017
1 parent 1991da5 commit a35a8cb
Show file tree
Hide file tree
Showing 25 changed files with 363 additions and 343 deletions.
222 changes: 0 additions & 222 deletions apps/multistick_cpp/cpp/run.cpp

This file was deleted.

Binary file removed apps/multistick_cpp/cpp/run_cpp
Binary file not shown.
16 changes: 16 additions & 0 deletions apps/multistick_cpp/readme.md
Expand Up @@ -22,6 +22,22 @@ After building the example you can run the example code by doing the following :

When the application runs normally and is able to connect to the NCS device the output will be similar to this:

~~~
--- NCS 1 inference ---
Successfully loaded the tensor for image ../../../data/images/nps_electric_guitar.png
Successfully got the inference result for image ../../../data/images/nps_electric_guitar.png
Index of top result is: 546
Probability of top result is: 0.994141
-----------------------
--- NCS 2 inference ---
Successfully loaded the tensor for image ../../../data/images/nps_baseball.png
Successfully got the inference result for image ../../../data/images/nps_baseball.png
Index of top result is: 429
Probability of top result is: 1.000000
-----------------------
~~~



6 changes: 5 additions & 1 deletion apps/stream_infer/stream_infer.py
@@ -1,4 +1,8 @@
#!/usr/bin/python3
#! /usr/bin/python3

# Copyright(c) 2017 Intel Corporation.
# License: MIT See LICENSE file in root directory.

# Python script to start a USB camera and feed frames to
# the Movidius Neural Compute Stick that is loaded with a
# CNN graph file and report the inferred results
Expand Down
3 changes: 3 additions & 0 deletions caffe/AgeNet/run.py
@@ -1,5 +1,8 @@
#! /usr/bin/env python3

# Copyright(c) 2017 Intel Corporation.
# License: MIT See LICENSE file in root directory.

from mvnc import mvncapi as mvnc
import sys
import numpy
Expand Down
48 changes: 48 additions & 0 deletions caffe/AlexNet/cpp/LICENSES/numpy.txt
@@ -0,0 +1,48 @@
LIBRARY NAME:
NumPy

LIBRARY DESCRIPTION:
NumPy is the fundamental package for scientific computing with Python. It contains among other things:

a powerful N-dimensional array object
sophisticated (broadcasting) functions
tools for integrating C/C++ and Fortran code
useful linear algebra, Fourier transform, and random number capabilities
Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.

NumPy is licensed under the BSD license, enabling reuse with few restrictions.

HOMEPAGE:
http://www.numpy.org/

LICENSE:
Copyright (c) 2005-2017, NumPy Developers.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of the NumPy Developers nor the names of any
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 changes: 28 additions & 0 deletions caffe/AlexNet/cpp/LICENSES/stb_image.txt
@@ -0,0 +1,28 @@
LIBRARY NAME:
stb_image - v2.15 - public domain image loader

LIBRARY DESCRIPTION:
Single-file public domain (or MIT licensed) libraries for C/C++.
Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, stb_image_resize by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts.

HOMEPAGE:
https://github.com/nothings/stb/blob/master/stb_image.h

LICENSE:
Public Domain (www.unlicense.org)
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
software, either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this
software dedicate any and all copyright interest in the software to the public
domain. We make this dedication for the benefit of the public at large and to
the detriment of our heirs and successors. We intend this dedication to be an
overt act of relinquishment in perpetuity of all present and future rights to
this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28 changes: 28 additions & 0 deletions caffe/AlexNet/cpp/LICENSES/stb_image_resize.txt
@@ -0,0 +1,28 @@
LIBRARY NAME:
stb_image_resize - v0.94 - public domain image resizing by Jorge L Rodriguez (@VinoBS)

LIBRARY DESCRIPTION:
Single-file public domain (or MIT licensed) libraries for C/C++.
Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, stb_image_resize by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts.

HOMEPAGE:
https://github.com/nothings/stb/blob/master/stb_image_resize.h

LICENSE:
Public Domain (www.unlicense.org)
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
software, either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this
software dedicate any and all copyright interest in the software to the public
domain. We make this dedication for the benefit of the public at large and to
the detriment of our heirs and successors. We intend this dedication to be an
overt act of relinquishment in perpetuity of all present and future rights to
this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17 changes: 2 additions & 15 deletions caffe/AlexNet/cpp/run.cpp
@@ -1,18 +1,5 @@
// Copyright 2017 Intel Corporation.
// The source code, information and material ("Material") contained herein is
// owned by Intel Corporation or its suppliers or licensors, and title to such
// Material remains with Intel Corporation or its suppliers or licensors.
// The Material contains proprietary information of Intel or its suppliers and
// licensors. The Material is protected by worldwide copyright laws and treaty
// provisions.
// No part of the Material may be used, copied, reproduced, modified, published,
// uploaded, posted, transmitted, distributed or disclosed in any way without
// Intel's prior express written permission. No license under any patent,
// copyright or other intellectual property rights in the Material is granted to
// or conferred upon you, either expressly, by implication, inducement, estoppel
// or otherwise.
// Any license under such intellectual property rights must be express and
// approved by Intel in writing.
// Copyright(c) 2017 Intel Corporation.
// License: MIT See LICENSE file in root directory.

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit a35a8cb

Please sign in to comment.