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.25k stars 1.24k forks source link

Running TF Lite model on IOS #254

Open kaublezw opened 4 years ago

kaublezw commented 4 years ago

Hi - I successfully converted my yolov4 lite darknet model to tf lite using this code. Next, I tried loading the tf lite model on IOS ,but I get the following runtime error when loading the model:

TensorFlow Lite Error: Didn't find op for builtin opcode 'RESIZE_BILINEAER' version '3'

I simply cannot find a path to get a darknet tiny yolov4 model to work on an ios device.