lsCoding666 / SNPE-YOLOV8-MODEL

SNPE YOLOV8 MODEL SNPE VERSION 2.16.0
4 stars 0 forks source link

Missing some files to cause build error? #1

Open Birdson opened 8 months ago

Birdson commented 8 months ago

I cannot build code because "Person_Detect.h:15:10: fatal error: 'Image_Reader.h' file not found". Could you help to check it. Thanks.

lsCoding666 commented 6 months ago

This is not a necessary file. You can transfer the bitmap to the jni layer yourself, then convert it to cv: mat, and then pass to the processImg function

lsCoding666 commented 6 months ago

I will upload a complete SNPE example android project