HI3559学习(三)-- rfcn实时检测

一、简介

sample下有代码,路径  Hi3559AV100_SDK_V2.0.2.0/mpp/sample/svp/multi-core/nnie/sample  里面包括makefile之类的都已经配置完毕,不出意外的话,直接make不会报错,编译出可执行程序。

                       vpss0                    1080p                       

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

                       vpss1     缩放 800*600  默认352*288

 ./sample_nnie_main 之后提示

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).

我们采用0 

猜你喜欢

转载自blog.csdn.net/yunge812/article/details/103835555