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.
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.