tensorflow-lite-YOLOv3 icon indicating copy to clipboard operation
tensorflow-lite-YOLOv3 copied to clipboard

Performance may be reduced when using .pb and .tflite tensorflow model

Open peace195 opened this issue 6 years ago • 6 comments

I need helps to review the YOLOv3 tensorflow version: https://github.com/peace195/tensorflow-lite-yolo-v3/blob/master/yolo_v3.py

It is the cause of reducing performance when using .pb and .tflite compare with darknet .weights.

peace195 avatar Oct 21 '19 16:10 peace195

Please test the performance and give me your feedback.

peace195 avatar Oct 21 '19 16:10 peace195

Thanks! Will do feedback as soon as I can.

nscotto avatar Oct 21 '19 16:10 nscotto

I've tested the models before and after conversion and I'm seeing significant worse results with the tf lite model. I'm wondering if the parameters are not configured correct.

titanbender avatar Feb 20 '20 13:02 titanbender

@titanbender Thanks. Let me investigate and fix it 👍

peace195 avatar Feb 22 '20 04:02 peace195

@titanbender I converted yolov3 tiny model to tflite but I am doing something wrong when i build in android app using tensorflow. Could guide with steps tobe followed before building in mobile app?? Thanks

balajib363 avatar Apr 07 '20 07:04 balajib363

After getting the .pb file, do you necessarily need to set the Docker env to get the .tflite ? also how should I set it? I am not quite familiar with how it works. thanks

franck-armand avatar Apr 14 '20 17:04 franck-armand