Design an IoT edge node for CV application base on the i.MXRT1050

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Design an IoT edge node for CV application base on the i.MXRT1050

Design an IoT edge node for CV application base on the i.MXRT1050

Overview of i.MX RT1050

        The i.MX RT1050 is the industry's first crossover processor and combines the high-performance and high level of integration on an applications processors with the ease of use and real-time functionality of a micro-controller. The i.MX RT1050 runs on the Arm Cortex-M7 core at 600 MHz, it means that it definitely has the ability to do some complicated computing, such as floating-point arithmetic, matrix operation, etc. For general MCU, they're hard to conquer these complicated operations.

        It has a rich peripheral which makes it suit for a variety of applications, in this demo, the PXP (Pixel Pipeline), CSI (CMOS Sensor Interface), eLCDIF (Enhanced LCD Interface) allows me to build up camera display system easily

pastedImage_2.png

Fig 1 i.MX RT series

          It has a rich peripheral which makes it suit for a variety of applications, in this demo, the PXP (Pixel Pipeline), CSI (CMOS Sensor Interface), eLCDIF (Enhanced LCD Interface) allows me to build up camera display system easily

pastedImage_8.png

Fig 2 i.MX RT1050 Block Diagram

Basic concept of Compute Vision (CV)

         Machine Learning (ML) is moving to the edge because of a variety of reasons, such as bandwidth constraint, latency, reliability, security, ect. People want to have edge computing capability on embedded devices to provide more advanced services, like voice recognition for smart speakers and face detection for surveillance cameras.

pastedImage_2.jpg

Fig 3 Reason

       Convolutional Neural Networks (CNNs) is one of the main ways to do image recognition and image classification. CNNs use a variation of multilayer perception that requires minimal pre-processing, based on their shared-weights architecture and translation invariance characteristics.

pastedImage_15.png

Fig 4 Structure of a typical deep neural network

        Above is an example that shows the original image input on the left-hand side and how it progresses through each layer to calculate the probability on the right-hand side.

Hardware

  • MIMXRT1050 EVK Board;
  • RK043FN02H-CT(LCD Panel)

pastedImage_1.png

Fig 5 MIMXRT1050 EVK board

Reference demo code

  • emwin_temperature_control: demonstrates graphical widgets of the emWin library.
  • cmsis_nn_cifar10: demonstrates a convolutional neural network (CNN) example with the use of convolution, ReLU activation, pooling and fully-connected functions from the CMSIS-NN software library. The CNN used in this example is based on the CIFAR-10 example from Caffe. The neural network consists of 3 convolution layers interspersed by ReLU activation and max-pooling layers, followed by a fully-connected layer at the end. The input to the network is a 32x32 pixel color image, which is classified into one of the 10 output classes.

Note: Both of these two demo projects are from the SDK library

Deploy the neuro network mode

Fig 6 illustrates the steps of deploying the neuro network mode on the embedded platform. In the cmsis_nn_cifar10 demo project, it has provided the quantized parameters for the 3 convolution layer, so in this implementation, I use these parameters directly, BTW, I choose 100 images randomly from the Test set as a round of input to evaluate the accuracy of this model. And through several rounds of testing, I get the model's accuracy is about 65% as the below figure shows.

pastedImage_6.png

Fig 6 Deploy the neuro network mode

pastedImage_1.png

Fig 7 cmsis_nn_cifar10 demo project test result

The CIFAR-10 dataset is a collection of images that are commonly used to train ML and computer vision algorithms, it consists of 60000 32x32 color images in 10 classes, with 6000 images per class ("airplane", "automobile", "bird", "cat", "deer", "dog", "frog", "horse", "ship", "truck"). There are 50000 training images and 10000 test images.

Embedded platform software structure

        After POR, various components are initialized, like system clock, pin mux, camera, CSI, PXP, LCD and emWin, etc. Then control GUI will show up in the LCD, press the Play button will display the camera video in the LCD, once an object into the camera's window, you can press the Capture button to pause the display and run the model to identify the object. Fig8 presents the software structure of this demo.

pastedImage_5.png

Fig 8 Embedded platform software structure

Object identify Test

The three figures present the testing result.

 pastedImage_2.jpg

Fig 9

pastedImage_4.jpg

Fig 10

pastedImage_6.jpg

Fig 11

Furture work

         Use the Pytorch framework to train a better and more complicated convolutional network for object recognition usage.

