dkagramanyan's picture
Update README.md
c0f98eb verified
|
raw
history blame
No virus
1.15 kB
metadata
task_categories:
  - object-detection
language:
  - hy
pretty_name: hye_yolo_v0
size_categories:
  - n<1K
tags:
  - handwritten text
  - dictation
  - YOLOv8

Handwritten text detection dataset

Data domain

The blanks images provided youth organization "Armenian Club" (telegram, instagram ), Russia Moscow.

The text on blanks waas written during dictation "Teladrutyun" in 2018

The blanks were labeled by Amir and Renal during research project in HSE MIEM

Dataset info

Contains labeled dictations blanks in YOLO format

91 image in total, 73 (80%) for train and 18 (20%) for test

No image alignment or any preprocess

Resolution 1320x1020, 96 dpi

How to use

  1. clone repo
git clone https://huggingface.co/datasets/armvectores/handwritten_text_detection
cd handwritten_text_detection
  1. use data.yaml for training
import ultralytics
results = model.train(data='data.yaml', epochs=20)

Sample