From 98cb54a13a65215a432c97920b0c2748a3a0eb60 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sat, 8 Nov 2008 23:32:39 +0100 Subject: [PATCH] Reorganize TODO. --- TODO | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) rewrite TODO (96%) diff --git a/TODO b/TODO dissimilarity index 96% index 6953790..40e1cfa 100644 --- a/TODO +++ b/TODO @@ -1,22 +1,24 @@ -- correctness: -* provide diagnostic about recognition errors based on expectation - from previous step -* try to filter out erroneous add/clear when they are undone later - (keep a list of positions known to vary, and confidence stats) -* add SGF comments about (non-)confidence of decoded moves when needed -* generate proper "move" steps in SGF when possible -* use the grid region only for quantization (autodetecting best board - color from that region) -* calculate default sample_radius from board size on image - -- features: -* make the solution able to handle 13x13 and 9x9 without changing the code - (esp. find gocam settings for 9x9 photos, it seems just confused) -* handling particular boards like hoshi-delimited 13x13 on a 19x19 board -* provide a command-line tool to get the job done without the need to - edit a perl script -* maybe provide a gui for interactive tuning - -- perfs: -* port the Image2SGF's stone-detection algo into gocam to avoid dep on perl - and hopefully get better perf +- correctness: + + accuracy: + * generate proper "move" steps in SGF when possible + * use the grid region only for quantization (autodetecting best board + color from that region) + * calculate default sample_radius from board size on image + + compensation of inacuracies: + * provide diagnostic about recognition errors based on expectation + from previous step + * try to filter out erroneous add/clear when they are undone later + (keep a list of positions known to vary, and confidence stats) + * add SGF comments about (non-)confidence of decoded moves when needed + +- features: + * make the solution able to handle 13x13 and 9x9 without changing the code + (esp. find gocam settings for 9x9 photos, it seems just confused) + * handling particular boards like hoshi-delimited 13x13 on a 19x19 board + * provide a command-line tool to get the job done without the need to + edit a perl script + * maybe provide a gui for interactive tuning + +- perfs: + * port the Image2SGF's stone-detection algo into gocam to avoid dep on perl + and hopefully get better perf -- 2.11.4.GIT