-
Notifications
You must be signed in to change notification settings - Fork 0
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
HELP FOR ALPR #1
Comments
Hi Rajesh!
Check the explanation about the arguments at the file.
- --samples : This is the path to where our labeled license plate
character images reside.
- --char-classifier : The output path to our trained *letter* classifier.
- --digit-classifier : The output path to our trained *digit *classifier.
- --min-samples : In order to include a given character in the training
set, we’ll require that we have at least --min-samples of the
particular character.
I hope this could help you. Mail me if you still have any questions.
Best regards,
Fernando.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Em dom, 7 de abr de 2019 às 13:21, Rutuja Rajesh <[email protected]>
escreveu:
… Nice work on License plate. can i know in train_advanced.py the argument
to run the program is python train_advanced.py --samples output/examples
--char-classifier output/adv_char.cpickle \
--digit-classifier output/adv_digit.cpickle
but in the code there are 4 argument parser called
- samples, char-classifier , digit-classifier, min_samples.
why?
can i know what is the limitations in this project.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AICm-AnSI8FJ8dbwDr9vBr4AGK-APasAks5vehskgaJpZM4cg2w_>
.
|
@ftcastro can you share mail id please |
can you share mail id please
…On Mon, Apr 8, 2019 at 5:37 PM ftcastro ***@***.***> wrote:
Hi Rajesh!
Check the explanation about the arguments at the file.
- --samples : This is the path to where our labeled license plate
character images reside.
- --char-classifier : The output path to our trained *letter* classifier.
- --digit-classifier : The output path to our trained *digit *classifier.
- --min-samples : In order to include a given character in the training
set, we’ll require that we have at least --min-samples of the
particular character.
I hope this could help you. Mail me if you still have any questions.
Best regards,
Fernando.
<
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
>
Livre
de vírus. www.avast.com
<
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Em dom, 7 de abr de 2019 às 13:21, Rutuja Rajesh ***@***.***
>
escreveu:
> Nice work on License plate. can i know in train_advanced.py the argument
> to run the program is python train_advanced.py --samples output/examples
> --char-classifier output/adv_char.cpickle \
>
> --digit-classifier output/adv_digit.cpickle
> but in the code there are 4 argument parser called
>
> - samples, char-classifier , digit-classifier, min_samples.
> why?
> can i know what is the limitations in this project.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1>, or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AICm-AnSI8FJ8dbwDr9vBr4AGK-APasAks5vehskgaJpZM4cg2w_
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AZOzY-grDd6vUIp0ZUo3BezIkY_uwzp6ks5vezEYgaJpZM4cg2w_>
.
|
Mail ID? I didn't understand your request, hehe.
Best regards,
Fernando.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Em seg, 8 de abr de 2019 às 09:26, Rutuja Rajesh <[email protected]>
escreveu:
… can you share mail id please
On Mon, Apr 8, 2019 at 5:37 PM ftcastro ***@***.***> wrote:
> Hi Rajesh!
>
> Check the explanation about the arguments at the file.
>
>
> - --samples : This is the path to where our labeled license plate
> character images reside.
> - --char-classifier : The output path to our trained *letter* classifier.
> - --digit-classifier : The output path to our trained *digit *classifier.
> - --min-samples : In order to include a given character in the training
> set, we’ll require that we have at least --min-samples of the
> particular character.
>
> I hope this could help you. Mail me if you still have any questions.
>
> Best regards,
> Fernando.
>
> <
>
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
> >
> Livre
> de vírus. www.avast.com
> <
>
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
> >.
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> Em dom, 7 de abr de 2019 às 13:21, Rutuja Rajesh <
***@***.***
> >
> escreveu:
>
> > Nice work on License plate. can i know in train_advanced.py the
argument
> > to run the program is python train_advanced.py --samples
output/examples
> > --char-classifier output/adv_char.cpickle \
> >
> > --digit-classifier output/adv_digit.cpickle
> > but in the code there are 4 argument parser called
> >
> > - samples, char-classifier , digit-classifier, min_samples.
> > why?
> > can i know what is the limitations in this project.
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <#1>, or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/AICm-AnSI8FJ8dbwDr9vBr4AGK-APasAks5vehskgaJpZM4cg2w_
> >
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>, or
mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/AZOzY-grDd6vUIp0ZUo3BezIkY_uwzp6ks5vezEYgaJpZM4cg2w_
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AICm-JGUI1sg4zBpOAuCFyoZgOldvWLgks5vezVdgaJpZM4cg2w_>
.
|
Mail me if you still have any questions. i have some more questions so,MAIL ID? |
Ohh, I got it!
You can mail me at ftcastro[at]gmail
Best regards,
Fernando.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Em seg, 8 de abr de 2019 às 10:19, Rutuja Rajesh <[email protected]>
escreveu:
… Mail me if you still have any questions. i have some more questions
so,MAIL ID?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AICm-IUgeCf6WQumENFPFqeYUfza9Nt1ks5ve0HDgaJpZM4cg2w_>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice work on License plate. can i know in train_advanced.py the argument to run the program is python train_advanced.py --samples output/examples --char-classifier output/adv_char.cpickle \
--digit-classifier output/adv_digit.cpickle
but in the code there are 4 argument parser called
why?
can i know what is the limitations in this project.
The text was updated successfully, but these errors were encountered: