Closed sachaarbonel closed 4 years ago
@Sach97 Use new-model/shadownet.ckpt instead:)
Thank's @MaybeShewill-CV , it fixed my previous issue but we still need to wait on Supporting control flow in TensorFlow Lite to be able to convert this model to tflite. There are also several operators that will need to be implemented on the client side : CTC_BEAM_SEARCH_DECODER, LoopCond, RandomUniform, TensorArrayGatherV3, TensorArrayReadV3, TensorArrayScatterV3, TensorArrayV3, TensorArrayWriteV3.
EDIT: I forgot to say that I opened an issue on tensorflow repo too.
I guess we can use Mozilla's : ctc_beam_search_decoder
@Sach97 Once I've got spare time. I will check for this. You may also contribute on this. You're welcome to pull requests:)
@MaybeShewill-CV I would love to contribute to your project but I've some issues with the project setup it doesn't recognize the modules on any of my laptops (linux, macosx) like config and crnn_model. I haven't done any serious user facing project setup in python so don't quote me on this but I think we need a setup.py like crepe. I made a dirty workaround by copy pasting the modules in export_saved_model.py. Once I fix that maybe I'll be able to work on this. If you have sometime maybe we could schedule a 1:1 session on gitter.im or something to fix my environment ?
@Sach97 You may set CRNN_PROJECT root dir in your PYTHONPATH:)
Thank's I'll try that
Hi @MaybeShewill-CV , I'm trying to export your model in order to convert it to tflite but I'm facing this error :
Which version of tensorflow did you use for your trained model on Dropbox? My version is 1.12. Thank's for your incredible work on this.