From 5a51510209f36fae3c9f0c015d9931e9a96fda0d Mon Sep 17 00:00:00 2001 From: Rusty Striker Date: Sat, 20 Jan 2024 21:37:07 +0200 Subject: [PATCH] todo list --- TODO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3b7d3af --- /dev/null +++ b/TODO.md @@ -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?