v1.09.00 release files
authorNeal Smith <neal.p.smith@intel.com>
Mon, 9 Oct 2017 23:55:44 +0000 (16:55 -0700)
committerNeal Smith <neal.p.smith@intel.com>
Mon, 9 Oct 2017 23:55:44 +0000 (16:55 -0700)
commit8d9fc0af17df4aac30da4e1c096ce28c51e1bb53
tree071fa8f19a470480e95d411e6db4cd11994f5db3
parentcbfdb243fe001a705fe77c4af51bb0f36b5c701a
v1.09.00 release files
159 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md
docs/Caffe.md [new file with mode: 0644]
docs/README.md
docs/TOC.md [new file with mode: 0644]
docs/TensorFlow.md [new file with mode: 0644]
docs/VirtualMachineConfig.md [new file with mode: 0644]
docs/_config.yml
docs/_layouts/default.html [new file with mode: 0644]
docs/assets/css/style.scss [new file with mode: 0644]
docs/c_api/mvncAllocateGraph.md [new file with mode: 0644]
docs/c_api/mvncCloseDevice.md [new file with mode: 0644]
docs/c_api/mvncDeallocateGraph.md [new file with mode: 0644]
docs/c_api/mvncDeviceOptions.md [new file with mode: 0644]
docs/c_api/mvncGetDeviceName.md [new file with mode: 0644]
docs/c_api/mvncGetDeviceOption.md [new file with mode: 0644]
docs/c_api/mvncGetGlobalOption.md [new file with mode: 0644]
docs/c_api/mvncGetGraphOption.md [new file with mode: 0644]
docs/c_api/mvncGetResult.md [new file with mode: 0644]
docs/c_api/mvncGlobalOptions.md [new file with mode: 0644]
docs/c_api/mvncGraphOptions.md [new file with mode: 0644]
docs/c_api/mvncLoadTensor.md [new file with mode: 0644]
docs/c_api/mvncOpenDevice.md [new file with mode: 0644]
docs/c_api/mvncSetDeviceOption.md [new file with mode: 0644]
docs/c_api/mvncSetGlobalOption.md [new file with mode: 0644]
docs/c_api/mvncSetGraphOption.md [new file with mode: 0644]
docs/c_api/mvncStatus.md [new file with mode: 0644]
docs/c_api/readme.md [new file with mode: 0644]
docs/compiler_error.md [new file with mode: 0644]
docs/configure_network.md [new file with mode: 0644]
docs/forum.md [new file with mode: 0644]
docs/images/GoogLeNet_gv.png [new file with mode: 0644]
docs/images/NCS1_ArchDiagram.jpg [new file with mode: 0644]
docs/images/ncs_plugged.jpg [new file with mode: 0644]
docs/images/ncs_workflow.jpg [new file with mode: 0644]
docs/images/python_api_class_diagram.jpg [new file with mode: 0644]
docs/install.md [new file with mode: 0644]
docs/manifest.md [new file with mode: 0644]
docs/ncs1arch.md [new file with mode: 0644]
docs/py_api/Device.AllocateGraph.md [new file with mode: 0644]
docs/py_api/Device.CloseDevice.md [new file with mode: 0644]
docs/py_api/Device.GetDeviceOption.md [new file with mode: 0644]
docs/py_api/Device.OpenDevice.md [new file with mode: 0644]
docs/py_api/Device.SetDeviceOption.md [new file with mode: 0644]
docs/py_api/Device.__init__.md [new file with mode: 0644]
docs/py_api/Device.md [new file with mode: 0644]
docs/py_api/DeviceOption.md [new file with mode: 0644]
docs/py_api/EnumerateDevices.md [new file with mode: 0644]
docs/py_api/GetGlobalOption.md [new file with mode: 0644]
docs/py_api/GlobalOption.md [new file with mode: 0644]
docs/py_api/Graph.DeallocateGraph.md [new file with mode: 0644]
docs/py_api/Graph.GetGraphOption.md [new file with mode: 0644]
docs/py_api/Graph.GetResult.md [new file with mode: 0644]
docs/py_api/Graph.LoadTensor.md [new file with mode: 0644]
docs/py_api/Graph.SetGraphOption.md [new file with mode: 0644]
docs/py_api/Graph.md [new file with mode: 0644]
docs/py_api/GraphOption.md [new file with mode: 0644]
docs/py_api/SetGlobalOption.md [new file with mode: 0644]
docs/py_api/Status.md [new file with mode: 0644]
docs/py_api/readme.md [new file with mode: 0644]
docs/release_notes.md [new file with mode: 0644]
docs/tools/check.md [new file with mode: 0644]
docs/tools/compile.md [new file with mode: 0644]
docs/tools/profile.md [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/apps/Makefile [new file with mode: 0644]
examples/apps/README.md [new file with mode: 0644]
examples/apps/hello_ncs_cpp/Makefile [new file with mode: 0644]
examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp [new file with mode: 0644]
examples/apps/hello_ncs_cpp/readme.md [new file with mode: 0644]
examples/apps/hello_ncs_py/Makefile [new file with mode: 0644]
examples/apps/hello_ncs_py/hello_ncs.py [new file with mode: 0644]
examples/apps/hello_ncs_py/readme.md [new file with mode: 0644]
examples/apps/multistick_cpp/Makefile [new file with mode: 0644]
examples/apps/multistick_cpp/cpp/fp16.c [new file with mode: 0644]
examples/apps/multistick_cpp/cpp/fp16.h [new file with mode: 0644]
examples/apps/multistick_cpp/cpp/multistick.cpp [new file with mode: 0644]
examples/apps/multistick_cpp/cpp/stb_image.h [new file with mode: 0644]
examples/apps/multistick_cpp/cpp/stb_image_resize.h [new file with mode: 0644]
examples/apps/multistick_cpp/readme.md [new file with mode: 0644]
examples/caffe/AlexNet/Makefile [new file with mode: 0644]
examples/caffe/AlexNet/README.md [new file with mode: 0644]
examples/caffe/AlexNet/cpp/build.sh [new file with mode: 0644]
examples/caffe/AlexNet/cpp/fp16.c [new file with mode: 0644]
examples/caffe/AlexNet/cpp/fp16.h [new file with mode: 0644]
examples/caffe/AlexNet/cpp/run.cpp [new file with mode: 0644]
examples/caffe/AlexNet/cpp/stb_image.h [new file with mode: 0644]
examples/caffe/AlexNet/cpp/stb_image_resize.h [new file with mode: 0644]
examples/caffe/AlexNet/input_shape.prototxt [new file with mode: 0644]
examples/caffe/AlexNet/run.py [new file with mode: 0644]
examples/caffe/GoogLeNet/Makefile [new file with mode: 0644]
examples/caffe/GoogLeNet/README.md [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/build.sh [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/fp16.c [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/fp16.h [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/run.cpp [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/stb_image.h [new file with mode: 0644]
examples/caffe/GoogLeNet/cpp/stb_image_resize.h [new file with mode: 0644]
examples/caffe/GoogLeNet/input_shape.prototxt [new file with mode: 0644]
examples/caffe/GoogLeNet/run.py [new file with mode: 0644]
examples/caffe/Makefile [new file with mode: 0644]
examples/caffe/SqueezeNet/Makefile [new file with mode: 0644]
examples/caffe/SqueezeNet/README.md [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/build.sh [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/fp16.c [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/fp16.h [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/run.cpp [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/stb_image.h [new file with mode: 0644]
examples/caffe/SqueezeNet/cpp/stb_image_resize.h [new file with mode: 0644]
examples/caffe/SqueezeNet/run.py [new file with mode: 0644]
examples/caffe/SqueezeNet/synset_words.txt [new file with mode: 0644]
examples/data/Makefile [new file with mode: 0644]
examples/data/ilsvrc12/Makefile [new file with mode: 0644]
examples/data/images/512_Amplifier.jpg [new file with mode: 0644]
examples/data/images/512_Ball.jpg [new file with mode: 0644]
examples/data/images/512_Cellphone.jpg [new file with mode: 0644]
examples/data/images/512_ElectricGuitar.jpg [new file with mode: 0644]
examples/data/images/512_InkjetPrinter.jpg [new file with mode: 0644]
examples/data/images/512_LaserPrinter.jpg [new file with mode: 0644]
examples/data/images/512_Monitor.jpg [new file with mode: 0644]
examples/data/images/512_Phone.jpg [new file with mode: 0644]
examples/data/images/512_Remote.jpg [new file with mode: 0644]
examples/data/images/512_Sink.jpg [new file with mode: 0644]
examples/data/images/512_Slippers.jpg [new file with mode: 0644]
examples/data/images/cat.jpg [new file with mode: 0644]
examples/data/images/nps_acoustic_guitar.png [new file with mode: 0644]
examples/data/images/nps_backpack.png [new file with mode: 0644]
examples/data/images/nps_baseball.png [new file with mode: 0644]
examples/data/images/nps_chair.png [new file with mode: 0644]
examples/data/images/nps_electric_guitar.png [new file with mode: 0644]
examples/data/images/nps_guac.png [new file with mode: 0644]
examples/data/images/nps_keyboard.png [new file with mode: 0644]
examples/data/images/nps_mouse.png [new file with mode: 0644]
examples/data/images/nps_mug.png [new file with mode: 0644]
examples/data/images/nps_screwdriver.png [new file with mode: 0644]
examples/tensorflow/Makefile [new file with mode: 0644]
examples/tensorflow/inception_v1/Makefile [new file with mode: 0644]
examples/tensorflow/inception_v1/README.md [new file with mode: 0644]
examples/tensorflow/inception_v1/categories.txt [new file with mode: 0644]
examples/tensorflow/inception_v1/graph [new file with mode: 0644]
examples/tensorflow/inception_v1/inception-v1.py [new file with mode: 0644]
examples/tensorflow/inception_v1/inputsize.txt [new file with mode: 0644]
examples/tensorflow/inception_v1/run.py [new file with mode: 0644]
examples/tensorflow/inception_v3/Makefile [new file with mode: 0644]
examples/tensorflow/inception_v3/README.md [new file with mode: 0644]
examples/tensorflow/inception_v3/categories.txt [new file with mode: 0644]
examples/tensorflow/inception_v3/graph [new file with mode: 0644]
examples/tensorflow/inception_v3/inception-v3.py [new file with mode: 0644]
examples/tensorflow/inception_v3/inputsize.txt [new file with mode: 0644]
examples/tensorflow/inception_v3/run.py [new file with mode: 0644]
examples/tensorflow/readme.md [new file with mode: 0644]
install-opencv.sh [new file with mode: 0644]
install.sh [new file with mode: 0644]
ncsdk.conf [new file with mode: 0644]
uninstall.sh [new file with mode: 0644]