SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Run time data #64

Closed Avinash01111992 closed 6 years ago

Avinash01111992 commented 6 years ago

Hi I'm trying to add some extra trained images example parking number plate template. i trained Parking number plate image using tensorflow framework and i exported the out put trained model as .pb file format. **My question is if i have trained .pb model file how can use or add my own trained image (template) with existing Eu? Is this possible to do this?

SandroMachado commented 6 years ago

Hi @Avinash01111992,

I think it is not possible, but you should ask at the parent project: https://github.com/openalpr/openalpr

Regards