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

'isGPU=True' option makes detection result weird #341

Open mhyeonsoo opened 3 years ago

mhyeonsoo commented 3 years ago

Hello,

I could run the android code with isGPU=False option well. When I changed isGPU to True, the results became weird.

the bounding boxes goes left top of the frame.

Is there anyone who've met the same case?

Thanks