Skip to content
Snippets Groups Projects
Commit eff5dade authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added faulty classified characters for final dataset.

parent a4973beb
No related branches found
No related tags found
No related merge requests found
docs/faulty.png

500 KiB | W: | H:

docs/faulty.png

488 KiB | W: | H:

docs/faulty.png
docs/faulty.png
docs/faulty.png
docs/faulty.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -45,7 +45,7 @@ for i, char in enumerate(test_set): ...@@ -45,7 +45,7 @@ for i, char in enumerate(test_set):
print '%d of %d (%d%% done)' % (i + 1, l, round(100 * (i + 1) / l)) print '%d of %d (%d%% done)' % (i + 1, l, round(100 * (i + 1) / l))
print '\n%d matches (%.1f%%), %d fails' % (matches, \ print '\n%d matches (%.1f%%), %d fails' % (matches, \
round(100 * matches / l), len(test_set) - matches) 100.0 * matches / l, len(test_set) - matches)
# Show a grid plot of all faulty classified characters # Show a grid plot of all faulty classified characters
print 'Plotting faulty classified characters...' print 'Plotting faulty classified characters...'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment