1. Install compile environment sudo apt-get update sudo apt install --fix-broken sudo apt-get install cmake 2. Untar the file tar -zxvf Neon-RB5_sample.tar.gz -C /home/adlink/Desktop cd /home/adlink/Desktop/Neon-RB5_sample cp /home/adlink/Desktop/Neon-RB5_sample/yolov6n_base_quantized.dlc /home/adlink tar -zxvf snpe-1.68.0.3932.tar.gz -C /home/adlink 3. modidy .bashrc and add content below ----------- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/adlink/snpe-1.68.0.3932/lib/aarch64-ubuntu-gcc7.5:/usr/local/lib/ export ADSP_LIBRARY_PATH="/home/adlink/snpe-1.68.0.3932/lib/dsp;/usr/lib/rfsa/adsp/;/vendor/lib/rfsa/dsp/testsig;/system/lib/rfsa/adsp;/system/vendor/lib/rfsa/adsp;/dsp" export PATH=$PATH:/home/adlink/snpe-1.68.0.3932/bin/aarch64-ubuntu-gcc7.5 ------------ 4. Reload the .bashrc setting source ~/.bashrc 5. Compile the sample cd /home/adlink/Desktop/Neon-RB5_sample/samples mkdir build cd build cmake .. && make 6. Execute the inference sample ./yolov6_snpe