ml-gde / e2e-tflite-tutorials

Project tracking of the "Mobile ML Working Group", for the End-to-End TensorFlow Lite tutorials.
Apache License 2.0
133 stars 26 forks source link

CRAFT TFLITE MODEL #36

Closed tulasiram58827 closed 4 years ago

tulasiram58827 commented 4 years ago

Craft is one of the popular architecture for text detection. But the tflite version is not available yet. I would like to convert pretrained model which is trained on SynthText, IC13, IC17 datasets to tflite version.

I already converted to tflite but facing some minor issues. If you would like to proceed me I am happy to add code and will point out the challenges I am facing.

@sayakpaul

sayakpaul commented 4 years ago

Please refer to the contribution guidelines here: https://github.com/ml-gde/e2e-tflite-tutorials/wiki/How-to-contribute-to-the-E2E-TFLite-Tutorials%3F.

tulasiram58827 commented 4 years ago

Thanks for reply.

Step 1. Propose a project idea with either a brief description or an overview page if you wish to add more context about it.

Do I need to propose a project idea by creating a issue.(If yes I already did that.)

sayakpaul commented 4 years ago

You can first create a repository dedicated to the project you are proposing. Then maybe commit all the necessary files there and then we can discuss all the problems you are facing there in the repository itself.

tulasiram58827 commented 4 years ago

Thanks @sayakpaul .

Created the repo and added all the necessary files and also created new issue in the repo itself and tagged you.

After checking it please add the project in INPROGRESS section.

sayakpaul commented 4 years ago

Thanks for your hard work. After we get past the comments (I shared on the repository) please submit a PR to this repository adding your project repo in here.

tulasiram58827 commented 4 years ago

Hi @sayakpaul . Updated the repo with all the modifications suggested except benchmarking and also create the PR to this repository. Find the PR here

tulasiram58827 commented 4 years ago

Can we publish the models created in this repo to tfhub? If yes can you or anyone guide me the process to do so.

sayakpaul commented 4 years ago

Tutorials published -

CRAFT models are also yet to publish on TensorFlow Hub.

@tulasiram58827 @khanhlvg