TX2 run the sample

1. 分别输入以下命令,已查看所需包是否安装成功:

nvcc -V

pkg-config --modversion opencv

g++ -version

cmake --version

2. 运行视频目标检测 Demo 

(1)    

       cd ~

        cd NVIDIA_CUDA-9.0_Samples/bin/aarch64/linux/release/

        ./boxFilter

       ./simpleGL

(2) 车辆识别

cd ~

cd tegra_multimedia_api/samples/backend

./backend 1 ../../data/Video/sample_outdoor_car_1080p_10fps.h264 H264 --trt-deployfile ../../data/Model/GoogleNet_one_class/GoogleNet_modified_oneClass_halfHD.prototxt --trt-modelfile ../../data/Model/GoogleNet_one_class/GoogleNet_modified_oneClass_halfHD.caffemodel --trt-forcefp32 0 --trt-proc-interval 1 -fps 10

 

 

 

你可能感兴趣的:(学习笔记)