dkagramanyan commited on
Commit
c0f98eb
1 Parent(s): 45db8f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -31,10 +31,23 @@ Contains labeled dictations blanks in YOLO format
31
 
32
  No image alignment or any preprocess
33
 
34
- **image dpi, resolution?**
35
 
36
  ## How to use
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
 
40
  ## Sample
 
31
 
32
  No image alignment or any preprocess
33
 
34
+ Resolution 1320x1020, 96 dpi
35
 
36
  ## How to use
37
 
38
+ 1) clone repo
39
+
40
+ ```
41
+ git clone https://huggingface.co/datasets/armvectores/handwritten_text_detection
42
+ cd handwritten_text_detection
43
+ ```
44
+
45
+ 2) use data.yaml for training
46
+
47
+ ```
48
+ import ultralytics
49
+ results = model.train(data='data.yaml', epochs=20)
50
+ ```
51
 
52
 
53
  ## Sample