From 6cd106a2009dfcf30074fe6cc22fb7eb9e76935d Mon Sep 17 00:00:00 2001 From: Koen Hufkens Date: Wed, 11 Oct 2023 20:19:12 +0200 Subject: [PATCH] image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f5c743..1024b0d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Generally, solving captcha problems can be done using a RCNN + CTC loss setup. T A simple test on a subset of the data (~10K images, instead of the total dataset of ~350K) shows reasonable performance (see image below). Given these results the exercise should be expanded to the full dataset, including many more writing styles to increase model robustness. -![](test_results.png) +![](https://github.com/khufkens/OCR_climate/blob/f58311cdac8b4a28b9cd106bf87e11b6b92a715f/manuscript/test_results.png) ## Next steps