todo list
This commit is contained in:
parent
d5a4b46c7a
commit
5a51510209
1 changed files with 15 additions and 0 deletions
15
TODO.md
Normal file
15
TODO.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# TODOO
|
||||
|
||||
[x] fix get_avg_color
|
||||
[ ] make rasterizer function return a grayscale image rather than rgb
|
||||
[x] implement score function: (image, mask: grayscale) -> score number
|
||||
[ ] resize font to be size of character bounding box
|
||||
[ ] implement a final function check: (image) -> which font it probably is
|
||||
[ ] test(run it in a loop for the result)
|
||||
|
||||
|
||||
## In case results are bad
|
||||
|
||||
[ ] modify score system to use squared error rather than normal error
|
||||
[ ] noramlize the mask before use
|
||||
[ ] if still bad, maybe contact professor for improvement idea?
|
Loading…
Reference in a new issue