Dharun/Tensorflow-License-Plate-Detection

Training for new Country

Closed this issue · 2 comments

Thanks for this repository, can I use this to train my own model, for example I have two model for our country and train it using this?

Will this program be able to make it real time using IP Camera?

@alucard079 : you can use Opencv's VideoCapture class where IP Camera's ip can be passed as argument and its frames can be captured. Once frames are captured, you can pass them downstream to rest of pipeline for prediction.