Martin Thoma

Results 446 comments of Martin Thoma

Some first results by `prob_sum > 0.95 and not any([el for el in bbintersections[i]]) and len(stroke) > 2 and predictions[0]['semantics'].split(';')[1] != '-'` ``` text 2015-05-10 20:00:41,780 INFO TOP-1: 0.27 2015-05-10...

## Single Stroke combinational recognizer Classify symbols stroke-by-stroke. Lets say there are n symbols in total. 1. Classify each stroke. Remember the scaling, x- and y- translation factors (3 factors)...

## Stream segmentation - Start classifying when the first stroke arrives - Situation: You have the complete list of all entered strokes `complete_data`, the new entered stroke `new_data`, the old...

``` text ## 325119 Real segmentation: [[0, 1], [2, 3]] (got at place -1) Predict segmentation: [[0], [1], [2, 3]] (1.00000000) Segmentation took 0.0561 seconds. over-segmented ## 325266 Real segmentation:...

Top 2 > 0.95 instead of top 3: ``` text 2015-06-08 20:55:56,451 INFO mean: 0.00 2015-06-08 20:55:56,465 INFO median: 0.00 2015-06-08 20:55:56,466 INFO TOP-1: 0.18 2015-06-08 20:55:56,466 INFO TOP-3: 0.18...

Top 4 > 0.95 instead of top 3: ``` text 2015-06-08 21:01:28,281 INFO mean: 0.00 2015-06-08 21:01:28,282 INFO median: 0.00 2015-06-08 21:01:28,282 INFO TOP-1: 0.22 2015-06-08 21:01:28,282 INFO TOP-3: 0.22...

Top 5 > 0.95 instead of top 3: ``` text 2015-06-08 21:07:36,789 INFO mean: 0.00 2015-06-08 21:07:36,790 INFO median: 0.00 2015-06-08 21:07:36,790 INFO TOP-1: 0.23 2015-06-08 21:07:36,791 INFO TOP-3: 0.23...

Top 6 > 0.95 instead of top 3: ``` text 2015-06-08 21:14:14,411 INFO mean: 0.00 2015-06-08 21:14:14,412 INFO median: 0.00 2015-06-08 21:14:14,412 INFO TOP-1: 0.24 2015-06-08 21:14:14,412 INFO TOP-3: 0.24...

Top 10 > 0.95 instead of top 3: ``` text 2015-06-08 21:19:49,930 INFO mean: 0.00 2015-06-08 21:19:49,931 INFO median: 0.00 2015-06-08 21:19:49,931 INFO TOP-1: 0.25 2015-06-08 21:19:49,931 INFO TOP-3: 0.25...

Top 20 > 0.95 instead of top 3: ``` text 2015-06-08 22:33:33,301 INFO mean: 0.00 2015-06-08 22:33:33,302 INFO median: 0.00 2015-06-08 22:33:33,302 INFO TOP-1: 0.26 2015-06-08 22:33:33,302 INFO TOP-3: 0.26...