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

creating a string out of neural network (segmentation upgrade) #13

Open
4 of 5 tasks
starcruiser5289 opened this issue Oct 25, 2020 · 0 comments
Open
4 of 5 tasks
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@starcruiser5289
Copy link
Contributor

starcruiser5289 commented Oct 25, 2020

modify segmentation.c so that:

  • adapt matrice size gain from letter_seg into a 32x32 matrice for neural network
  • letter_seg return or modify a string to add character from neural network to make words
  • word_seg return or modify a string that combines all words to make lines
  • line_seg return or modify a string that combines all lines to make a paragraph
  • parag_seg (when coded) return or modify a string that combines all paragraphs that makes up the file
@starcruiser5289 starcruiser5289 added the enhancement New feature or request label Oct 25, 2020
@starcruiser5289 starcruiser5289 added this to the Last Defense milestone Oct 25, 2020
@starcruiser5289 starcruiser5289 self-assigned this Oct 25, 2020
@starcruiser5289 starcruiser5289 changed the title creating a string out of neural network creating a string out of neural network (segmentation upgrade) Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant