nnethercott commited on
Commit
de9673a
โ€ข
1 Parent(s): 50dedc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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) using [PaddleOcr](https://github.com/PaddlePaddle/PaddleOCR).
59
 
60
  ![image](./syndog-boxes.jpg)
61
 
62
- This dataset contains annotations with 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
 
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