Daniil-Domino commited on
Commit
4e3a094
·
verified ·
1 Parent(s): c9bc235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -13,12 +13,9 @@ tags:
13
  - yolo11x
14
  - htr
15
  - text-detection
16
- metrics:
17
- - mAP50: 0.966
18
- - mAP50-95: 0.725
19
  ---
20
 
21
- # Handwritten Text Detection using YOLO11
22
 
23
  YOLO11x was fine-tuned on the [School Notebooks Dataset](https://huggingface.co/datasets/ai-forever/school_notebooks_RU) and an additional dataset of over 30 images containing printed text.
24
 
@@ -39,7 +36,7 @@ import matplotlib.pyplot as plt
39
 
40
 
41
  # download model
42
- model_path = hf_hub_download(repo_id="Daniil-Domino/Daniil-Domino/yolo11x-text-detection", filename="model.pt")
43
 
44
  # load model
45
  model = YOLO(model_path)
 
13
  - yolo11x
14
  - htr
15
  - text-detection
 
 
 
16
  ---
17
 
18
+ # Handwritten Russian Text Detection using YOLO11
19
 
20
  YOLO11x was fine-tuned on the [School Notebooks Dataset](https://huggingface.co/datasets/ai-forever/school_notebooks_RU) and an additional dataset of over 30 images containing printed text.
21
 
 
36
 
37
 
38
  # download model
39
+ model_path = hf_hub_download(repo_id="Daniil-Domino/yolo11x-text-detection", filename="model.pt")
40
 
41
  # load model
42
  model = YOLO(model_path)