sourabh2k15
sourabh2k15
Yeah I saw your code from an earlier comment, randomly generating number plates of length 7 and 8. I read in one of the other issue comments that this is...
hello, I no longer have those trained weights but I do have one thing to say. After you put all the hardwork, make the code work and get the weights...
well it would be advisable to use TF or any other ML stuff if you get hold of a good dataset containing labelled indian license plate images. There isn't a...
Yes I back this up , on windows the multiprocessing fails , commenting @mpgen is the only way out, but on linux this works out of the box right .
Yup it makes it use only one core, instead of using all cores available. So even on a CPU this is slower as it is using only 1 core instead...
I have got this working with opencv 3.1 and tensorflow 1.0 , but originally this was written for older versions of both .
pt1 = tuple(reversed(list(map(int, pt1))))
If you are running it on windows, change "/" to "\" in the function where it reads path of training files also try commenting @mpgen line , which uses multiple...
I have played around with this code a bit, but I see a limitation in this work when it comes to detecting different patterns of text and numbers or variable...
Would love to help :+1: , just provide me some pointers to learn more about this stuff, bit of a newbie in this stuff.