NCSDK v1.12.01
============================================================
Movidius Neural Compute SDK Release Notes
V1.12.01 2018-10-05
============================================================
SDK Notes:
New features:
- This release (1.12.01) is functionally identical to 1.12.00, however it has been re-factored so that everything in the public repository is now licensed via the Apache 2.0 open source license terms per the LICENSE file in the root directory. Non open source components may be downloaded during the installation.
- Improved compiler support for custom networks that use variable batch size via Tensorflow.
- Improved description on how to use Tensorflow networks that were built for training. Please see "Guidance for Compiling TensorFlow Networks" in the SDK documentation
Networks:
- Facenet based on inception-resnet-v1 (see erratum #12)
Layers:
API Notes:
- No change
Network Notes:
Support for the following networks has been tested.
Caffe
- GoogleNet V1
- SqueezeNet V1.1
- LeNet
- CaffeNet
- VGG (Sousmith VGG_A)
- Alexnet
- TinyYolo v1
- VGG 16
- Resnet 50
- Resnet-18
- SSD Mobilenet v1
Tensorflow r1.3
- inception-v1
- inception-v2
- inception-v3
- inception-v4
- Inception ResNet v2
- VGG 16
- Mobilenet_V1_1.0 variants:
- MobileNet_v1_1.0_224
- MobileNet_v1_1.0_192
- MobileNet_v1_1.0_160
- MobileNet_v1_1.0_128
- MobileNet_v1_0.75_224
- MobileNet_v1_0.75_192
- MobileNet_v1_0.75_160
- MobileNet_v1_0.75_128
- MobileNet_v1_0.5_224
- MobileNet_v1_0.5_192
- MobileNet_v1_0.5_160
- MobileNet_v1_0.5_128
- MobileNet_v1_0.25_224
- MobileNet_v1_0.25_192
- MobileNet_v1_0.25_160
- MobileNet_v1_0.25_128
- TinyYolo v2 via Darkflow tranformation
- Facenet based on inception-resnet-v1 (See erratum #12)
Firmware Features:
- Convolutions
- NxN Convolution with Stride S.
- The following cases have been extensively tested: 1x1s1,3x3s1,5x5s1,7x7s1, 7x7s2, 7x7s4
- Group convolution
- Depth Convolution
- Dilated convolution
- Max Pooling Radix NxM with Stride S
- Average Pooling: Radix NxM with Stride S, Global average pooling
- Local Response Normalization
- Relu, Relu-X, Prelu (see erattum #10)
- Softmax
- Sigmoid
- Tanh (see erratum #10)
- Deconvolution
- Slice
- Scale
- ElmWise unit : supported operations - sum, prod, max
- Fully Connected Layers (limited support -- see erratum #8)
- Reshape
- Flatten
- Power
- Crop
- ELU
- Batch Normalization
- L2 Normalization
- Input Layer
Bug Fixes:
- Fixed: Tensorflow FusedBatchNorm doesn't support fully connected layer inputs
- Fixed: Mobilenets on Tensforflow 1.4 provide incorrect classification
- Fixed: Resnet-18 on Caffe providing NaN results
Errata:
- Python 2.7 is fully supported for making user applications, but only the helloworld_py example runs as-is in both python 2.7 and 3.5 due to dependencies on modules.
- SDK tools for tensorflow on Rasbpian Stretch are not supported for this release, due to lack of an integrated tensorflow installer for Rasbpian in the SDK. TF examples are provided with pre-compiled graph files to allow them to run on Rasperry Pi, however the compile, profile, and check functions will not be available on Raspberry Pi, and 'make examples' will generate failures for the tensorflow examples on Raspberry Pi.
- Depth-wise convolution may not be supported if channel multiplier > 1.
- If working behind proxy, proper proxy settings must be applied for the installer to succeed.
- Although improved, the installer is known to take a long time on Raspberry Pi. Date/time must be correct for SDK installation to succeed on Raspberry Pi.
- Default system virtual memory swap file size is too small to compile AlexNet on Raspberry Pi. VGG 16 not verified to compile on Pi.
- Raspberry Pi users will need to upgrade to Raspbian Stretch for releases after 1.09.
- Convolution may fail to find a solution for very large inputs.
- Depth convolution is tested for 3x3 kernels.
- A TanH layer’s “top” & “bottom” blobs must have different names. This is different from a ReLU layer, whose “top” & “bottom” should be named the same as its previous layer.
- On upgrade from previous versions of SDK, the installer will detect if openCV 3.3.0 was installed, for example from http://github.com/movidius/ncappzoo/apps/stream_ty_gn/install-opencv-from_source.sh. For this release, the installer will prompt to uninstall this specific version of openCV. This is required for ssd-caffe to run correctly. After 1.11 installation is complete, openCV 3.3.0 can be re-installed and the ssd-caffe will continue to function.
- Facenet requires L2 Normalization be inserted to be used, please see the support forum for a saver script example.
- Although mvNCCheck shows per-pixel error for some metrics for mobilenet_v1_224, classification results are not impacted.
- Initial validation has been done on SSD Mobilenet v1 and TinyYolo v2 but more thorough evaluation is underway.