EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

frozen_inference_graph.pb Tflite Conversion pls help #524

Open AmeerHamzaDev opened 3 years ago

AmeerHamzaDev commented 3 years ago

I have been trying to convert the frozen graph to .tflite for over 2 weeks to deploy on android studio, till i have found that this frozen graph input is name: image_tensor, type: uint8[?,?,?,3] that's it i need help regarding this conversion, i need output file name and also deploy it on android studio. I will be much thankful for your help.

mahamatnoumai commented 3 years ago

Hey have you managed to convert to tflite? any update?

AmeerHamzaDev commented 3 years ago

No

On Thu, Oct 1, 2020, 7:01 AM Mahamat Nour Ali Mai notifications@github.com wrote:

Hey have you managed to convert to tflite? any update?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/524#issuecomment-701743513, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARDDTGP23FLQ5XXVSZNQRC3SIPPHJANCNFSM4RV2WCCQ .

AmeerHamzaDev commented 3 years ago

Do you have the solution for it?

On Thu, Oct 1, 2020, 9:34 AM Ameer Hamza followmehamza2@gmail.com wrote:

No

On Thu, Oct 1, 2020, 7:01 AM Mahamat Nour Ali Mai < notifications@github.com> wrote:

Hey have you managed to convert to tflite? any update?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/524#issuecomment-701743513, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARDDTGP23FLQ5XXVSZNQRC3SIPPHJANCNFSM4RV2WCCQ .

mahamatnoumai commented 3 years ago

Not yet.

ash97-ai commented 3 years ago

@mahamatnoumai @AmeerHamzaDev Go this link https://gist.github.com/apivovarov/eff80275d0f72e4582c105921919b852 Hope this helps not sure. Please Update if you could do the conversion.

mahamatnoumai commented 3 years ago

@ash97-ai Thanks for sharing