guichristmann / edge-tpu-tiny-yolo

Run Tiny YOLO-v3 on Google's Edge TPU USB Accelerator.
MIT License
102 stars 31 forks source link

RESIZE_BILINEAR Operation version not supported #10

Closed ZhouKai90 closed 3 years ago

ZhouKai90 commented 4 years ago

when I use edgetpu_compiler(Edge TPU Compiler version 14.1.317412892) to compile YOLOv3.tflite , and I got this info, RESIZE_BILINEAR Operation version not supported. I use "tf.image.resize(input_layer, [input_layer.shape[1] 2, input_layer.shape[2] 2], method='nearest') " to do upsample with TF2.3。Can you help me? ths.