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

Real results #4

Open
deflorator1980 opened this issue Jan 31, 2019 · 5 comments
Open

Real results #4

deflorator1980 opened this issue Jan 31, 2019 · 5 comments

Comments

@deflorator1980
Copy link

In my occasion real results are pretty sad :)

image

@deflorator1980 deflorator1980 changed the title Real resolts Real results Jan 31, 2019
@Wikunia
Copy link
Contributor

Wikunia commented Jan 31, 2019

I suppose that the sliding windows you are using are too big. You can either change that or increase the size of the photo.
In general there are better approaches than sliding window. If it's just black on white you can use bounding boxes generated by openCV. You might wanna check my He2LaTeX repository for that.

@Wikunia
Copy link
Contributor

Wikunia commented Feb 10, 2019

Any news?

@deflorator1980
Copy link
Author

Any news?

He2LaTeX (https://github.com/Wikunia/HE2LaTeX) detects my handwritten digits even worse )
image

@Wikunia
Copy link
Contributor

Wikunia commented May 18, 2019

It is trained using different equations and I found out that it isn't generalizing it. When running it in verbose mode you should get a good output of the single digits ;)
Sorry for the results :/
With my comment I meant more that the bounding boxes should be better in that code.
I should probably add it to this code and if I have time relearn on He2LaTeX

@deflorator1980
Copy link
Author

It is trained using different equations and I found out that it isn't generalizing it. When running it in verbose mode you should get a good output of the single digits ;)
Sorry for the results :/
With my comment I meant more that the bounding boxes should be better in that code.
I should probably add it to this code and if I have time relearn on He2LaTeX

I my case YandexVision works pretty good https://cloud.yandex.com/docs/vision/quickstart
I don't know what library do they use under hood:)
image

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