Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 634 Bytes

File metadata and controls

35 lines (24 loc) · 634 Bytes

RV1126 RKNN Blazeface

Build

Please refer to rv1126_rknn for build.
Move OpenCV to rv1126.

Run

  1. Move files to rv1126
adb push blazeface /userdata/
adb push models/anchors.bin /userdata/
adb push models/blazeface.rknn /userdata/   #rknn runtime version <= 1.6 use blazeface-16.rknn
adb push images/hinton.jpg /userdata/
  1. Run
adb shell
cd /userdata
./blazeface blazeface.rknn hinton.jpg
  1. Check output
exit
adb pull /userdata/output.jpg .

output