Datasets:
nnethercott
commited on
Commit
โข
de9673a
1
Parent(s):
50dedc6
Update README.md
Browse files
README.md
CHANGED
@@ -55,11 +55,11 @@ size_categories:
|
|
55 |
|
56 |
## SynthDoG detection ๐
|
57 |
|
58 |
-
OCR annotations for [`synthdog-en`](https://huggingface.co/datasets/naver-clova-ix/synthdog-en)
|
59 |
|
60 |
![image](./syndog-boxes.jpg)
|
61 |
|
62 |
-
This dataset contains annotations
|
63 |
* `2_coord`: [(xmin, ymin), (xmax,ymax)]
|
64 |
* `2_coord`: [(xmin/w, ymin/h), (xmax/w,ymax/h)] normalized version of `2_coord` where (h, w) are the image height and width
|
65 |
* `4_coord`: [(x1, y1), (x2,y2), (x3,y3), (x4, y4)] all corners of the rectangle enclosing the text span
|
|
|
55 |
|
56 |
## SynthDoG detection ๐
|
57 |
|
58 |
+
OCR annotations with bounding boxes for [`synthdog-en`](https://huggingface.co/datasets/naver-clova-ix/synthdog-en) generated with [PaddleOcr](https://github.com/PaddlePaddle/PaddleOCR).
|
59 |
|
60 |
![image](./syndog-boxes.jpg)
|
61 |
|
62 |
+
This dataset contains annotations where the bounding boxes have the following formats:
|
63 |
* `2_coord`: [(xmin, ymin), (xmax,ymax)]
|
64 |
* `2_coord`: [(xmin/w, ymin/h), (xmax/w,ymax/h)] normalized version of `2_coord` where (h, w) are the image height and width
|
65 |
* `4_coord`: [(x1, y1), (x2,y2), (x3,y3), (x4, y4)] all corners of the rectangle enclosing the text span
|