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

Crop the bounding box and extract what's inside it in order to save it in Firebase. It's urgent plz help #349

Closed nouhabajl closed 3 years ago

nouhabajl commented 3 years ago

Hi everyone , I have integrated my yolov4 tiny successfully but i need to crop the bounding box and extract what's inside it in order to save it in Firebase. I have already prepare a python script (that both crop and extract) named detect.py and I want help to integrat it in my app (resources or anything that can help me ). thank you in advance for yor help.

nouhabajl commented 3 years ago

Hi everyone , I have integrated my yolov4 tiny successfully but i need to crop the bounding box and extract what's inside it in order to save it in Firebase. I have already prepare a python script (that both crop and extract) named detect.py and I want help to integrat it in my app (resources or anything that can help me ). thank you in advance for yor help.