Skip to content

Releases: kakainet/ImageToLatex

v0.1.1

05 Apr 09:13
Compare
Choose a tag to compare

Brief

Tools: Increased performance of tool/visual, bug fixes.
Model: Support non-const length characters, added saving, refactor code, added some functionalities.

Details

  • possibility for saving model's architecture with weights #90
  • restructured data-set loading #63
  • support non-const lengths #76 #68
  • small details (refactor) in tool/visual #79 #81 #86 #71
  • fixed bug in tool/set #87
  • increased performance in tool/visual #66
  • added config script for automated initialization of tool/visual #59
  • readme update #83

v0.1.0

05 Mar 15:20
eca585b
Compare
Choose a tag to compare

Brief

A neural network capable of translating handwriting into latex within A-Z toolset for creating training data.
Implemented:

  • model (const length recognizer)
  • tool/visual
  • tool/set
  • tool/raw

Details

  • flag system #3 #21
  • multithreading in visual #10 #5 #22
  • model #31 #58 #65
  • raw data processing in model #38 #39 #45
  • raw latex #17
  • basic pngs #18
  • visual mvp #19
  • more effects in visual #20
  • replace sfml with opencv #23
  • visual/logger #24
  • clang-format #25
  • reporter, visual modules #26
  • config, path philosophy in visual #27
  • dealing with too large images #28
  • readme #30 #56 #69
  • docs visual #33
  • boost set scripts, multithreading #35 #46
  • unit tests visual #36
  • clean up, refactors #43 #47
  • setup configuration #59 #60