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

where is postprocess_bbbox? #375

Closed esk97 closed 3 years ago

esk97 commented 3 years ago

in benchmarks.py 103 lines is pred_bbox = utils.postprocess_bbbox(pred_bbox, ANCHORS, STRIDES, XYSCALE) but there is no postprocess_bbbox in utils.py....then how can i run benchmarks.py?

StarShang commented 2 years ago

Have you solved the problem?---------------------------------------------------------------------------------------------------------------------------------------------------------------------in benchmarks.py 103 lines is pred_bbox = utils.postprocess_bbbox(pred_bbox, ANCHORS, STRIDES, XYSCALE) but there is no postprocess_bbbox in utils.py....then how can i run benchmarks.py?