-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arabic letters unicode issue #107
Comments
UPDATE : I ended up making gen.py work and generated the dataset with the arabic letters using UTF-8 encodings for CHARS but now when i tried launching training i was getting encoding errors (i bypassed them by redefining CHARS as a non encoded string) but now i am getting incompatible tensor shape errors. I am new with Tensorflow can someone help me ? |
duuuuude u making this for moroccan licence plates ??? |
@IlyasMoutawwakil I posted the code here |
And what abt real time detection the code mathew uses is quite hard coding
the plate detection .. it takes him a lot of time to process one image
while using his GPU .. his solution is not practical for embedded systems ..
…On Sun, 24 Mar 2019 17:52 jihadbourassi, ***@***.***> wrote:
@IlyasMoutawwakil <https://github.com/ILYASMOUTAWWAKIL>
Yes i am, i was able to adapt the codegenrate the dataset and launch the
training, i'm waiting on the loss function to converge it might take a
while since i don'thave gpu
i posted the code here
<https://github.com/jihadbourassi/deep-anpr-for-Moroccan-licence-plates>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Arihpaamg4jY6E4Wp3UpN_jdya7Ry44Uks5vZ61hgaJpZM4bhAeO>
.
|
@IlyasMoutawwakil Since my academic project is about processing one image at a time and not live detection in a video, I'll be satisfied if I achieve just that. But you're right, I'm aware that Matthew's code is not ideal for real time recognition, I will definitely expand upon it once I am done with my project obligations. |
@jihadbourassi could you share with us the file : weights.npz |
Hello everyone
I am trying to implement this code for moroccan licence plate detection, the moroccan number plates contain arabic letters and number and i am having trouble generating the dataset of images
The text was updated successfully, but these errors were encountered: