From 7d3186b1bdbdea284a4f40ace503be361682895a Mon Sep 17 00:00:00 2001
From: onb1259 <onb1259@onb.ac.at>
Date: Wed, 18 Oct 2023 14:20:55 +0200
Subject: [PATCH] updated README

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3297a18..94a111a 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@
 This repository provides a Jupyter notebook that uses a YOLOv8 model to extract figures from a book given the url of its iiif manifest.
 
 The model has been trained on the following fives book from the ABO corpus:
-- [](http://data.onb.ac.at/ABO/%2BZ97792402)
-- [](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/%2BZ97792402
+- 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
 
-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].
+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