lp6m / yolov5s_android

Run yolov5s on Android device!
GNU General Public License v3.0
311 stars 77 forks source link

Too small bounding box label #9

Open lp6m opened 2 years ago

lp6m commented 2 years ago

Device: Google Pixel3 Bounding box label is too small with vertical image. I will fix it if I have time :(

106299

GO4electricBR commented 2 years ago

I am also facing the same issue: the bbox are too small. I can try to fix the issue if I have an idea where to check in the code.

lp6m commented 2 years ago

@GO4electricBR Try to modify this code: https://github.com/lp6m/yolov5s_android/blob/master/app/tflite_yolov5_test/app/src/main/java/com/example/tflite_yolov5_test/ImageProcess.java