-
Notifications
You must be signed in to change notification settings - Fork 17
Fix for #20 with --det-order-bfs, and update visualizer #30
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
Conversation
…hange Fix typo in README
Fix Bazel build on Linux
…s-in-src/common.cc Fix zero-probability handling
…cument-changes Add configurable test modes
…and-tesseract-decoder Add docs links to README
…ing-algorithm Add BFS detector ordering option
…dex.html-for-default-visualizatio Add BFS detector coordinate logging
Add the default logfile for the visualizer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks Noah 👍🏻
btw is viz/logfile.json the file with the color code example?
|
|
also tried without the dfs det order and the tighter beam settings: |
|
BTW -- adding With the and with the |
…-logic Expose detector order creation
Fix #20 by adding
--det-order-bfsargument.Apparently it can improve performance for the same LER as well:
Plus a few updates for the visualizer, now it should load a default logfile automatically!