hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

get bounding box coordinates #405

Open grgfede opened 2 years ago

grgfede commented 2 years ago

Hi, i have successfully implemented yolo tiny on android. Is there a way to get boundingbox coordinates when predicting an image? My aim is to calculate the distance between one bounding box and another

Redeagle411 commented 1 year ago

you got the solution?