Skip to content
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

how to create our own training model? #478

Open
muthuramanm opened this issue May 27, 2021 · 1 comment
Open

how to create our own training model? #478

muthuramanm opened this issue May 27, 2021 · 1 comment

Comments

@muthuramanm
Copy link

Please suggest me the steps to create our own training models and what are the steps i will have to do to achieve better accuracy from my trained model?.

@cgl0408
Copy link

cgl0408 commented Jun 7, 2021

The steps to create our own training models is on author github readme already
I assume you have training img and label format like x1,y1,x2,y2,x3,y3,x4,y4,Your language,###
then use split_label.py to format like xmin,ymin,xmax,ymax
If you want more details Please read the code
Also,you can download dataset on author github readme there has already format dataset
when you done above ,you can run train.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants