HI3559 learning (three) - rfcn real-time detection

I. Introduction

There under Sample Code, path Hi3559AV100_SDK_V2.0.2.0 / mpp / sample / svp / multi-core / nnie / sample which comprises a makefile like have been configured, not surprisingly, is not given directly to make, can be compiled execute program.

                       vpss0                    1080p                       

vi====>                                                                         ======>  vgs    ==========> vout

                       vpss1 Zoom 800 * 600 352 * 288 default

 ./sample_nnie_main after tips

Usage : ./sample_nnie_main <index> 
index:
         0) RFCN(VI->VPSS->NNIE->VGS->VO).
         1) Segnet(Read File).
         2) FasterRcnnAlexnet(Read File).
         3) FasterRcnnDoubleRoiPooling(Read File).
         4) Cnn(Read File).
         5) SSD(Read File).
         6) Yolov1(Read File).
         7) Yolov2(Read File).
         8) Yolov3(Read File).
         9) LSTM(Read File).
         a) Pvanet(Read File).

We use 0 

Guess you like

Origin blog.csdn.net/yunge812/article/details/103835555