From 67ad7e2b9c42c50793197763efc32b556a5bccf1 Mon Sep 17 00:00:00 2001
From: Tetiana Yemelianenko <tyemel.mzeom@gmail.com>
Date: Wed, 28 Aug 2024 18:07:27 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 66728c5..35743d7 100644
--- a/README.md
+++ b/README.md
@@ -38,14 +38,16 @@ Next you need to train YOLO model using the original dataset which you want to e
 To reproduce our steps you need finetuned on the original DEArt dataset YOLO model, file with calculated objectnesses for the images from Wikiart dataset and ANNOY index. These files are available upon a request.
 
 ## Citation
+```
 @InProceedings{Yemelianenko_2024_ECCV,
-author    = {Yemelianenko, Tetiana and Tkachenko, Iuliia and Masclef, Tess and Scuturici, Mihaela and Miguet, Serge},
-title     = {An approach for dataset extension for object detection in artworks using open-vocabulary models},
-booktitle = {},
-month     = {September},
-year      = {2024},
-pages     = {}
+    author    = {Yemelianenko, Tetiana and Tkachenko, Iuliia and Masclef, Tess and Scuturici, Mihaela and Miguet, Serge},
+    title     = {An approach for dataset extension for object detection in artworks using open-vocabulary models},
+    booktitle = {},
+    month     = {September},
+    year      = {2024},
+    pages     = {}
 }
+```
 
 ## License
 The dataset is available under license Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA) <a href="http://creativecommons.org/licenses/by-nc-sa/4.0">LiceRI</a>.
-- 
GitLab