2021-11-08
30
IDS NXT: Technical manual IDS NXT rome
11 System specification
1.3 GHz Dual Core ARM Cortex-A53
Xilinx Zynq UltraScale+ (ZU3CG)
11.1 CNN
·
Demosaicing
·
AOI
·
Resolution scaling
·
CNN preprocessing modes
o zeroto255
o zerotoone
·
CNN preprocessing modes from
keras.applications.imagenet_utils.preprocess_input
o tf
o caffe
o torch
Data postprocessing on CPU
·
Softmax operation for classification
·
Box regression for object detection
·
User programmable processing on Dual Core ARM Cortex-A53
11.1.1 deep ocean core
·
Up to 512 x 512 pixels
·
Tensor of shape (x, y, 3) for color
·
Tensor of shape (x, y, 1) for mono
·
Float
·
Shape formating can be defined in post-processing (depending on
model and task)
·
16-bit fixed point
·
Integer and fractional bits individually optimized for each layer
Maximum number of layers in
model
Any size fitting the RAM size (maximum 245 MB (1,6 MP mono),
minimum 160 MB (6 MP color)
Supported operations/layers
·
2D convolution layer
·
Depthwise separable convolution layer
·
Average pooling layer
·
Max. pooling layer
·
Dense layer
·
Add layer
·
Concatenate layer