From 556b4f9a60f400ae39df93d22fd9ba503f54f706 Mon Sep 17 00:00:00 2001 From: onb1259 <onb1259@onb.ac.at> Date: Wed, 18 Oct 2023 14:23:32 +0200 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dfce20..1d565d6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The model has been trained on the following fives book from the ABO corpus: - http://data.onb.ac.at/ABO/%2BZ155502807 - http://data.onb.ac.at/ABO/%2BZ156318706 - http://data.onb.ac.at/ABO/%2BZ164403901 -- http://data.onb.ac.at/ABO/%Z259182702 +- http://data.onb.ac.at/ABO/%2BZ22101290X From these approximately 1700 book pages 250 contain figures that have been annotated with bounding boxes with the image annotation webservice [CVAT](https://www.cvat.ai/). Training has been done locally with the nano version of YOLOv8. The resulting model for figure detection is given by [model_extract_figures.pt](model_extract_figures.pt). -- GitLab