Carnon / ncnn-android-yolov5_obb

ncnn android yolov5_obb
6 stars 1 forks source link

how draw your object_box? #3

Open 1blue-sky opened 1 year ago

1blue-sky commented 1 year ago

where are your draw_objects funtcion?

Carnon commented 1 year ago
protected Bitmap drawBoxObbRects(Bitmap mutableBitmap, BoxObb[] results) {
1blue-sky commented 1 year ago

The drawBoxObbRects is the function of java or android. where are your the funtion of the c++?