Labels (2)
Tags (2)
Attachments
%3CLINGO-SUB%20id%3D%22lingo-sub-1127423%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EDesign%20an%20IoT%20edge%20node%20for%20CV%20application%20base%20on%20the%20i.MXRT1050%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127423%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId-382544463%22%20id%3D%22toc-hId-1297815463%22%3EOverview%20of%20%3CSPAN%20style%3D%22color%3A%20%23000000%3B%22%3E%3CA%20href%3D%22http%3A%2F%2Fi.MX%22%20style%3D%22box-sizing%3A%20border-box%3B%20background-color%3A%20transparent%3B%20color%3A%20%23000000%3B%20text-decoration%3A%20none%3B%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ei.MX%3C%2FA%3E%3C%2FSPAN%3E%20RT1050%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20The%20%3CSPAN%20style%3D%22color%3A%20%23000000%3B%22%3E%3CA%20href%3D%22http%3A%2F%2Fi.MX%22%20style%3D%22box-sizing%3A%20border-box%3B%20background-color%3A%20transparent%3B%20color%3A%20%23000000%3B%20text-decoration%3A%20none%3B%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ei.MX%3C%2FA%3E%20RT%3C%2FSPAN%3E1050%20is%20the%20industry's%20first%20crossover%20processor%20and%20combines%20the%20high-performance%20and%20high%20level%20of%20integration%20on%20an%20applications%20processors%20with%20the%20ease%20of%20use%20and%20real-time%20functionality%20of%20a%20micro-controller.%20The%20%3CSPAN%20style%3D%22color%3A%20%23000000%3B%22%3E%3CA%20href%3D%22http%3A%2F%2Fi.MX%22%20style%3D%22box-sizing%3A%20border-box%3B%20background-color%3A%20transparent%3B%20color%3A%20%23000000%3B%20text-decoration%3A%20none%3B%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ei.MX%3C%2FA%3E%3C%2FSPAN%3E%20RT1050%20runs%20on%20the%20Arm%20Cortex-M7%20core%20at%20600%20MHz%2C%20it%20means%20that%20it%20definitely%20has%20the%20ability%20to%20do%20some%20complicated%20computing%2C%20such%20as%20floating-point%20arithmetic%2C%20matrix%20operation%2C%20etc.%20For%20general%20MCU%2C%20they're%20hard%20to%20conquer%20these%20complicated%20operations.%3C%2FP%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20It%20has%20a%20rich%20peripheral%20which%20makes%20it%20suit%20for%20a%20variety%20of%20applications%2C%20in%20this%20demo%2C%20the%20PXP%20(Pixel%20Pipeline)%2C%20CSI%20(CMOS%20Sensor%20Interface)%2C%20eLCDIF%20(Enhanced%20LCD%20Interface)%20allows%20me%20to%20build%20up%20camera%20display%20system%20easily%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.png%22%20style%3D%22width%3A%20862px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F92194iFF92E9BF470AD429%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_2.png%22%20alt%3D%22pastedImage_2.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EFig%201%20i.MX%20RT%20series%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20It%20has%20a%20rich%20peripheral%20which%20makes%20it%20suit%20for%20a%20variety%20of%20applications%2C%20in%20this%20demo%2C%20the%20PXP%20(Pixel%20Pipeline)%2C%20CSI%20(CMOS%20Sensor%20Interface)%2C%20eLCDIF%20(Enhanced%20LCD%20Interface)%20allows%20me%20to%20build%20up%20camera%20display%20system%20easily%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_8.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_8.png%22%20style%3D%22width%3A%20553px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F92277iEB3B97A6D6C32AE0%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_8.png%22%20alt%3D%22pastedImage_8.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EFig%202%20i.MX%20RT1050%20Block%20Diagram%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId--1424910000%22%20id%3D%22toc-hId--509639000%22%3EBasic%20concept%20of%20Compute%20Vision%20(CV)%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Machine%20Learning%20(ML)%20is%20moving%20to%20the%20edge%20because%20of%20a%20variety%20of%20reasons%2C%20such%20as%20bandwidth%20constraint%2C%20latency%2C%20reliability%2C%20security%2C%20ect.%20People%20want%20to%20have%20edge%20computing%20capability%20on%20embedded%20devices%20to%20provide%20more%20advanced%20services%2C%20like%20voice%20recognition%20for%20smart%20speakers%20and%20face%20detection%20for%20surveillance%20cameras.%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.jpg%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93402iF9B9AE5588F473B4%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_2.jpg%22%20alt%3D%22pastedImage_2.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EFig%203%20Reason%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20left%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Convolutional%20Neural%20Networks%20(CNNs)%20is%20one%20of%20the%20main%20ways%20to%20do%20image%20recognition%20and%20image%20classification.%20CNNs%20use%20a%20variation%20of%20multilayer%20perception%20that%20requires%20minimal%20pre-processing%2C%20based%20on%20their%20shared-weights%20architecture%20and%20translation%20invariance%20characteristics.%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_15.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_15.png%22%20style%3D%22width%3A%20967px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F92237i32660FAAB7C35360%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_15.png%22%20alt%3D%22pastedImage_15.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EFig%204%20Structure%20of%20a%20typical%20deep%20neural%20network%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20left%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20font-family%3A%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20background-color%3A%20%23ffffff%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Above%20is%20an%20example%20that%20shows%20the%20original%20image%20input%20on%20the%20left-hand%20side%20and%20how%20it%20progresses%20through%20each%20layer%20to%20calculate%20the%20probability%20on%20the%20right-hand%20side.%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId-1062602833%22%20id%3D%22toc-hId-1977873833%22%3EHardware%3C%2FH1%3E%3CUL%20style%3D%22box-sizing%3A%20border-box%3B%20padding-left%3A%202em%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CLI%20style%3D%22box-sizing%3A%20border-box%3B%22%3EMIMXRT1050%20EVK%20Board%3B%3C%2FLI%3E%3CLI%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200.25em%3B%22%3ERK043FN02H-CT(LCD%20Panel)%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_1.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_1.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F92316iBC438C18E539E47C%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_1.png%22%20alt%3D%22pastedImage_1.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%3EFig%205%20MIMXRT1050%20EVK%20board%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId--744851630%22%20id%3D%22toc-hId-170419370%22%3EReference%20demo%20code%3C%2FH1%3E%3CUL%20style%3D%22box-sizing%3A%20border-box%3B%20padding-left%3A%202em%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CLI%20style%3D%22box-sizing%3A%20border-box%3B%22%3Eemwin_temperature_control%3A%20demonstrates%20graphical%20widgets%20of%20the%20emWin%20library.%3C%2FLI%3E%3CLI%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200.25em%3B%22%3Ecmsis_nn_cifar10%3A%20demonstrates%20a%20convolutional%20neural%20network%20(CNN)%20example%20with%20the%20use%20of%20convolution%2C%20ReLU%20activation%2C%20pooling%20and%20fully-connected%20functions%20from%20the%20CMSIS-NN%20software%20library.%20The%20CNN%20used%20in%20this%20example%20is%20based%20on%20the%20CIFAR-10%20example%20from%20Caffe.%20The%20neural%20network%20consists%20of%203%20convolution%20layers%20interspersed%20by%20ReLU%20activation%20and%20max-pooling%20layers%2C%20followed%20by%20a%20fully-connected%20layer%20at%20the%20end.%20The%20input%20to%20the%20network%20is%20a%2032x32%20pixel%20color%20image%2C%20which%20is%20classified%20into%20one%20of%20the%2010%20output%20classes.%3C%2FLI%3E%3C%2FUL%3E%3CBLOCKQUOTE%20style%3D%22box-sizing%3A%20border-box%3B%20margin%3A%200px%200px%2016px%3B%20padding%3A%200px%201em%3B%20color%3A%20%236a737d%3B%20border-left%3A%200.25em%20solid%20%23dfe2e5%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%200px%3B%22%3ENote%3A%20Both%20of%20these%20two%20demo%20projects%20are%20from%20the%20SDK%20library%3C%2FP%3E%3C%2FBLOCKQUOTE%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId-1742661203%22%20id%3D%22toc-hId--1637035093%22%3EDeploy%20the%20neuro%20network%20mode%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EFig%206%20illustrates%20the%20steps%20of%20deploying%20the%20neuro%20network%20mode%20on%20the%20embedded%20platform.%20In%20the%20cmsis_nn_cifar10%20demo%20project%2C%20it%20has%20provided%20the%20quantized%20parameters%20for%20the%203%20convolution%20layer%2C%20so%20in%20this%20implementation%2C%20I%20use%20these%20parameters%20directly%2C%20BTW%2C%20I%20choose%20100%20images%20randomly%20from%20the%20Test%20set%20as%20a%20round%20of%20input%20to%20evaluate%20the%20accuracy%20of%20this%20model.%20And%20through%20several%20rounds%20of%20testing%2C%20I%20get%20the%20model's%20accuracy%20is%20about%2065%25%20as%20the%20below%20figure%20shows.%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_6.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_6.png%22%20style%3D%22width%3A%20846px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93401i43AE1FCF8EA3D96E%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_6.png%22%20alt%3D%22pastedImage_6.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%3EFig%206%20Deploy%20the%20neuro%20network%20mode%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_1.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_1.png%22%20style%3D%22width%3A%20342px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93272i8D6455D19A092C0B%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_1.png%22%20alt%3D%22pastedImage_1.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%3EFig%207%20%3CSPAN%20style%3D%22color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3Ecmsis_nn_cifar10%20demo%20project%3C%2FSPAN%3E%20test%20result%3C%2FSPAN%3E%3C%2FP%3E%3CBLOCKQUOTE%20style%3D%22box-sizing%3A%20border-box%3B%20margin%3A%200px%200px%2016px%3B%20padding%3A%200px%201em%3B%20color%3A%20%236a737d%3B%20border-left%3A%200.25em%20solid%20%23dfe2e5%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%200px%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%236a737d%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EThe%20CIFAR-10%20dataset%20is%20a%20collection%20of%20images%20that%20are%20commonly%20used%20to%20train%20ML%20and%20computer%20vision%20algorithms%2C%20it%20consists%20of%2060000%2032x32%20color%20images%20in%2010%20classes%2C%20with%206000%20images%20per%20class%20(%3CSTRONG%3E%22airplane%22%2C%20%22automobile%22%2C%20%22bird%22%2C%20%22cat%22%2C%20%22deer%22%2C%20%22dog%22%2C%20%22frog%22%2C%20%22horse%22%2C%20%22ship%22%2C%20%22truck%22%3C%2FSTRONG%3E).%20There%20are%2050000%20training%20images%20and%2010000%20test%20images.%3C%2FSPAN%3E%3C%2FP%3E%3C%2FBLOCKQUOTE%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId--64793260%22%20id%3D%22toc-hId-850477740%22%3EEmbedded%20platform%20software%20structure%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20After%20POR%2C%20various%20components%20are%20initialized%2C%20like%20system%20clock%2C%20pin%20mux%2C%20camera%2C%20CSI%2C%20PXP%2C%20LCD%20and%20emWin%2C%20etc.%20Then%20control%20GUI%20will%20show%20up%20in%20the%20LCD%2C%20press%20the%20Play%20button%20will%20display%20the%20camera%20video%20in%20the%20LCD%2C%20once%20an%20object%20into%20the%20camera's%20window%2C%20you%20can%20press%20the%20Capture%20button%20to%20pause%20the%20display%20and%20run%20the%20model%20to%20identify%20the%20object.%20Fig8%20presents%20the%20software%20structure%20of%20this%20demo.%3C%2FP%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_5.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_5.png%22%20style%3D%22width%3A%20713px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93915i89221E9AADDDB761%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_5.png%22%20alt%3D%22pastedImage_5.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20text-align%3A%20center%3B%22%3EFig%208%20%3CSPAN%20style%3D%22color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EEmbedded%20platform%20software%20structure%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId--1872247723%22%20id%3D%22toc-hId--956976723%22%3EObject%20identify%20Test%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%20display%3A%20inline%20!important%3B%20float%3A%20none%3B%22%3EThe%20three%20figures%20present%20the%20testing%20result.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3E%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.jpg%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_2.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93361i0E6879E32CAD8476%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_2.jpg%22%20alt%3D%22pastedImage_2.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3EFig%209%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_4.jpg%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_4.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93362i5BFB61253F4A4614%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_4.jpg%22%20alt%3D%22pastedImage_4.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3EFig%2010%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_6.jpg%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pastedImage_6.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F93403iAC9081EEB4632ECF%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22pastedImage_6.jpg%22%20alt%3D%22pastedImage_6.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-align%3A%20center%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%234a4a4d%3B%20background%3A%20white%3B%20font-size%3A%2011.0pt%3B%22%3EFig%2011%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20style%3D%22box-sizing%3A%20border-box%3B%20font-size%3A%202.25em%3B%20margin%3A%2024px%200px%2016px%3B%20font-weight%3A%20600%3B%20line-height%3A%201.25%3B%20padding-bottom%3A%200.3em%3B%20border-bottom%3A%201px%20solid%20%23eaecef%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%20id%3D%22toc-hId-615265110%22%20id%3D%22toc-hId-1530536110%22%3EFurture%20work%3C%2FH1%3E%3CP%20style%3D%22box-sizing%3A%20border-box%3B%20margin-top%3A%200px%3B%20margin-bottom%3A%2016px%3B%20color%3A%20%2324292e%3B%20font-family%3A%20-apple-system%2C%20BlinkMacSystemFont%2C%20%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91%2C%20'PingFang%20SC'%2C%20Helvetica%2C%20Arial%2C%20'Hiragino%20Sans%20GB'%2C%20'Microsoft%20YaHei'%2C%20SimSun%2C%20%E5%AE%8B%E4%BD%93%2C%20Heiti%2C%20%E9%BB%91%E4%BD%93%2C%20sans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant-ligatures%3A%20normal%3B%20font-variant-caps%3A%20normal%3B%20font-weight%3A%20normal%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20white-space%3A%20normal%3B%20widows%3A%202%3B%20word-spacing%3A%200px%3B%20-webkit-text-stroke-width%3A%200px%3B%20text-decoration-style%3A%20initial%3B%20text-decoration-color%3A%20initial%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Use%20the%20Pytorch%20framework%20to%20train%20a%20better%20and%20more%20complicated%20convolutional%20network%20for%20object%20recognition%20usage.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1127423%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MXRT%20105x%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3Ei.MXRT%20106x%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
No ratings
Version history
Last update:
‎11-04-2019 01:25 AM
Updated by: