diff --git a/README.md b/README.md index 32897cd3e640101ba184f8c4ccd896981de3804a..033a883d39b32cf218e41523a8ff74ecc3d3af7b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,55 @@ --- license: mit +task_categories: + - object-detection +language: + - km +tags: + - document-layout + - khmer + - coco +pretty_name: ARDB Daily Bulletin Layout (COCO) v1 --- + +# ARDB Daily Bulletin Layout Detection — v1 (COCO format) + +Document-layout detection dataset built from **ARDB (Agricultural and Rural Development Bank +of Cambodia) daily market-price bulletins** — born-digital Khmer PDFs with one price table per +page. Purpose: fine-tune a layout detector (YOLO-class) for a Khmer financial-document OCR +pipeline at GDDE/MEF. + +## Contents + +| Split | Pages | Boxes | Documents | +|---|---|---|---| +| train | 73 | 341 | 24 bulletins | +| valid | 9 | 42 | 3 bulletins | +| test | 9 | 42 | 3 bulletins | + +Each split folder holds page images (JPG, rendered at 200 DPI) plus `_annotations.coco.json` +(COCO object-detection format, bbox = `[x, y, width, height]` in pixels). + +**Classes (5):** `Table`, `Text`, `Section-Header`, `Page-Furniture` (page headers/footers), +`Picture` (logos/stamps). Category ids follow each JSON's `categories` list. +Exactly one `Table` box per page, covering the full table **including header row and label +columns** (a deliberate rule: off-the-shelf detectors clipping label columns was a measured +failure mode). + +## Provenance & method + +1. Source PDFs: publicly published ARDB daily bulletins (June–July 2026), rendered at 200 DPI. +2. **Pseudo-labels** generated by Surya layout detection (`surya-ocr` 2.x), mapped to the + 5-class set, confidence-filtered at 0.5. +3. **Human correction pass** in Roboflow (model-assisted labeling): fragmented table boxes + merged to one per page, box edges tightened, labels fixed, junk boxes removed. +4. Split is **by document** (no bulletin's pages straddle splits) to prevent + near-duplicate-page leakage; assignment is deterministic (seed 0). + +## Caveats + +- **Single-template corpus:** all 30 bulletins share one layout. valid/test measure + label quality, not cross-template generalization — evaluate generalization on held-out + document types (budget/TOFE reports, gas-price bulletins) via the downstream pipeline harness. +- Pseudo-labels originate from Surya (weights under a modified OpenRAIL-M licence); this + dataset is intended for **private/internal training use** pending a licence review for any + public redistribution. diff --git a/test/_annotations.coco.json b/test/_annotations.coco.json new file mode 100644 index 0000000000000000000000000000000000000000..dddd4152b31ebe4a7c007047dd159de02770bc83 --- /dev/null +++ b/test/_annotations.coco.json @@ -0,0 +1 @@ +{"images": [{"id": 0, "file_name": "doc_003_p0_png.rf.910b386643350c03d9829a3d90fd70bb.jpg", "width": 2000, "height": 2000}, {"id": 1, "file_name": "doc_003_p1_png.rf.4b97de97cb68ef1430f6eb122dac9752.jpg", "width": 2000, "height": 2000}, {"id": 2, "file_name": "doc_003_p2_png.rf.b84776d16fd20e5be5a0f868625154a1.jpg", "width": 2000, "height": 2000}, {"id": 3, "file_name": "doc_017_p0_png.rf.5032ce0d9389884f3da390db1ba30e1d.jpg", "width": 2000, "height": 2000}, {"id": 4, "file_name": "doc_017_p1_png.rf.b3fd7a7dccfb69c11025b03ab0ce2b86.jpg", "width": 2000, "height": 2000}, {"id": 5, "file_name": "doc_017_p2_png.rf.9d676d7f5552c2d3277b3e86c6dc8605.jpg", "width": 2000, "height": 2000}, {"id": 6, "file_name": "doc_018_p0_png.rf.fb282ee3ba844f17061a8c6350c1f8ca.jpg", "width": 2000, "height": 2000}, {"id": 7, "file_name": "doc_018_p1_png.rf.598395774bc215c49698bc02675c8afb.jpg", "width": 2000, "height": 2000}, {"id": 8, "file_name": "doc_018_p2_png.rf.d2d90227bd137d9ff9a1f876b578f515.jpg", "width": 2000, "height": 2000}], "annotations": [{"id": 0, "image_id": 0, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 1, "image_id": 0, "category_id": 3, "bbox": [186.00499999999997, 41.99999999999999, 354.6700000000001, 63.42000000000001], "area": 22493.171400000007, "iscrowd": 0, "score": 1.0}, {"id": 2, "image_id": 0, "category_id": 3, "bbox": [185.99499999999998, 102.0, 363.30999999999995, 66.46000000000001], "area": 24145.582599999998, "iscrowd": 0, "score": 1.0}, {"id": 3, "image_id": 0, "category_id": 2, "bbox": [225.99499999999995, 235.995, 1545.2300000000002, 86.65000000000003], "area": 133894.1795000001, "iscrowd": 0, "score": 1.0}, {"id": 4, "image_id": 0, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 5, "image_id": 1, "category_id": 4, "bbox": [30.000000000000014, 29.57499999999999, 151.26, 153.11], "area": 23159.4186, "iscrowd": 0, "score": 1.0}, {"id": 6, "image_id": 1, "category_id": 3, "bbox": [180.0, 39.995000000000005, 360.0, 66.85], "area": 24065.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 7, "image_id": 1, "category_id": 3, "bbox": [179.99499999999995, 100.005, 368.0499999999999, 65.09], "area": 23956.374499999994, "iscrowd": 0, "score": 1.0}, {"id": 8, "image_id": 1, "category_id": 0, "bbox": [30.00000000000003, 220.00000000000009, 1940.0, 1740.0], "area": 3375600.0, "iscrowd": 0, "score": 1.0}, {"id": 9, "image_id": 2, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 10, "image_id": 2, "category_id": 3, "bbox": [180.0, 40.0, 360.0, 62.61999999999999], "area": 22543.199999999997, "iscrowd": 0, "score": 1.0}, {"id": 11, "image_id": 2, "category_id": 3, "bbox": [180.00500000000002, 100.0, 372.81000000000006, 64.38], "area": 24001.507800000003, "iscrowd": 0, "score": 1.0}, {"id": 12, "image_id": 2, "category_id": 0, "bbox": [30.00000000000003, 220.005, 1940.0, 1545.9499999999998], "area": 2999142.9999999995, "iscrowd": 0, "score": 1.0}, {"id": 13, "image_id": 2, "category_id": 1, "bbox": [30.005000000000003, 1765.3400000000001, 746.6499999999999, 194.65999999999985], "area": 145342.88899999988, "iscrowd": 0, "score": 1.0}, {"id": 14, "image_id": 3, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 15, "image_id": 3, "category_id": 3, "bbox": [179.60999999999999, 40.0, 363.78, 71.41999999999999], "area": 25981.167599999993, "iscrowd": 0, "score": 1.0}, {"id": 16, "image_id": 3, "category_id": 3, "bbox": [179.99999999999997, 100.42000000000002, 372.6600000000001, 76.19999999999999], "area": 28396.692000000003, "iscrowd": 0, "score": 1.0}, {"id": 17, "image_id": 3, "category_id": 2, "bbox": [209.99999999999997, 230.00000000000003, 1580.0, 95.34], "area": 150637.2, "iscrowd": 0, "score": 1.0}, {"id": 18, "image_id": 3, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 19, "image_id": 4, "category_id": 4, "bbox": [29.075000000000003, 30.0, 151.35000000000002, 161.56], "area": 24452.106000000003, "iscrowd": 0, "score": 1.0}, {"id": 20, "image_id": 4, "category_id": 3, "bbox": [180.00000000000003, 39.99999999999999, 364.86, 69.22], "area": 25255.6092, "iscrowd": 0, "score": 1.0}, {"id": 21, "image_id": 4, "category_id": 3, "bbox": [179.99999999999997, 100.0, 371.98, 67.68000000000004], "area": 25175.606400000015, "iscrowd": 0, "score": 1.0}, {"id": 22, "image_id": 4, "category_id": 0, "bbox": [30.00000000000003, 220.0050000000001, 1944.6, 1744.11], "area": 3391596.306, "iscrowd": 0, "score": 1.0}, {"id": 23, "image_id": 5, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 24, "image_id": 5, "category_id": 3, "bbox": [180.0, 39.99499999999999, 360.0, 70.55], "area": 25398.0, "iscrowd": 0, "score": 1.0}, {"id": 25, "image_id": 5, "category_id": 3, "bbox": [179.595, 100.00500000000001, 377.16999999999996, 71.61], "area": 27009.143699999997, "iscrowd": 0, "score": 1.0}, {"id": 26, "image_id": 5, "category_id": 0, "bbox": [29.53499999999998, 219.0749999999999, 1942.1499999999999, 1548.89], "area": 3008176.7135, "iscrowd": 0, "score": 1.0}, {"id": 27, "image_id": 5, "category_id": 1, "bbox": [29.575000000000017, 1765.32, 747.29, 194.24000000000024], "area": 145153.60960000017, "iscrowd": 0, "score": 1.0}, {"id": 28, "image_id": 6, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 29, "image_id": 6, "category_id": 3, "bbox": [179.99999999999997, 39.99999999999999, 363.22, 70.72], "area": 25686.918400000002, "iscrowd": 0, "score": 1.0}, {"id": 30, "image_id": 6, "category_id": 3, "bbox": [180.00500000000002, 100.38999999999999, 375.4900000000001, 69.06], "area": 25931.339400000008, "iscrowd": 0, "score": 1.0}, {"id": 31, "image_id": 6, "category_id": 2, "bbox": [200.00000000000006, 230.00000000000003, 1603.1999999999998, 93.1], "area": 149257.91999999998, "iscrowd": 0, "score": 1.0}, {"id": 32, "image_id": 6, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 33, "image_id": 7, "category_id": 4, "bbox": [30.0, 29.995000000000008, 155.34, 155.47], "area": 24150.7098, "iscrowd": 0, "score": 1.0}, {"id": 34, "image_id": 7, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 35, "image_id": 7, "category_id": 3, "bbox": [180.41500000000002, 100.41999999999999, 371.89000000000004, 65.0], "area": 24172.850000000002, "iscrowd": 0, "score": 1.0}, {"id": 36, "image_id": 7, "category_id": 0, "bbox": [30.00000000000003, 220.00000000000009, 1940.0, 1740.0], "area": 3375600.0, "iscrowd": 0, "score": 1.0}, {"id": 37, "image_id": 8, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 38, "image_id": 8, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 39, "image_id": 8, "category_id": 3, "bbox": [180.00500000000002, 99.99999999999999, 371.94999999999993, 70.30000000000003], "area": 26148.085000000006, "iscrowd": 0, "score": 1.0}, {"id": 40, "image_id": 8, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999997, 1939.28, 1547.6], "area": 3001229.7279999997, "iscrowd": 0, "score": 1.0}, {"id": 41, "image_id": 8, "category_id": 1, "bbox": [29.569999999999986, 1765.03, 749.1400000000001, 194.96000000000004], "area": 146052.33440000005, "iscrowd": 0, "score": 1.0}], "categories": [{"id": 0, "name": "Table"}, {"id": 1, "name": "Text"}, {"id": 2, "name": "Section-Header"}, {"id": 3, "name": "Page-Furniture"}, {"id": 4, "name": "Picture"}]} \ No newline at end of file diff --git a/test/doc_003_p0_png.rf.910b386643350c03d9829a3d90fd70bb.jpg b/test/doc_003_p0_png.rf.910b386643350c03d9829a3d90fd70bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b601cd03e004658fae82bf6dcf1301caeead39e8 --- /dev/null +++ b/test/doc_003_p0_png.rf.910b386643350c03d9829a3d90fd70bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbc773c9d13914ad1234ea345a3079e9cebd35e53590c758cf14092f7775de5 +size 378059 diff --git a/test/doc_003_p1_png.rf.4b97de97cb68ef1430f6eb122dac9752.jpg b/test/doc_003_p1_png.rf.4b97de97cb68ef1430f6eb122dac9752.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94f764096f08670f2eb39b1df060ff802ca15ea4 --- /dev/null +++ b/test/doc_003_p1_png.rf.4b97de97cb68ef1430f6eb122dac9752.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cae94e2cbf99cc0df66e1ab6df29da1cbd9ae5fc8590e294a1a238bc9ec257d +size 367038 diff --git a/test/doc_003_p2_png.rf.b84776d16fd20e5be5a0f868625154a1.jpg b/test/doc_003_p2_png.rf.b84776d16fd20e5be5a0f868625154a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef802bad5aba387f1e17ddbb4d1a3db942516e2 --- /dev/null +++ b/test/doc_003_p2_png.rf.b84776d16fd20e5be5a0f868625154a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf5dd646245f93c15dcdd12e719aae621bcc333d093e52ddbfb4d4955721918 +size 326780 diff --git a/test/doc_017_p0_png.rf.5032ce0d9389884f3da390db1ba30e1d.jpg b/test/doc_017_p0_png.rf.5032ce0d9389884f3da390db1ba30e1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a63098ae075c92f97efecea9fba4e5438ac14788 --- /dev/null +++ b/test/doc_017_p0_png.rf.5032ce0d9389884f3da390db1ba30e1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c71cbc1bbf15e2872b251eba0d6f5024c375bd68e988e14af2fedfbf5f2fa69 +size 378366 diff --git a/test/doc_017_p1_png.rf.b3fd7a7dccfb69c11025b03ab0ce2b86.jpg b/test/doc_017_p1_png.rf.b3fd7a7dccfb69c11025b03ab0ce2b86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3a8823e775c5c792c11e4834165241347d1e91b --- /dev/null +++ b/test/doc_017_p1_png.rf.b3fd7a7dccfb69c11025b03ab0ce2b86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bc0a652dd2d1bf31cbf3a318f8e68fff562f28cec71a7596d6a5f3c8ed7955 +size 369938 diff --git a/test/doc_017_p2_png.rf.9d676d7f5552c2d3277b3e86c6dc8605.jpg b/test/doc_017_p2_png.rf.9d676d7f5552c2d3277b3e86c6dc8605.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fac0872a7e6ebbebce28f2c0c961685b25377ff4 --- /dev/null +++ b/test/doc_017_p2_png.rf.9d676d7f5552c2d3277b3e86c6dc8605.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98d68c805bd5b1a1c2771fabc256ec102d13dfd64f408c45b08353a65fad0a5 +size 330725 diff --git a/test/doc_018_p0_png.rf.fb282ee3ba844f17061a8c6350c1f8ca.jpg b/test/doc_018_p0_png.rf.fb282ee3ba844f17061a8c6350c1f8ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50e35c3cec13179cefc5a13cac232e05e2068afb --- /dev/null +++ b/test/doc_018_p0_png.rf.fb282ee3ba844f17061a8c6350c1f8ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075832e31a531eae0d94262aa9f9882a740d359dc6083b5ac1b2d229816dc9c2 +size 380257 diff --git a/test/doc_018_p1_png.rf.598395774bc215c49698bc02675c8afb.jpg b/test/doc_018_p1_png.rf.598395774bc215c49698bc02675c8afb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1700f137bf3bdd6cae07f2ac8b062f886c5e89bd --- /dev/null +++ b/test/doc_018_p1_png.rf.598395774bc215c49698bc02675c8afb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cebcfa468a5bd9a61f623b97fafe4a541ea797213b71a1b714b55236c0decd +size 367488 diff --git a/test/doc_018_p2_png.rf.d2d90227bd137d9ff9a1f876b578f515.jpg b/test/doc_018_p2_png.rf.d2d90227bd137d9ff9a1f876b578f515.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7944e04daca3376df46e5870649cd8c017c644 --- /dev/null +++ b/test/doc_018_p2_png.rf.d2d90227bd137d9ff9a1f876b578f515.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b0c0592dbbd32b9b82ad87e3ffaedaa6b6baae5ceece753b48f46630e964b7 +size 329215 diff --git a/train/_annotations.coco.json b/train/_annotations.coco.json new file mode 100644 index 0000000000000000000000000000000000000000..c970608c7e29bf7ede810f3cce33a8a04356b92b --- /dev/null +++ b/train/_annotations.coco.json @@ -0,0 +1 @@ +{"images": [{"id": 0, "file_name": "doc_000_p0_png.rf.c8a4be17cf60f3118c46da5fb656bc34.jpg", "width": 2000, "height": 2000}, {"id": 1, "file_name": "doc_000_p1_png.rf.1117feb1d33c59f4e1390d1d8dde1208.jpg", "width": 2000, "height": 2000}, {"id": 2, "file_name": "doc_000_p2_png.rf.0f2836fdafb94179109eb0ba58c41cd5.jpg", "width": 2000, "height": 2000}, {"id": 3, "file_name": "doc_002_p0_png.rf.74fb035bf56e8602ed7ebc24679b5f6a.jpg", "width": 2000, "height": 2000}, {"id": 4, "file_name": "doc_002_p1_png.rf.217428b592e3d917fb80ae3ffe2d327e.jpg", "width": 2000, "height": 2000}, {"id": 5, "file_name": "doc_002_p2_png.rf.d7176a104fda2a7ebd5fa38887ee8731.jpg", "width": 2000, "height": 2000}, {"id": 6, "file_name": "doc_004_p0_png.rf.a9426d572a6755391ac7523e815fe777.jpg", "width": 2000, "height": 2000}, {"id": 7, "file_name": "doc_004_p1_png.rf.b83dcf4514c231d1a988f7a3a91427d4.jpg", "width": 2000, "height": 2000}, {"id": 8, "file_name": "doc_004_p2_png.rf.5f77925a6d59bc1a3fa1e053a0e04597.jpg", "width": 2000, "height": 2000}, {"id": 9, "file_name": "doc_006_p0_png.rf.55778d12201d8e41ee63d11eb6b6859e.jpg", "width": 2000, "height": 2000}, {"id": 10, "file_name": "doc_006_p1_png.rf.e2e6432e1f38a43efe8c5dae42dfebc9.jpg", "width": 2000, "height": 2000}, {"id": 11, "file_name": "doc_006_p2_png.rf.036ab74a268405eea92d4a07c315f443.jpg", "width": 2000, "height": 2000}, {"id": 12, "file_name": "doc_007_p0_png.rf.36f87b65c3a2796fb12f420dc4a32c00.jpg", "width": 2000, "height": 2000}, {"id": 13, "file_name": "doc_007_p1_png.rf.7ae6f962d6a18123e49040d2aa526727.jpg", "width": 2000, "height": 2000}, {"id": 14, "file_name": "doc_007_p2_png.rf.3ec1c68b8c6b2cb24f0cd77b315bbf28.jpg", "width": 2000, "height": 2000}, {"id": 15, "file_name": "doc_008_p0_png.rf.07a947e39b0eda590e50253018d28a10.jpg", "width": 2000, "height": 2000}, {"id": 16, "file_name": "doc_008_p1_png.rf.1305df79e033b0db8650d176d600d538.jpg", "width": 2000, "height": 2000}, {"id": 17, "file_name": "doc_008_p2_png.rf.2a27d99040701f338a7e87672c6897e3.jpg", "width": 2000, "height": 2000}, {"id": 18, "file_name": "doc_009_p0_png.rf.b6b77fe16ed429c31b7e9c79dfc4c3e8.jpg", "width": 2000, "height": 2000}, {"id": 19, "file_name": "doc_009_p1_png.rf.d8b4742b9a104a5f478bf21a572d2f38.jpg", "width": 2000, "height": 2000}, {"id": 20, "file_name": "doc_009_p2_png.rf.d4838071c7de58996e8ab7cadfd98790.jpg", "width": 2000, "height": 2000}, {"id": 21, "file_name": "doc_010_p0_png.rf.ce568aae51cbb73c5d795fe3424f4bc3.jpg", "width": 2000, "height": 2000}, {"id": 22, "file_name": "doc_010_p1_png.rf.145f6c68a93a368ce9581ed4e28805f9.jpg", "width": 2000, "height": 2000}, {"id": 23, "file_name": "doc_010_p2_png.rf.60537c703e55ff5f82b67d41e06deb60.jpg", "width": 2000, "height": 2000}, {"id": 24, "file_name": "doc_011_p0_png.rf.4dd9c0ea3800d92c77c5d9a4efdba549.jpg", "width": 2000, "height": 2000}, {"id": 25, "file_name": "doc_011_p1_png.rf.eaf41335445280475d99938a73abadbc.jpg", "width": 2000, "height": 2000}, {"id": 26, "file_name": "doc_011_p2_png.rf.cf7311529ed67f0bb7a267e1500dd003.jpg", "width": 2000, "height": 2000}, {"id": 27, "file_name": "doc_012_p0_png.rf.1a1750f290779cee09489baecb5076bf.jpg", "width": 2000, "height": 2000}, {"id": 28, "file_name": "doc_012_p1_png.rf.a32f26834fea99219c6fd4c08f7322d9.jpg", "width": 2000, "height": 2000}, {"id": 29, "file_name": "doc_012_p2_png.rf.067f159cebe3f6dd8e48e60cd33e5954.jpg", "width": 2000, "height": 2000}, {"id": 30, "file_name": "doc_013_p0_png.rf.5840c04b338223b357577857999b2d25.jpg", "width": 2000, "height": 2000}, {"id": 31, "file_name": "doc_013_p1_png.rf.ea2373abcfd2d0c39f79bdda6ab0fca0.jpg", "width": 2000, "height": 2000}, {"id": 32, "file_name": "doc_013_p2_png.rf.cef40fa80a819fc3d1d0e9dcd59e7b2c.jpg", "width": 2000, "height": 2000}, {"id": 33, "file_name": "doc_014_p0_png.rf.2fae1335f10221b5d02a828e3a3dce61.jpg", "width": 2000, "height": 2000}, {"id": 34, "file_name": "doc_014_p1_png.rf.04ccf89685b5170eb16f26485f491ea3.jpg", "width": 2000, "height": 2000}, {"id": 35, "file_name": "doc_014_p2_png.rf.2db8aac5c1084f7be0b36179ad68c3ca.jpg", "width": 2000, "height": 2000}, {"id": 36, "file_name": "doc_015_p0_png.rf.5775e3ba82f22672abde5bf99a3ba9d3.jpg", "width": 2000, "height": 2000}, {"id": 37, "file_name": "doc_015_p1_png.rf.58666d1f47954789aec2dc87e1defed1.jpg", "width": 2000, "height": 2000}, {"id": 38, "file_name": "doc_015_p2_png.rf.fd684bcf5c897601894939919697fd42.jpg", "width": 2000, "height": 2000}, {"id": 39, "file_name": "doc_016_p0_png.rf.0c502f5e617552f90218a74be22cebe9.jpg", "width": 2000, "height": 2000}, {"id": 40, "file_name": "doc_016_p1_png.rf.db79f2c3d2b16328263eaee794bfdfeb.jpg", "width": 2000, "height": 2000}, {"id": 41, "file_name": "doc_016_p2_png.rf.60fab558dbb0f92ac8fec4ec2550f58e.jpg", "width": 2000, "height": 2000}, {"id": 42, "file_name": "doc_019_p0_png.rf.20537fb5e2a199a2729791cf666cb773.jpg", "width": 2000, "height": 2000}, {"id": 43, "file_name": "doc_019_p1_png.rf.dc334fa15994e9de549b19bb84d2453a.jpg", "width": 2000, "height": 2000}, {"id": 44, "file_name": "doc_019_p2_png.rf.ecde61a6c225ab483bdf31c423ab21f8.jpg", "width": 2000, "height": 2000}, {"id": 45, "file_name": "doc_020_p0_png.rf.ce1583e03512b83fa1c0ad9202797537.jpg", "width": 2000, "height": 2000}, {"id": 46, "file_name": "doc_020_p1_png.rf.8810f51b1c3254f3b02bce9ab7f6dc9f.jpg", "width": 2000, "height": 2000}, {"id": 47, "file_name": "doc_020_p2_png.rf.6acd7d8eaf5566770adff98700a1951a.jpg", "width": 2000, "height": 2000}, {"id": 48, "file_name": "doc_021_p0_png.rf.bdca4c1150ced64dc7b97fc9aa115322.jpg", "width": 2000, "height": 2000}, {"id": 49, "file_name": "doc_021_p1_png.rf.002dac22c516feb3769a3ad4808722a8.jpg", "width": 2000, "height": 2000}, {"id": 50, "file_name": "doc_021_p2_png.rf.8b0afb02aa1aca4719f26b4db3aafa37.jpg", "width": 2000, "height": 2000}, {"id": 51, "file_name": "doc_022_p0_png.rf.3bc69af4fcda0e2f85e1260911cab535.jpg", "width": 2000, "height": 2000}, {"id": 52, "file_name": "doc_022_p1_png.rf.8fa2ffb697c2a04992a234bd60658a67.jpg", "width": 2000, "height": 2000}, {"id": 53, "file_name": "doc_022_p2_png.rf.bf63346e3f86a6e323949946df8832c7.jpg", "width": 2000, "height": 2000}, {"id": 54, "file_name": "doc_023_p0_png.rf.adad83beaeb2567548a0d45852386639.jpg", "width": 2000, "height": 2000}, {"id": 55, "file_name": "doc_023_p1_png.rf.c93c9f39e7172eb90d34d4e2c7a4af88.jpg", "width": 2000, "height": 2000}, {"id": 56, "file_name": "doc_023_p2_png.rf.4c532743af498f84235eafe80e3036b1.jpg", "width": 2000, "height": 2000}, {"id": 57, "file_name": "doc_024_p0_png.rf.49f859a4fe5cc0bb5a0c3469e13e8a9e.jpg", "width": 2000, "height": 2000}, {"id": 58, "file_name": "doc_024_p1_png.rf.cf180a81192bb603044e51ef4f275a10.jpg", "width": 2000, "height": 2000}, {"id": 59, "file_name": "doc_024_p2_png.rf.f400e1d97f3b5e182a8ecccd4afa6f9c.jpg", "width": 2000, "height": 2000}, {"id": 60, "file_name": "doc_024_p3_png.rf.74c683b31f5ea47a38c3b9542f21f03a.jpg", "width": 2200, "height": 1640}, {"id": 61, "file_name": "doc_025_p0_png.rf.d09340a747ebf4b15d610d5beab17f91.jpg", "width": 2000, "height": 2000}, {"id": 62, "file_name": "doc_025_p1_png.rf.5401a49998b69cc837220824fa352d90.jpg", "width": 2000, "height": 2000}, {"id": 63, "file_name": "doc_025_p2_png.rf.63315f67d7fd4222bc4b88255a23be79.jpg", "width": 2000, "height": 2000}, {"id": 64, "file_name": "doc_026_p0_png.rf.3e596f673eb59eb2d17b2593391cd264.jpg", "width": 2000, "height": 2000}, {"id": 65, "file_name": "doc_026_p1_png.rf.393ef83b12cc1cab88badc6fccd15f7a.jpg", "width": 2000, "height": 2000}, {"id": 66, "file_name": "doc_026_p2_png.rf.f706fc3a5ebec96caca3c03d6778068a.jpg", "width": 2000, "height": 2000}, {"id": 67, "file_name": "doc_028_p0_png.rf.f11c8041eb7a58c19c77c6fef955a75c.jpg", "width": 2000, "height": 2000}, {"id": 68, "file_name": "doc_028_p1_png.rf.706976cdf172314f182625331cfcb8c6.jpg", "width": 2000, "height": 2000}, {"id": 69, "file_name": "doc_028_p2_png.rf.a42300934496b1f5eaff03a3f3079748.jpg", "width": 2000, "height": 2000}, {"id": 70, "file_name": "doc_029_p0_png.rf.cabed35fa1ecc55396e201be854f23b5.jpg", "width": 2000, "height": 2000}, {"id": 71, "file_name": "doc_029_p1_png.rf.91ee9355441512e85a6255a2d99e1f61.jpg", "width": 2000, "height": 2000}, {"id": 72, "file_name": "doc_029_p2_png.rf.52995908b2fcd36aed25e8491a9fa4f0.jpg", "width": 2000, "height": 2000}], "annotations": [{"id": 0, "image_id": 0, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 1, "image_id": 0, "category_id": 3, "bbox": [186.0, 42.0, 350.0, 68.18], "area": 23863.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 2, "image_id": 0, "category_id": 3, "bbox": [186.005, 102.0, 371.99, 70.24000000000001], "area": 26128.577600000004, "iscrowd": 0, "score": 1.0}, {"id": 3, "image_id": 0, "category_id": 2, "bbox": [225.99999999999997, 236.38999999999996, 1543.54, 86.52000000000001], "area": 133547.08080000003, "iscrowd": 0, "score": 1.0}, {"id": 4, "image_id": 0, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 5, "image_id": 1, "category_id": 4, "bbox": [28.995000000000008, 29.995000000000008, 154.66999999999996, 151.84999999999997], "area": 23486.63949999999, "iscrowd": 0, "score": 1.0}, {"id": 6, "image_id": 1, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 7, "image_id": 1, "category_id": 3, "bbox": [180.00500000000002, 100.00000000000001, 372.73, 63.92], "area": 23824.9016, "iscrowd": 0, "score": 1.0}, {"id": 8, "image_id": 1, "category_id": 0, "bbox": [29.999999999999915, 219.99999999999986, 1943.36, 1743.66], "area": 3388559.0976, "iscrowd": 0, "score": 1.0}, {"id": 9, "image_id": 2, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 10, "image_id": 2, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 11, "image_id": 2, "category_id": 3, "bbox": [180.00000000000003, 99.99999999999999, 371.9, 65.42000000000003], "area": 24329.69800000001, "iscrowd": 0, "score": 1.0}, {"id": 12, "image_id": 2, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999997, 1940.34, 1545.96], "area": 2999688.0264, "iscrowd": 0, "score": 1.0}, {"id": 13, "image_id": 2, "category_id": 1, "bbox": [30.00500000000006, 1762.4599999999998, 749.3099999999998, 197.5400000000002], "area": 148018.69740000012, "iscrowd": 0, "score": 1.0}, {"id": 14, "image_id": 3, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 15, "image_id": 3, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 16, "image_id": 3, "category_id": 3, "bbox": [186.00500000000002, 102.00000000000001, 367.73000000000013, 64.71999999999998], "area": 23799.485600000004, "iscrowd": 0, "score": 1.0}, {"id": 17, "image_id": 3, "category_id": 2, "bbox": [223.99999999999997, 235.99499999999998, 1548.8, 84.57000000000002], "area": 130982.01600000003, "iscrowd": 0, "score": 1.0}, {"id": 18, "image_id": 3, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 19, "image_id": 4, "category_id": 4, "bbox": [30.0, 30.00499999999999, 152.66, 153.15], "area": 23379.879, "iscrowd": 0, "score": 1.0}, {"id": 20, "image_id": 4, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 21, "image_id": 4, "category_id": 3, "bbox": [180.00000000000006, 100.0, 377.84, 71.53999999999999], "area": 27030.673599999995, "iscrowd": 0, "score": 1.0}, {"id": 22, "image_id": 4, "category_id": 0, "bbox": [30.00499999999995, 219.99999999999997, 1942.33, 1744.92], "area": 3389210.4636, "iscrowd": 0, "score": 1.0}, {"id": 23, "image_id": 5, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 24, "image_id": 5, "category_id": 3, "bbox": [180.005, 39.59, 365.01, 63.78], "area": 23280.3378, "iscrowd": 0, "score": 1.0}, {"id": 25, "image_id": 5, "category_id": 3, "bbox": [179.585, 99.99999999999999, 379.40999999999997, 71.02000000000002], "area": 26945.698200000006, "iscrowd": 0, "score": 1.0}, {"id": 26, "image_id": 5, "category_id": 0, "bbox": [29.994999999999994, 219.57000000000005, 1940.33, 1547.54], "area": 3002738.2882, "iscrowd": 0, "score": 1.0}, {"id": 27, "image_id": 5, "category_id": 1, "bbox": [29.994999999999994, 1761.2800000000002, 746.45, 198.7199999999998], "area": 148334.54399999985, "iscrowd": 0, "score": 1.0}, {"id": 28, "image_id": 6, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 29, "image_id": 6, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 30, "image_id": 6, "category_id": 3, "bbox": [185.995, 101.99499999999999, 373.13, 66.34999999999998], "area": 24757.175499999994, "iscrowd": 0, "score": 1.0}, {"id": 31, "image_id": 6, "category_id": 2, "bbox": [223.99999999999997, 236.39, 1554.3, 86.36000000000001], "area": 134229.34800000003, "iscrowd": 0, "score": 1.0}, {"id": 32, "image_id": 6, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 33, "image_id": 7, "category_id": 4, "bbox": [29.994999999999994, 30.0, 152.27, 154.34], "area": 23501.3518, "iscrowd": 0, "score": 1.0}, {"id": 34, "image_id": 7, "category_id": 3, "bbox": [179.59500000000003, 39.995000000000005, 361.90999999999997, 66.33], "area": 24005.490299999998, "iscrowd": 0, "score": 1.0}, {"id": 35, "image_id": 7, "category_id": 3, "bbox": [180.00499999999997, 99.99999999999997, 372.28999999999996, 67.34], "area": 25070.008599999997, "iscrowd": 0, "score": 1.0}, {"id": 36, "image_id": 7, "category_id": 0, "bbox": [29.995000000000104, 220.00000000000009, 1941.59, 1740.9], "area": 3380114.031, "iscrowd": 0, "score": 1.0}, {"id": 37, "image_id": 8, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 38, "image_id": 8, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 39, "image_id": 8, "category_id": 3, "bbox": [180.00500000000002, 99.995, 376.73, 74.46999999999997], "area": 28055.08309999999, "iscrowd": 0, "score": 1.0}, {"id": 40, "image_id": 8, "category_id": 0, "bbox": [31.070000000000043, 222.14500000000004, 1938.48, 1546.71], "area": 2998266.4008, "iscrowd": 0, "score": 1.0}, {"id": 41, "image_id": 8, "category_id": 1, "bbox": [29.99999999999997, 1764.4299999999998, 748.9600000000002, 195.16000000000008], "area": 146167.03360000008, "iscrowd": 0, "score": 1.0}, {"id": 42, "image_id": 9, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 43, "image_id": 9, "category_id": 3, "bbox": [186.0, 42.00000000000001, 355.12, 70.08000000000001], "area": 24886.809600000004, "iscrowd": 0, "score": 1.0}, {"id": 44, "image_id": 9, "category_id": 3, "bbox": [186.0, 102.00499999999998, 369.3399999999999, 70.89], "area": 26182.512599999995, "iscrowd": 0, "score": 1.0}, {"id": 45, "image_id": 9, "category_id": 2, "bbox": [224.005, 236.0, 1545.9100000000003, 91.04000000000002], "area": 140739.64640000006, "iscrowd": 0, "score": 1.0}, {"id": 46, "image_id": 9, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 47, "image_id": 10, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 140.0], "area": 19600.0, "iscrowd": 0, "score": 1.0}, {"id": 48, "image_id": 10, "category_id": 3, "bbox": [180.0, 39.995000000000005, 360.0, 67.57], "area": 24325.199999999997, "iscrowd": 0, "score": 1.0}, {"id": 49, "image_id": 10, "category_id": 3, "bbox": [180.0, 99.99999999999999, 376.72000000000014, 68.42000000000003], "area": 25775.18240000002, "iscrowd": 0, "score": 1.0}, {"id": 50, "image_id": 10, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999974, 1941.56, 1746.16], "area": 3390274.4096, "iscrowd": 0, "score": 1.0}, {"id": 51, "image_id": 11, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 52, "image_id": 11, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 53, "image_id": 11, "category_id": 3, "bbox": [180.0, 100.00000000000001, 374.27999999999986, 64.74], "area": 24230.88719999999, "iscrowd": 0, "score": 1.0}, {"id": 54, "image_id": 11, "category_id": 0, "bbox": [29.079999999999995, 220.91000000000005, 1938.92, 1546.04], "area": 2997647.8768, "iscrowd": 0, "score": 1.0}, {"id": 55, "image_id": 11, "category_id": 1, "bbox": [29.530000000000058, 1766.0649999999998, 752.64, 193.01], "area": 145267.0464, "iscrowd": 0, "score": 1.0}, {"id": 56, "image_id": 12, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 57, "image_id": 12, "category_id": 3, "bbox": [186.0, 42.005, 350.0, 64.19], "area": 22466.5, "iscrowd": 0, "score": 1.0}, {"id": 58, "image_id": 12, "category_id": 3, "bbox": [185.995, 102.00000000000001, 362.78999999999996, 65.37999999999998], "area": 23719.21019999999, "iscrowd": 0, "score": 1.0}, {"id": 59, "image_id": 12, "category_id": 2, "bbox": [223.99999999999997, 236.0, 1553.76, 91.79999999999995], "area": 142635.16799999992, "iscrowd": 0, "score": 1.0}, {"id": 60, "image_id": 12, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 61, "image_id": 13, "category_id": 4, "bbox": [30.000000000000014, 30.000000000000014, 151.26, 151.97999999999996], "area": 22988.494799999993, "iscrowd": 0, "score": 1.0}, {"id": 62, "image_id": 13, "category_id": 3, "bbox": [180.0, 39.995000000000005, 360.0, 70.07], "area": 25225.199999999997, "iscrowd": 0, "score": 1.0}, {"id": 63, "image_id": 13, "category_id": 3, "bbox": [180.00000000000006, 100.0, 379.08, 68.44], "area": 25944.2352, "iscrowd": 0, "score": 1.0}, {"id": 64, "image_id": 13, "category_id": 0, "bbox": [30.405000000000125, 220.00500000000022, 1942.07, 1739.27], "area": 3377784.0889, "iscrowd": 0, "score": 1.0}, {"id": 65, "image_id": 14, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 66, "image_id": 14, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 67, "image_id": 14, "category_id": 3, "bbox": [180.005, 99.99999999999997, 376.77, 76.78000000000003], "area": 28928.400600000008, "iscrowd": 0, "score": 1.0}, {"id": 68, "image_id": 14, "category_id": 0, "bbox": [30.915000000000138, 219.5299999999999, 1932.81, 1546.7799999999997], "area": 2989631.8517999994, "iscrowd": 0, "score": 1.0}, {"id": 69, "image_id": 14, "category_id": 1, "bbox": [30.42000000000006, 1765.1999999999998, 749.7999999999998, 194.79999999999995], "area": 146061.03999999992, "iscrowd": 0, "score": 1.0}, {"id": 70, "image_id": 15, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 71, "image_id": 15, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 72, "image_id": 15, "category_id": 3, "bbox": [185.995, 102.00000000000001, 381.66999999999996, 72.56000000000002], "area": 27693.975200000004, "iscrowd": 0, "score": 1.0}, {"id": 73, "image_id": 15, "category_id": 2, "bbox": [228.42000000000007, 236.00500000000002, 1541.6, 92.94999999999996], "area": 143291.71999999994, "iscrowd": 0, "score": 1.0}, {"id": 74, "image_id": 15, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 75, "image_id": 16, "category_id": 4, "bbox": [29.575000000000003, 30.41500000000001, 156.43, 156.17], "area": 24429.6731, "iscrowd": 0, "score": 1.0}, {"id": 76, "image_id": 16, "category_id": 3, "bbox": [179.60000000000005, 39.995000000000005, 360.0000000000001, 62.67], "area": 22561.200000000008, "iscrowd": 0, "score": 1.0}, {"id": 77, "image_id": 16, "category_id": 3, "bbox": [180.0, 100.0, 381.6399999999999, 73.88], "area": 28195.56319999999, "iscrowd": 0, "score": 1.0}, {"id": 78, "image_id": 16, "category_id": 0, "bbox": [30.42, 219.99999999999986, 1938.6599999999999, 1743.6800000000003], "area": 3380402.6688, "iscrowd": 0, "score": 1.0}, {"id": 79, "image_id": 17, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 80, "image_id": 17, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 81, "image_id": 17, "category_id": 3, "bbox": [180.005, 100.00500000000001, 382.55000000000007, 74.40999999999998], "area": 28465.545499999997, "iscrowd": 0, "score": 1.0}, {"id": 82, "image_id": 17, "category_id": 0, "bbox": [30.00000000000003, 220.005, 1939.14, 1546.0499999999997], "area": 2998007.3969999994, "iscrowd": 0, "score": 1.0}, {"id": 83, "image_id": 17, "category_id": 1, "bbox": [29.99999999999997, 1763.62, 752.3200000000002, 196.3800000000001], "area": 147740.6016000001, "iscrowd": 0, "score": 1.0}, {"id": 84, "image_id": 18, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 85, "image_id": 18, "category_id": 3, "bbox": [186.0, 42.00000000000001, 350.0, 67.96000000000001], "area": 23786.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 86, "image_id": 18, "category_id": 3, "bbox": [185.60000000000005, 101.995, 374.8800000000001, 66.01000000000002], "area": 24745.828800000014, "iscrowd": 0, "score": 1.0}, {"id": 87, "image_id": 18, "category_id": 2, "bbox": [228.00000000000009, 235.99499999999995, 1542.34, 90.79000000000002], "area": 140029.04860000004, "iscrowd": 0, "score": 1.0}, {"id": 88, "image_id": 18, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 89, "image_id": 19, "category_id": 4, "bbox": [29.995000000000008, 30.0, 157.56999999999996, 160.9], "area": 25353.012999999995, "iscrowd": 0, "score": 1.0}, {"id": 90, "image_id": 19, "category_id": 3, "bbox": [180.00000000000006, 40.0, 365.96, 70.19999999999999], "area": 25690.391999999996, "iscrowd": 0, "score": 1.0}, {"id": 91, "image_id": 19, "category_id": 3, "bbox": [180.00000000000003, 100.0, 372.4599999999999, 68.5], "area": 25513.509999999995, "iscrowd": 0, "score": 1.0}, {"id": 92, "image_id": 19, "category_id": 0, "bbox": [28.06999999999993, 219.48999999999995, 1945.4599999999998, 1743.1199999999997], "area": 3391170.235199999, "iscrowd": 0, "score": 1.0}, {"id": 93, "image_id": 20, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 94, "image_id": 20, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 95, "image_id": 20, "category_id": 3, "bbox": [180.00000000000003, 100.0, 378.69999999999993, 69.82], "area": 26440.83399999999, "iscrowd": 0, "score": 1.0}, {"id": 96, "image_id": 20, "category_id": 0, "bbox": [30.460000000000154, 220.91500000000008, 1939.9999999999998, 1543.37], "area": 2994137.7999999993, "iscrowd": 0, "score": 1.0}, {"id": 97, "image_id": 20, "category_id": 1, "bbox": [29.574999999999964, 1762.83, 750.69, 196.74], "area": 147690.75060000003, "iscrowd": 0, "score": 1.0}, {"id": 98, "image_id": 21, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 99, "image_id": 21, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 100, "image_id": 21, "category_id": 3, "bbox": [185.58999999999995, 102.005, 373.22000000000014, 65.59], "area": 24479.499800000012, "iscrowd": 0, "score": 1.0}, {"id": 101, "image_id": 21, "category_id": 2, "bbox": [210.38999999999996, 236.0, 1580.8200000000002, 91.01999999999998], "area": 143886.2364, "iscrowd": 0, "score": 1.0}, {"id": 102, "image_id": 21, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 103, "image_id": 22, "category_id": 4, "bbox": [29.575000000000003, 29.569999999999986, 159.31, 156.08], "area": 24865.1048, "iscrowd": 0, "score": 1.0}, {"id": 104, "image_id": 22, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 105, "image_id": 22, "category_id": 3, "bbox": [179.59500000000003, 100.0, 374.13, 71.88], "area": 26892.464399999997, "iscrowd": 0, "score": 1.0}, {"id": 106, "image_id": 22, "category_id": 0, "bbox": [29.574999999999907, 220.00000000000009, 1943.6300000000003, 1743.46], "area": 3388641.1598000005, "iscrowd": 0, "score": 1.0}, {"id": 107, "image_id": 23, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 108, "image_id": 23, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 109, "image_id": 23, "category_id": 3, "bbox": [180.005, 100.00500000000001, 380.65, 74.52999999999999], "area": 28369.844499999992, "iscrowd": 0, "score": 1.0}, {"id": 110, "image_id": 23, "category_id": 0, "bbox": [29.450000000000088, 222.14999999999995, 1935.3399999999997, 1537.9200000000003], "area": 2976398.0928, "iscrowd": 0, "score": 1.0}, {"id": 111, "image_id": 23, "category_id": 1, "bbox": [29.994999999999994, 1757.93, 753.23, 201.68000000000006], "area": 151911.42640000005, "iscrowd": 0, "score": 1.0}, {"id": 112, "image_id": 24, "category_id": 4, "bbox": [30.0, 30.0, 152.92, 153.1], "area": 23412.051999999996, "iscrowd": 0, "score": 1.0}, {"id": 113, "image_id": 24, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 114, "image_id": 24, "category_id": 3, "bbox": [179.995, 100.00500000000001, 376.59000000000003, 72.21], "area": 27193.5639, "iscrowd": 0, "score": 1.0}, {"id": 115, "image_id": 24, "category_id": 2, "bbox": [209.58500000000012, 230.00000000000003, 1577.53, 97.34], "area": 153556.7702, "iscrowd": 0, "score": 1.0}, {"id": 116, "image_id": 24, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 117, "image_id": 25, "category_id": 4, "bbox": [30.00499999999999, 30.005000000000017, 160.09000000000003, 157.50999999999996], "area": 25215.7759, "iscrowd": 0, "score": 1.0}, {"id": 118, "image_id": 25, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 119, "image_id": 25, "category_id": 3, "bbox": [180.005, 100.39500000000001, 380.23, 68.36999999999998], "area": 25996.32509999999, "iscrowd": 0, "score": 1.0}, {"id": 120, "image_id": 25, "category_id": 0, "bbox": [29.999999999999915, 220.005, 1943.44, 1746.9499999999998], "area": 3395092.508, "iscrowd": 0, "score": 1.0}, {"id": 121, "image_id": 26, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 122, "image_id": 26, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 123, "image_id": 26, "category_id": 3, "bbox": [180.0, 99.99999999999997, 383.22, 72.40000000000003], "area": 27745.128000000015, "iscrowd": 0, "score": 1.0}, {"id": 124, "image_id": 26, "category_id": 0, "bbox": [30.914999999999914, 220.45999999999998, 1937.03, 1547.04], "area": 2996662.8912, "iscrowd": 0, "score": 1.0}, {"id": 125, "image_id": 26, "category_id": 1, "bbox": [29.069999999999986, 1764.755, 746.5000000000001, 195.25], "area": 145754.12500000003, "iscrowd": 0, "score": 1.0}, {"id": 126, "image_id": 27, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 127, "image_id": 27, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 128, "image_id": 27, "category_id": 3, "bbox": [186.37999999999997, 101.99500000000002, 372.86, 71.57000000000001], "area": 26685.590200000002, "iscrowd": 0, "score": 1.0}, {"id": 129, "image_id": 27, "category_id": 2, "bbox": [206.00000000000009, 236.00500000000005, 1593.8800000000003, 92.69], "area": 147736.73720000003, "iscrowd": 0, "score": 1.0}, {"id": 130, "image_id": 27, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 131, "image_id": 28, "category_id": 4, "bbox": [28.645000000000017, 29.564999999999994, 157.29000000000002, 160.51], "area": 25246.6179, "iscrowd": 0, "score": 1.0}, {"id": 132, "image_id": 28, "category_id": 3, "bbox": [179.59499999999994, 39.59999999999999, 360.87, 71.9], "area": 25946.553000000004, "iscrowd": 0, "score": 1.0}, {"id": 133, "image_id": 28, "category_id": 3, "bbox": [180.00000000000003, 100.0, 385.3399999999999, 74.35999999999999], "area": 28653.882399999988, "iscrowd": 0, "score": 1.0}, {"id": 134, "image_id": 28, "category_id": 0, "bbox": [30.00000000000003, 220.00000000000009, 1940.0, 1740.0], "area": 3375600.0, "iscrowd": 0, "score": 1.0}, {"id": 135, "image_id": 29, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 136, "image_id": 29, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 137, "image_id": 29, "category_id": 3, "bbox": [179.99999999999994, 100.0, 379.8, 74.62000000000003], "area": 28340.676000000014, "iscrowd": 0, "score": 1.0}, {"id": 138, "image_id": 29, "category_id": 0, "bbox": [30.00000000000003, 220.005, 1940.0, 1546.13], "area": 2999492.2, "iscrowd": 0, "score": 1.0}, {"id": 139, "image_id": 29, "category_id": 1, "bbox": [30.00000000000003, 1764.62, 745.12, 195.3800000000001], "area": 145581.54560000007, "iscrowd": 0, "score": 1.0}, {"id": 140, "image_id": 30, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 141, "image_id": 30, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 142, "image_id": 30, "category_id": 3, "bbox": [185.99499999999998, 101.99999999999999, 374.04999999999995, 73.34000000000002], "area": 27432.827000000005, "iscrowd": 0, "score": 1.0}, {"id": 143, "image_id": 30, "category_id": 2, "bbox": [208.00000000000009, 236.415, 1581.68, 89.89000000000001], "area": 142177.21520000004, "iscrowd": 0, "score": 1.0}, {"id": 144, "image_id": 30, "category_id": 0, "bbox": [27.999999999999915, 350.0, 1945.9999999999998, 1606.0], "area": 3125275.9999999995, "iscrowd": 0, "score": 1.0}, {"id": 145, "image_id": 31, "category_id": 4, "bbox": [29.584999999999987, 30.40000000000001, 161.59, 158.06], "area": 25540.9154, "iscrowd": 0, "score": 1.0}, {"id": 146, "image_id": 31, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 147, "image_id": 31, "category_id": 3, "bbox": [179.99499999999998, 99.995, 377.11, 69.30999999999997], "area": 26137.494099999993, "iscrowd": 0, "score": 1.0}, {"id": 148, "image_id": 31, "category_id": 0, "bbox": [30.00499999999995, 220.005, 1942.07, 1742.5500000000002], "area": 3384154.0785000003, "iscrowd": 0, "score": 1.0}, {"id": 149, "image_id": 32, "category_id": 4, "bbox": [30.0, 29.6, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 150, "image_id": 32, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 151, "image_id": 32, "category_id": 3, "bbox": [180.415, 100.0, 379.1700000000001, 74.13999999999999], "area": 28111.6638, "iscrowd": 0, "score": 1.0}, {"id": 152, "image_id": 32, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999997, 1940.0, 1545.34], "area": 2997959.5999999996, "iscrowd": 0, "score": 1.0}, {"id": 153, "image_id": 32, "category_id": 1, "bbox": [29.99500000000005, 1761.845, 743.01, 198.1500000000001], "area": 147227.43150000006, "iscrowd": 0, "score": 1.0}, {"id": 154, "image_id": 33, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 155, "image_id": 33, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 156, "image_id": 33, "category_id": 3, "bbox": [179.99499999999998, 99.99999999999999, 378.01, 69.08000000000003], "area": 26112.93080000001, "iscrowd": 0, "score": 1.0}, {"id": 157, "image_id": 33, "category_id": 2, "bbox": [209.99999999999997, 230.0, 1580.0, 93.74000000000001], "area": 148109.2, "iscrowd": 0, "score": 1.0}, {"id": 158, "image_id": 33, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 159, "image_id": 34, "category_id": 4, "bbox": [30.41500000000001, 29.570000000000014, 154.35, 155.09999999999997], "area": 23939.684999999994, "iscrowd": 0, "score": 1.0}, {"id": 160, "image_id": 34, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 161, "image_id": 34, "category_id": 3, "bbox": [180.00500000000002, 99.99999999999997, 380.1300000000001, 76.34000000000003], "area": 29019.12420000002, "iscrowd": 0, "score": 1.0}, {"id": 162, "image_id": 34, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999997, 1946.2000000000003, 1743.02], "area": 3392265.524, "iscrowd": 0, "score": 1.0}, {"id": 163, "image_id": 35, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 164, "image_id": 35, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 165, "image_id": 35, "category_id": 3, "bbox": [180.00500000000002, 100.00500000000001, 379.83000000000004, 76.08999999999999], "area": 28901.2647, "iscrowd": 0, "score": 1.0}, {"id": 166, "image_id": 35, "category_id": 0, "bbox": [30.420000000000115, 219.99999999999997, 1935.04, 1545.08], "area": 2989791.6032, "iscrowd": 0, "score": 1.0}, {"id": 167, "image_id": 35, "category_id": 1, "bbox": [30.405000000000015, 1766.8750000000002, 745.39, 193.52999999999997], "area": 144255.32669999998, "iscrowd": 0, "score": 1.0}, {"id": 168, "image_id": 36, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 169, "image_id": 36, "category_id": 3, "bbox": [180.005, 40.0, 366.09000000000003, 69.47999999999999], "area": 25435.9332, "iscrowd": 0, "score": 1.0}, {"id": 170, "image_id": 36, "category_id": 3, "bbox": [179.99999999999997, 100.0, 376.4200000000001, 71.03999999999999], "area": 26740.876800000002, "iscrowd": 0, "score": 1.0}, {"id": 171, "image_id": 36, "category_id": 2, "bbox": [209.99999999999997, 229.99999999999997, 1576.74, 98.36000000000004], "area": 155088.14640000006, "iscrowd": 0, "score": 1.0}, {"id": 172, "image_id": 36, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 173, "image_id": 37, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 140.0], "area": 19600.0, "iscrowd": 0, "score": 1.0}, {"id": 174, "image_id": 37, "category_id": 3, "bbox": [180.005, 40.0, 369.57000000000005, 72.12], "area": 26653.388400000007, "iscrowd": 0, "score": 1.0}, {"id": 175, "image_id": 37, "category_id": 3, "bbox": [180.0, 100.41499999999999, 380.51999999999987, 71.47000000000003], "area": 27195.7644, "iscrowd": 0, "score": 1.0}, {"id": 176, "image_id": 37, "category_id": 0, "bbox": [29.574999999999907, 219.57499999999996, 1943.3300000000002, 1744.05], "area": 3389264.6865000003, "iscrowd": 0, "score": 1.0}, {"id": 177, "image_id": 38, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 178, "image_id": 38, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 179, "image_id": 38, "category_id": 3, "bbox": [180.005, 99.575, 374.6700000000001, 72.51], "area": 27167.321700000008, "iscrowd": 0, "score": 1.0}, {"id": 180, "image_id": 38, "category_id": 0, "bbox": [29.994999999999994, 219.99999999999997, 1938.87, 1543.96], "area": 2993537.7251999998, "iscrowd": 0, "score": 1.0}, {"id": 181, "image_id": 38, "category_id": 1, "bbox": [29.529999999999944, 1761.055, 748.72, 198.01], "area": 148254.0472, "iscrowd": 0, "score": 1.0}, {"id": 182, "image_id": 39, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 183, "image_id": 39, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 184, "image_id": 39, "category_id": 3, "bbox": [186.0, 101.57, 373.24, 69.5], "area": 25940.18, "iscrowd": 0, "score": 1.0}, {"id": 185, "image_id": 39, "category_id": 2, "bbox": [207.99999999999997, 236.0, 1580.0, 94.67999999999995], "area": 149594.3999999999, "iscrowd": 0, "score": 1.0}, {"id": 186, "image_id": 39, "category_id": 0, "bbox": [27.999999999999915, 350.0, 1945.9999999999998, 1606.0], "area": 3125275.9999999995, "iscrowd": 0, "score": 1.0}, {"id": 187, "image_id": 40, "category_id": 4, "bbox": [29.995000000000008, 30.005000000000003, 151.81, 149.19], "area": 22648.5339, "iscrowd": 0, "score": 1.0}, {"id": 188, "image_id": 40, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 189, "image_id": 40, "category_id": 3, "bbox": [179.99999999999997, 100.415, 381.98, 70.79], "area": 27040.364200000004, "iscrowd": 0, "score": 1.0}, {"id": 190, "image_id": 40, "category_id": 0, "bbox": [30.45500000000012, 219.07500000000002, 1943.37, 1743.5699999999997], "area": 3388401.6308999993, "iscrowd": 0, "score": 1.0}, {"id": 191, "image_id": 41, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 192, "image_id": 41, "category_id": 3, "bbox": [180.0, 40.00500000000001, 360.0, 67.85], "area": 24425.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 193, "image_id": 41, "category_id": 3, "bbox": [180.00500000000002, 100.005, 372.73, 69.19], "area": 25789.1887, "iscrowd": 0, "score": 1.0}, {"id": 194, "image_id": 41, "category_id": 0, "bbox": [29.994999999999994, 219.99999999999997, 1939.0900000000001, 1546.54], "area": 2998880.2486, "iscrowd": 0, "score": 1.0}, {"id": 195, "image_id": 41, "category_id": 1, "bbox": [30.005000000000003, 1764.555, 752.5100000000001, 195.01], "area": 146746.9751, "iscrowd": 0, "score": 1.0}, {"id": 196, "image_id": 42, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 197, "image_id": 42, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 198, "image_id": 42, "category_id": 3, "bbox": [186.00500000000002, 101.99999999999999, 375.83000000000004, 76.06000000000002], "area": 28585.62980000001, "iscrowd": 0, "score": 1.0}, {"id": 199, "image_id": 42, "category_id": 2, "bbox": [205.99999999999997, 236.005, 1587.76, 89.02999999999997], "area": 141358.27279999995, "iscrowd": 0, "score": 1.0}, {"id": 200, "image_id": 42, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 201, "image_id": 43, "category_id": 4, "bbox": [30.0, 30.005000000000003, 157.8, 152.89000000000001], "area": 24126.042000000005, "iscrowd": 0, "score": 1.0}, {"id": 202, "image_id": 43, "category_id": 3, "bbox": [180.0, 40.005, 360.0, 69.78999999999999], "area": 25124.399999999998, "iscrowd": 0, "score": 1.0}, {"id": 203, "image_id": 43, "category_id": 0, "bbox": [29.999999999999915, 219.07999999999993, 1943.18, 1740.18], "area": 3381482.9724000003, "iscrowd": 0, "score": 1.0}, {"id": 204, "image_id": 43, "category_id": 3, "bbox": [186.00500000000002, 102.38, 375.83000000000004, 76.06000000000003], "area": 28585.629800000013, "iscrowd": 0, "score": 1.0}, {"id": 205, "image_id": 44, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 206, "image_id": 44, "category_id": 3, "bbox": [179.56999999999996, 39.99500000000001, 364.91999999999996, 70.81], "area": 25839.9852, "iscrowd": 0, "score": 1.0}, {"id": 207, "image_id": 44, "category_id": 0, "bbox": [29.994999999999994, 220.00000000000009, 1939.2100000000003, 1549.0600000000002], "area": 3003952.642600001, "iscrowd": 0, "score": 1.0}, {"id": 208, "image_id": 44, "category_id": 1, "bbox": [29.569999999999986, 1765.245, 743.7200000000001, 194.75], "area": 144839.47000000003, "iscrowd": 0, "score": 1.0}, {"id": 209, "image_id": 44, "category_id": 3, "bbox": [186.00500000000002, 101.99999999999999, 375.83000000000004, 76.06000000000002], "area": 28585.62980000001, "iscrowd": 0, "score": 1.0}, {"id": 210, "image_id": 45, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 211, "image_id": 45, "category_id": 3, "bbox": [185.585, 42.00000000000001, 350.78999999999996, 64.95999999999998], "area": 22787.31839999999, "iscrowd": 0, "score": 1.0}, {"id": 212, "image_id": 45, "category_id": 2, "bbox": [207.99499999999992, 236.00000000000006, 1583.31, 91.57999999999998], "area": 144999.52979999996, "iscrowd": 0, "score": 1.0}, {"id": 213, "image_id": 45, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 214, "image_id": 45, "category_id": 3, "bbox": [186.00500000000002, 101.99999999999999, 375.83000000000004, 76.06000000000002], "area": 28585.62980000001, "iscrowd": 0, "score": 1.0}, {"id": 215, "image_id": 46, "category_id": 4, "bbox": [30.42, 30.0, 158.7, 153.92], "area": 24427.103999999996, "iscrowd": 0, "score": 1.0}, {"id": 216, "image_id": 46, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 217, "image_id": 46, "category_id": 3, "bbox": [179.99999999999997, 100.42000000000002, 382.06000000000006, 74.35999999999999], "area": 28409.9816, "iscrowd": 0, "score": 1.0}, {"id": 218, "image_id": 46, "category_id": 0, "bbox": [30.00000000000003, 220.0050000000001, 1940.4400000000003, 1733.2900000000002], "area": 3363345.247600001, "iscrowd": 0, "score": 1.0}, {"id": 219, "image_id": 47, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 220, "image_id": 47, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 221, "image_id": 47, "category_id": 3, "bbox": [180.00499999999997, 100.0, 379.40999999999997, 72.35999999999999], "area": 27454.107599999992, "iscrowd": 0, "score": 1.0}, {"id": 222, "image_id": 47, "category_id": 0, "bbox": [30.00000000000003, 220.4149999999999, 1937.32, 1545.49], "area": 2994108.6868, "iscrowd": 0, "score": 1.0}, {"id": 223, "image_id": 47, "category_id": 1, "bbox": [30.005000000000003, 1766.995, 757.59, 193.01000000000022], "area": 146222.44590000017, "iscrowd": 0, "score": 1.0}, {"id": 224, "image_id": 48, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 225, "image_id": 48, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 226, "image_id": 48, "category_id": 3, "bbox": [186.00000000000006, 102.00000000000001, 373.2, 73.03999999999998], "area": 27258.52799999999, "iscrowd": 0, "score": 1.0}, {"id": 227, "image_id": 48, "category_id": 2, "bbox": [207.99999999999997, 236.0, 1579.48, 91.35999999999996], "area": 144301.29279999994, "iscrowd": 0, "score": 1.0}, {"id": 228, "image_id": 48, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 229, "image_id": 49, "category_id": 4, "bbox": [29.99499999999998, 30.0, 156.71000000000004, 151.52], "area": 23744.699200000006, "iscrowd": 0, "score": 1.0}, {"id": 230, "image_id": 49, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 64.29999999999998], "area": 23147.999999999993, "iscrowd": 0, "score": 1.0}, {"id": 231, "image_id": 49, "category_id": 3, "bbox": [180.00499999999997, 100.375, 377.16999999999996, 67.85000000000002], "area": 25590.984500000006, "iscrowd": 0, "score": 1.0}, {"id": 232, "image_id": 49, "category_id": 0, "bbox": [29.07499999999996, 219.99500000000026, 1942.67, 1741.3299999999997], "area": 3382829.5510999993, "iscrowd": 0, "score": 1.0}, {"id": 233, "image_id": 50, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 234, "image_id": 50, "category_id": 3, "bbox": [180.0, 39.56999999999999, 360.0, 66.74], "area": 24026.399999999998, "iscrowd": 0, "score": 1.0}, {"id": 235, "image_id": 50, "category_id": 3, "bbox": [180.005, 100.00499999999998, 376.65, 82.77000000000002], "area": 31175.32050000001, "iscrowd": 0, "score": 1.0}, {"id": 236, "image_id": 50, "category_id": 0, "bbox": [30.905000000000072, 220.00499999999988, 1937.5700000000002, 1547.5900000000001], "area": 2998563.9563000007, "iscrowd": 0, "score": 1.0}, {"id": 237, "image_id": 50, "category_id": 1, "bbox": [29.99500000000005, 1764.415, 744.65, 195.59000000000015], "area": 145646.0935000001, "iscrowd": 0, "score": 1.0}, {"id": 238, "image_id": 51, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 239, "image_id": 51, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 240, "image_id": 51, "category_id": 3, "bbox": [186.00000000000003, 102.42000000000002, 367.69999999999993, 68.82], "area": 25305.113999999994, "iscrowd": 0, "score": 1.0}, {"id": 241, "image_id": 51, "category_id": 2, "bbox": [207.61000000000007, 235.99499999999995, 1580.76, 89.19], "area": 140987.9844, "iscrowd": 0, "score": 1.0}, {"id": 242, "image_id": 51, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 243, "image_id": 52, "category_id": 4, "bbox": [30.005000000000017, 30.000000000000014, 154.22999999999996, 157.86], "area": 24346.747799999997, "iscrowd": 0, "score": 1.0}, {"id": 244, "image_id": 52, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 245, "image_id": 52, "category_id": 3, "bbox": [179.6, 100.00499999999998, 377.79999999999995, 71.73], "area": 27099.593999999997, "iscrowd": 0, "score": 1.0}, {"id": 246, "image_id": 52, "category_id": 0, "bbox": [30.00000000000014, 219.60000000000002, 1944.4399999999998, 1743.42], "area": 3389975.5848, "iscrowd": 0, "score": 1.0}, {"id": 247, "image_id": 53, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 248, "image_id": 53, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 249, "image_id": 53, "category_id": 3, "bbox": [180.00000000000006, 100.415, 380.2, 65.99], "area": 25089.397999999997, "iscrowd": 0, "score": 1.0}, {"id": 250, "image_id": 53, "category_id": 0, "bbox": [30.00000000000003, 220.41500000000013, 1939.58, 1544.3099999999997], "area": 2995312.7897999994, "iscrowd": 0, "score": 1.0}, {"id": 251, "image_id": 53, "category_id": 1, "bbox": [30.005000000000003, 1763.44, 750.79, 196.98000000000002], "area": 147890.6142, "iscrowd": 0, "score": 1.0}, {"id": 252, "image_id": 54, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 253, "image_id": 54, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 254, "image_id": 54, "category_id": 3, "bbox": [185.99999999999997, 102.0, 370.74, 70.30000000000001], "area": 26063.022000000004, "iscrowd": 0, "score": 1.0}, {"id": 255, "image_id": 54, "category_id": 2, "bbox": [207.99500000000003, 235.995, 1582.37, 95.94999999999999], "area": 151828.40149999998, "iscrowd": 0, "score": 1.0}, {"id": 256, "image_id": 54, "category_id": 0, "bbox": [30.00000000000003, 350.4200000000001, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 257, "image_id": 55, "category_id": 4, "bbox": [30.005000000000017, 30.405, 156.72999999999996, 158.23], "area": 24799.38789999999, "iscrowd": 0, "score": 1.0}, {"id": 258, "image_id": 55, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 259, "image_id": 55, "category_id": 3, "bbox": [180.005, 99.575, 379.6700000000001, 72.51], "area": 27529.871700000007, "iscrowd": 0, "score": 1.0}, {"id": 260, "image_id": 55, "category_id": 0, "bbox": [30.00499999999995, 219.99999999999986, 1946.69, 1745.6400000000003], "area": 3398219.9316000007, "iscrowd": 0, "score": 1.0}, {"id": 261, "image_id": 56, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 262, "image_id": 56, "category_id": 3, "bbox": [180.0, 40.0, 360.0, 71.19999999999999], "area": 25631.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 263, "image_id": 56, "category_id": 3, "bbox": [179.99999999999997, 100.0, 383.5400000000001, 80.19999999999999], "area": 30759.908000000003, "iscrowd": 0, "score": 1.0}, {"id": 264, "image_id": 56, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999997, 1940.0, 1539.96], "area": 2987522.4, "iscrowd": 0, "score": 1.0}, {"id": 265, "image_id": 56, "category_id": 1, "bbox": [29.59499999999998, 1757.965, 746.9699999999999, 202.0300000000002], "area": 150910.34910000014, "iscrowd": 0, "score": 1.0}, {"id": 266, "image_id": 57, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 267, "image_id": 57, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 268, "image_id": 57, "category_id": 3, "bbox": [186.0, 102.005, 371.24, 73.91], "area": 27438.3484, "iscrowd": 0, "score": 1.0}, {"id": 269, "image_id": 57, "category_id": 2, "bbox": [220.00000000000009, 236.375, 1562.58, 90.21000000000004], "area": 140960.34180000005, "iscrowd": 0, "score": 1.0}, {"id": 270, "image_id": 57, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 271, "image_id": 58, "category_id": 4, "bbox": [30.0, 30.0, 160.2, 160.52], "area": 25715.304, "iscrowd": 0, "score": 1.0}, {"id": 272, "image_id": 58, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 273, "image_id": 58, "category_id": 3, "bbox": [179.60500000000002, 99.995, 380.16999999999996, 71.14999999999998], "area": 27049.09549999999, "iscrowd": 0, "score": 1.0}, {"id": 274, "image_id": 58, "category_id": 0, "bbox": [30.140000000000057, 220.00000000000009, 1949.62, 1741.28], "area": 3394834.3135999995, "iscrowd": 0, "score": 1.0}, {"id": 275, "image_id": 59, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 276, "image_id": 59, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 277, "image_id": 59, "category_id": 3, "bbox": [180.0, 100.00500000000001, 372.88, 66.21], "area": 24688.384799999996, "iscrowd": 0, "score": 1.0}, {"id": 278, "image_id": 59, "category_id": 0, "bbox": [29.079999999999995, 219.99499999999995, 1940.92, 1544.21], "area": 2997188.0732, "iscrowd": 0, "score": 1.0}, {"id": 279, "image_id": 59, "category_id": 1, "bbox": [29.99999999999997, 1762.7, 741.4799999999999, 197.29999999999973], "area": 146294.00399999978, "iscrowd": 0, "score": 1.0}, {"id": 280, "image_id": 60, "category_id": 4, "bbox": [838.2, 36.08000000000001, 143.0000000000001, 147.6], "area": 21106.800000000017, "iscrowd": 0, "score": 1.0}, {"id": 281, "image_id": 60, "category_id": 3, "bbox": [998.8000000000001, 50.84, 351.9999999999999, 55.760000000000005], "area": 19627.519999999997, "iscrowd": 0, "score": 1.0}, {"id": 282, "image_id": 60, "category_id": 3, "bbox": [1003.2, 109.88000000000001, 357.48, 53.86], "area": 19253.8728, "iscrowd": 0, "score": 1.0}, {"id": 283, "image_id": 60, "category_id": 2, "bbox": [371.79999999999995, 247.64, 1441.0000000000002, 106.60000000000002], "area": 153610.60000000006, "iscrowd": 0, "score": 1.0}, {"id": 284, "image_id": 60, "category_id": 0, "bbox": [83.59999999999982, 418.1999999999998, 2039.4, 1103.72], "area": 2250926.568, "iscrowd": 0, "score": 1.0}, {"id": 285, "image_id": 61, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 286, "image_id": 61, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 287, "image_id": 61, "category_id": 3, "bbox": [185.995, 102.00499999999998, 372.11, 63.95], "area": 23796.434500000003, "iscrowd": 0, "score": 1.0}, {"id": 288, "image_id": 61, "category_id": 2, "bbox": [205.99500000000003, 236.42000000000002, 1585.21, 88.60000000000002], "area": 140449.60600000003, "iscrowd": 0, "score": 1.0}, {"id": 289, "image_id": 61, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 290, "image_id": 62, "category_id": 4, "bbox": [30.0, 29.564999999999994, 158.88, 156.33000000000004], "area": 24837.710400000007, "iscrowd": 0, "score": 1.0}, {"id": 291, "image_id": 62, "category_id": 3, "bbox": [179.99999999999997, 39.995, 366.22, 72.44999999999999], "area": 26532.639, "iscrowd": 0, "score": 1.0}, {"id": 292, "image_id": 62, "category_id": 3, "bbox": [179.99999999999997, 99.995, 379.18000000000006, 76.14999999999998], "area": 28874.556999999997, "iscrowd": 0, "score": 1.0}, {"id": 293, "image_id": 62, "category_id": 0, "bbox": [29.994999999999884, 220.00000000000009, 1944.13, 1743.46], "area": 3389512.8898000005, "iscrowd": 0, "score": 1.0}, {"id": 294, "image_id": 63, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 295, "image_id": 63, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 296, "image_id": 63, "category_id": 3, "bbox": [179.99999999999997, 100.0, 385.03999999999996, 74.29999999999998], "area": 28608.47199999999, "iscrowd": 0, "score": 1.0}, {"id": 297, "image_id": 63, "category_id": 0, "bbox": [30.00000000000003, 220.00000000000009, 1937.94, 1538.5199999999998], "area": 2981559.4487999994, "iscrowd": 0, "score": 1.0}, {"id": 298, "image_id": 63, "category_id": 1, "bbox": [30.00500000000006, 1765.1999999999998, 746.4299999999998, 194.79999999999995], "area": 145404.56399999993, "iscrowd": 0, "score": 1.0}, {"id": 299, "image_id": 64, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 300, "image_id": 64, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 301, "image_id": 64, "category_id": 3, "bbox": [185.58499999999998, 101.6, 369.10999999999996, 74.0], "area": 27314.139999999996, "iscrowd": 0, "score": 1.0}, {"id": 302, "image_id": 64, "category_id": 2, "bbox": [210.0050000000001, 235.995, 1583.3299999999997, 93.87], "area": 148627.18709999998, "iscrowd": 0, "score": 1.0}, {"id": 303, "image_id": 64, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 304, "image_id": 65, "category_id": 4, "bbox": [29.565000000000023, 30.0, 153.94999999999996, 163.62], "area": 25189.298999999995, "iscrowd": 0, "score": 1.0}, {"id": 305, "image_id": 65, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 306, "image_id": 65, "category_id": 3, "bbox": [179.995, 100.0, 380.59000000000003, 73.88], "area": 28117.9892, "iscrowd": 0, "score": 1.0}, {"id": 307, "image_id": 65, "category_id": 0, "bbox": [29.995000000000104, 220.42000000000007, 1950.89, 1740.36], "area": 3395250.9204, "iscrowd": 0, "score": 1.0}, {"id": 308, "image_id": 66, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 309, "image_id": 66, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 310, "image_id": 66, "category_id": 3, "bbox": [179.995, 100.39499999999998, 377.97, 71.29000000000002], "area": 26945.48130000001, "iscrowd": 0, "score": 1.0}, {"id": 311, "image_id": 66, "category_id": 0, "bbox": [29.570000000000206, 220.4149999999999, 1942.8, 1546.4500000000003], "area": 3004443.0600000005, "iscrowd": 0, "score": 1.0}, {"id": 312, "image_id": 66, "category_id": 1, "bbox": [30.00000000000003, 1766.145, 742.86, 193.8499999999999], "area": 144003.41099999993, "iscrowd": 0, "score": 1.0}, {"id": 313, "image_id": 67, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 314, "image_id": 67, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 315, "image_id": 67, "category_id": 3, "bbox": [186.00000000000006, 101.99999999999999, 370.08, 79.34000000000002], "area": 29362.147200000007, "iscrowd": 0, "score": 1.0}, {"id": 316, "image_id": 67, "category_id": 2, "bbox": [207.99999999999997, 236.00000000000006, 1583.4, 87.94], "area": 139244.196, "iscrowd": 0, "score": 1.0}, {"id": 317, "image_id": 67, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 318, "image_id": 68, "category_id": 4, "bbox": [30.0, 30.0, 151.82, 160.18], "area": 24318.5276, "iscrowd": 0, "score": 1.0}, {"id": 319, "image_id": 68, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 320, "image_id": 68, "category_id": 3, "bbox": [180.00000000000003, 99.995, 379.02, 69.39000000000001], "area": 26300.197800000005, "iscrowd": 0, "score": 1.0}, {"id": 321, "image_id": 68, "category_id": 0, "bbox": [29.994999999999994, 219.99999999999997, 1942.57, 1742.06], "area": 3384073.4941999996, "iscrowd": 0, "score": 1.0}, {"id": 322, "image_id": 69, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 323, "image_id": 69, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 324, "image_id": 69, "category_id": 3, "bbox": [180.00500000000002, 99.99499999999999, 381.13, 73.34999999999998], "area": 27955.885499999993, "iscrowd": 0, "score": 1.0}, {"id": 325, "image_id": 69, "category_id": 0, "bbox": [30.42, 219.99500000000006, 1937.5400000000002, 1540.4699999999998], "area": 2984722.2438, "iscrowd": 0, "score": 1.0}, {"id": 326, "image_id": 69, "category_id": 1, "bbox": [30.00000000000003, 1763.455, 746.68, 196.55000000000018], "area": 146759.9540000001, "iscrowd": 0, "score": 1.0}, {"id": 327, "image_id": 70, "category_id": 4, "bbox": [30.0, 30.0, 140.0, 150.0], "area": 21000.0, "iscrowd": 0, "score": 1.0}, {"id": 328, "image_id": 70, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 329, "image_id": 70, "category_id": 3, "bbox": [180.00000000000006, 99.99500000000002, 383.44, 75.07000000000001], "area": 28784.8408, "iscrowd": 0, "score": 1.0}, {"id": 330, "image_id": 70, "category_id": 2, "bbox": [220.00000000000009, 230.00000000000003, 1560.1599999999999, 94.1], "area": 146811.05599999998, "iscrowd": 0, "score": 1.0}, {"id": 331, "image_id": 70, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1610.0], "area": 3123400.0, "iscrowd": 0, "score": 1.0}, {"id": 332, "image_id": 71, "category_id": 4, "bbox": [30.00499999999999, 30.905, 154.71000000000004, 157.01], "area": 24291.017100000005, "iscrowd": 0, "score": 1.0}, {"id": 333, "image_id": 71, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 334, "image_id": 71, "category_id": 3, "bbox": [180.00500000000002, 99.995, 377.59000000000003, 68.26999999999998], "area": 25778.069299999996, "iscrowd": 0, "score": 1.0}, {"id": 335, "image_id": 71, "category_id": 0, "bbox": [30.00000000000003, 219.99999999999986, 1941.76, 1743.7400000000002], "area": 3385924.5824000007, "iscrowd": 0, "score": 1.0}, {"id": 336, "image_id": 72, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 337, "image_id": 72, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 338, "image_id": 72, "category_id": 3, "bbox": [179.99499999999995, 100.0, 381.07, 74.13999999999999], "area": 28252.529799999993, "iscrowd": 0, "score": 1.0}, {"id": 339, "image_id": 72, "category_id": 0, "bbox": [29.994999999999994, 220.91000000000005, 1938.0100000000002, 1540.9999999999998], "area": 2986473.4099999997, "iscrowd": 0, "score": 1.0}, {"id": 340, "image_id": 72, "category_id": 1, "bbox": [29.99999999999997, 1760.04, 744.56, 199.96000000000004], "area": 148882.2176, "iscrowd": 0, "score": 1.0}], "categories": [{"id": 0, "name": "Table"}, {"id": 1, "name": "Text"}, {"id": 2, "name": "Section-Header"}, {"id": 3, "name": "Page-Furniture"}, {"id": 4, "name": "Picture"}]} \ No newline at end of file diff --git a/train/doc_000_p0_png.rf.c8a4be17cf60f3118c46da5fb656bc34.jpg b/train/doc_000_p0_png.rf.c8a4be17cf60f3118c46da5fb656bc34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5f1de2cf727ba5c69bc7a0ab040eb63eaae416b --- /dev/null +++ b/train/doc_000_p0_png.rf.c8a4be17cf60f3118c46da5fb656bc34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8741b440c0954d33ed25fa9a5ce61dbcfe805df577fd5d760b15de2c38035f9 +size 377821 diff --git a/train/doc_000_p1_png.rf.1117feb1d33c59f4e1390d1d8dde1208.jpg b/train/doc_000_p1_png.rf.1117feb1d33c59f4e1390d1d8dde1208.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fb207417bfd2413f7a7b7746f4fad5054885970 --- /dev/null +++ b/train/doc_000_p1_png.rf.1117feb1d33c59f4e1390d1d8dde1208.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bf821f0ce0ca9dd14b37088c19ab9783a6b84cc1e3ceca124eaa1649b3232a +size 370967 diff --git a/train/doc_000_p2_png.rf.0f2836fdafb94179109eb0ba58c41cd5.jpg b/train/doc_000_p2_png.rf.0f2836fdafb94179109eb0ba58c41cd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6697453106c14d739fe181be6faf3fd0dd949f0f --- /dev/null +++ b/train/doc_000_p2_png.rf.0f2836fdafb94179109eb0ba58c41cd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e67dfb12b2417e9e62d36096ae9447f43ff09c6eef98de1ddeca8aa0448cd7 +size 329441 diff --git a/train/doc_002_p0_png.rf.74fb035bf56e8602ed7ebc24679b5f6a.jpg b/train/doc_002_p0_png.rf.74fb035bf56e8602ed7ebc24679b5f6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f7770248ffc75298048bf016ad5a2a60089156e --- /dev/null +++ b/train/doc_002_p0_png.rf.74fb035bf56e8602ed7ebc24679b5f6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f29205ad5cd14e4aa7bd055d32efbc9524d75dd70322c22178e541f318322e +size 378046 diff --git a/train/doc_002_p1_png.rf.217428b592e3d917fb80ae3ffe2d327e.jpg b/train/doc_002_p1_png.rf.217428b592e3d917fb80ae3ffe2d327e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ef0449d41930283100609c570a905c247741d5c --- /dev/null +++ b/train/doc_002_p1_png.rf.217428b592e3d917fb80ae3ffe2d327e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b5591bf00abb84dd3594c4ec6c87e51827d7dd718eb90bd4b59f661f8f04e +size 369393 diff --git a/train/doc_002_p2_png.rf.d7176a104fda2a7ebd5fa38887ee8731.jpg b/train/doc_002_p2_png.rf.d7176a104fda2a7ebd5fa38887ee8731.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a066dd4d7a346c8655cc6de9a13f10c58ccacbdc --- /dev/null +++ b/train/doc_002_p2_png.rf.d7176a104fda2a7ebd5fa38887ee8731.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270f89e7d2dbb5ed18c45278926eb978cfe01e3047119ba00618797b60cdb0fd +size 329787 diff --git a/train/doc_004_p0_png.rf.a9426d572a6755391ac7523e815fe777.jpg b/train/doc_004_p0_png.rf.a9426d572a6755391ac7523e815fe777.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f162c15826bda2795a305f683f7ddc53880e2603 --- /dev/null +++ b/train/doc_004_p0_png.rf.a9426d572a6755391ac7523e815fe777.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e74d070028c814fed2196a9222c76e903167260f3e1092ffee7464b6d04f44 +size 378649 diff --git a/train/doc_004_p1_png.rf.b83dcf4514c231d1a988f7a3a91427d4.jpg b/train/doc_004_p1_png.rf.b83dcf4514c231d1a988f7a3a91427d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..debc3b2bba08f945a25f1c50b5cc90ca4c239ac1 --- /dev/null +++ b/train/doc_004_p1_png.rf.b83dcf4514c231d1a988f7a3a91427d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0c8b6cc05992014ef685076544cadb5c2aab065c6b08749e2b3c4531f8b677 +size 368300 diff --git a/train/doc_004_p2_png.rf.5f77925a6d59bc1a3fa1e053a0e04597.jpg b/train/doc_004_p2_png.rf.5f77925a6d59bc1a3fa1e053a0e04597.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82329997d1e490b8ca409ddf95d29c124bd497f0 --- /dev/null +++ b/train/doc_004_p2_png.rf.5f77925a6d59bc1a3fa1e053a0e04597.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952dbad81a8a5447b60b333cd4a17447a11acfd5735283209b02d05467cbca88 +size 328804 diff --git a/train/doc_006_p0_png.rf.55778d12201d8e41ee63d11eb6b6859e.jpg b/train/doc_006_p0_png.rf.55778d12201d8e41ee63d11eb6b6859e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9106edaf2073908cbb1e865e875d04c4876739d --- /dev/null +++ b/train/doc_006_p0_png.rf.55778d12201d8e41ee63d11eb6b6859e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84487410cdb686bb0105371d53b8cbd4564db6baa91c63d21d0a801dd77f225 +size 377553 diff --git a/train/doc_006_p1_png.rf.e2e6432e1f38a43efe8c5dae42dfebc9.jpg b/train/doc_006_p1_png.rf.e2e6432e1f38a43efe8c5dae42dfebc9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e28e0cb728643f17f52262508256bc511bf06fdd --- /dev/null +++ b/train/doc_006_p1_png.rf.e2e6432e1f38a43efe8c5dae42dfebc9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e359f0da322f0116e132fd3d736f43f50e8edffaaaaabcd11d016526b1a9012f +size 367449 diff --git a/train/doc_006_p2_png.rf.036ab74a268405eea92d4a07c315f443.jpg b/train/doc_006_p2_png.rf.036ab74a268405eea92d4a07c315f443.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b211e85515b7c9dc8820bad10eab7f7f5fe5c2 --- /dev/null +++ b/train/doc_006_p2_png.rf.036ab74a268405eea92d4a07c315f443.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d460b32875f62c38be6935b691a3a28c8255ca69fa6c873178b25dbcdf0f72f +size 328760 diff --git a/train/doc_007_p0_png.rf.36f87b65c3a2796fb12f420dc4a32c00.jpg b/train/doc_007_p0_png.rf.36f87b65c3a2796fb12f420dc4a32c00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9ec7fde7067298e826acd557ccd3c91a0f73483 --- /dev/null +++ b/train/doc_007_p0_png.rf.36f87b65c3a2796fb12f420dc4a32c00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bf122d1e5bfdc4a82aa305613214b414557a6caf630441535f0ed3949d5654 +size 377677 diff --git a/train/doc_007_p1_png.rf.7ae6f962d6a18123e49040d2aa526727.jpg b/train/doc_007_p1_png.rf.7ae6f962d6a18123e49040d2aa526727.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d5a2c93ac73e08ed9a6d89ca7059c42f3366ea2 --- /dev/null +++ b/train/doc_007_p1_png.rf.7ae6f962d6a18123e49040d2aa526727.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffe79f8ddca8b69371deb312d0ba45530b2e5cf0ae7bd5730e3f56aa709c961 +size 370647 diff --git a/train/doc_007_p2_png.rf.3ec1c68b8c6b2cb24f0cd77b315bbf28.jpg b/train/doc_007_p2_png.rf.3ec1c68b8c6b2cb24f0cd77b315bbf28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..704b837af33bca3095ef8e7d3ada0cdeae9d99c7 --- /dev/null +++ b/train/doc_007_p2_png.rf.3ec1c68b8c6b2cb24f0cd77b315bbf28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83d133108b3177f72b39daaeecbaa6aa8163368e3123eea47053a057262495d +size 330863 diff --git a/train/doc_008_p0_png.rf.07a947e39b0eda590e50253018d28a10.jpg b/train/doc_008_p0_png.rf.07a947e39b0eda590e50253018d28a10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64db2ebfd2eddbdae3dd501a40ccb9601e7b1298 --- /dev/null +++ b/train/doc_008_p0_png.rf.07a947e39b0eda590e50253018d28a10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800b9f0574b68f2e6addcff3a1329afbf61098a83d7d99f3ed24e0421f2a473e +size 377186 diff --git a/train/doc_008_p1_png.rf.1305df79e033b0db8650d176d600d538.jpg b/train/doc_008_p1_png.rf.1305df79e033b0db8650d176d600d538.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f2b037f74ee6eebfb82527ce920c32cce2b6c53 --- /dev/null +++ b/train/doc_008_p1_png.rf.1305df79e033b0db8650d176d600d538.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05436664f4e5ed05315782384a0623484d64bda6c38e00f612286457f407dc6d +size 367080 diff --git a/train/doc_008_p2_png.rf.2a27d99040701f338a7e87672c6897e3.jpg b/train/doc_008_p2_png.rf.2a27d99040701f338a7e87672c6897e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..343956d030f5763eb8c4b250bf64b3d2d48844bc --- /dev/null +++ b/train/doc_008_p2_png.rf.2a27d99040701f338a7e87672c6897e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7959dcf3372486845669decfdf714f5d47d861729c145bd24a3708d4d317c7dc +size 326878 diff --git a/train/doc_009_p0_png.rf.b6b77fe16ed429c31b7e9c79dfc4c3e8.jpg b/train/doc_009_p0_png.rf.b6b77fe16ed429c31b7e9c79dfc4c3e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5443ef4acf3f103958d9d25f0195131cb093743 --- /dev/null +++ b/train/doc_009_p0_png.rf.b6b77fe16ed429c31b7e9c79dfc4c3e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b455ae4545132aa0661321aff1a6874e4f59e6f29a1ee01cb8ec327426422596 +size 377640 diff --git a/train/doc_009_p1_png.rf.d8b4742b9a104a5f478bf21a572d2f38.jpg b/train/doc_009_p1_png.rf.d8b4742b9a104a5f478bf21a572d2f38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40db78dcd2447c1a56d9694acaddfd02bf7fc8d0 --- /dev/null +++ b/train/doc_009_p1_png.rf.d8b4742b9a104a5f478bf21a572d2f38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65dbc82fa8c106410f2fa17603565f177b0ae9bfa5564c15777a5bf07f5632d +size 372284 diff --git a/train/doc_009_p2_png.rf.d4838071c7de58996e8ab7cadfd98790.jpg b/train/doc_009_p2_png.rf.d4838071c7de58996e8ab7cadfd98790.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d61be804de7ffcf55f3e4c5394cc5b2b9d77a607 --- /dev/null +++ b/train/doc_009_p2_png.rf.d4838071c7de58996e8ab7cadfd98790.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005fd059f6c6baee4c0a1e01fac84798250a36bd0824a84b38140020bb2826e7 +size 328964 diff --git a/train/doc_010_p0_png.rf.ce568aae51cbb73c5d795fe3424f4bc3.jpg b/train/doc_010_p0_png.rf.ce568aae51cbb73c5d795fe3424f4bc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0d8c726e53b749eb78c10500dff285cef67ec5c --- /dev/null +++ b/train/doc_010_p0_png.rf.ce568aae51cbb73c5d795fe3424f4bc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c753db9fe5fb03c5cef39a3090335a6e2e6afe8121a1e1b991eca8719471f6 +size 378005 diff --git a/train/doc_010_p1_png.rf.145f6c68a93a368ce9581ed4e28805f9.jpg b/train/doc_010_p1_png.rf.145f6c68a93a368ce9581ed4e28805f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aefc70b421a8fe714523652529d919619b198ee --- /dev/null +++ b/train/doc_010_p1_png.rf.145f6c68a93a368ce9581ed4e28805f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d413858caf4e7969304ebc2ab612ad302c20cdd2c9538cd97d92761c68709f5 +size 368110 diff --git a/train/doc_010_p2_png.rf.60537c703e55ff5f82b67d41e06deb60.jpg b/train/doc_010_p2_png.rf.60537c703e55ff5f82b67d41e06deb60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e68a2d4815a416758438f7671315abc59ff75d25 --- /dev/null +++ b/train/doc_010_p2_png.rf.60537c703e55ff5f82b67d41e06deb60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05f80449cb1d9ccab5fb7fdd608485f7b1b7bbbaaa4acd53721c4b33c229f90 +size 328330 diff --git a/train/doc_011_p0_png.rf.4dd9c0ea3800d92c77c5d9a4efdba549.jpg b/train/doc_011_p0_png.rf.4dd9c0ea3800d92c77c5d9a4efdba549.jpg new file mode 100644 index 0000000000000000000000000000000000000000..177af9ab6bfed744a36759c9c948c9c587543e5b --- /dev/null +++ b/train/doc_011_p0_png.rf.4dd9c0ea3800d92c77c5d9a4efdba549.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf160e647d28c43b43a72d77ae0a39e2a40ea708f4499a293f5dfbc4fd0a55d +size 378833 diff --git a/train/doc_011_p1_png.rf.eaf41335445280475d99938a73abadbc.jpg b/train/doc_011_p1_png.rf.eaf41335445280475d99938a73abadbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4433174726ed55f105c8a8958c6ecf903eff639d --- /dev/null +++ b/train/doc_011_p1_png.rf.eaf41335445280475d99938a73abadbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58e60c95b7e566bc40f36c121ffe1bba8cf6707804c1ec7f473bced252e6099 +size 367697 diff --git a/train/doc_011_p2_png.rf.cf7311529ed67f0bb7a267e1500dd003.jpg b/train/doc_011_p2_png.rf.cf7311529ed67f0bb7a267e1500dd003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfa5e4660479d425c6ad260dbbfdf0edbd26b454 --- /dev/null +++ b/train/doc_011_p2_png.rf.cf7311529ed67f0bb7a267e1500dd003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3e6f8029b0d8c787af0abc00e8db093b842a2114eb101c7b4d7417c4616255 +size 328254 diff --git a/train/doc_012_p0_png.rf.1a1750f290779cee09489baecb5076bf.jpg b/train/doc_012_p0_png.rf.1a1750f290779cee09489baecb5076bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea341a5394cb66291229b08d513182412bf9b500 --- /dev/null +++ b/train/doc_012_p0_png.rf.1a1750f290779cee09489baecb5076bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8232057b4d57726fdc909723cc668ff8b19619de17c354546cea59cbf8d9f83 +size 378864 diff --git a/train/doc_012_p1_png.rf.a32f26834fea99219c6fd4c08f7322d9.jpg b/train/doc_012_p1_png.rf.a32f26834fea99219c6fd4c08f7322d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b22cd164850a3ed8c227dfbfe1f1fcd6ff9cebd --- /dev/null +++ b/train/doc_012_p1_png.rf.a32f26834fea99219c6fd4c08f7322d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a30b9058b950121a8f592271a4a7dd21a619a9a63afa6b471d40c337079b17 +size 368379 diff --git a/train/doc_012_p2_png.rf.067f159cebe3f6dd8e48e60cd33e5954.jpg b/train/doc_012_p2_png.rf.067f159cebe3f6dd8e48e60cd33e5954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dc3b7dc0ba9379696c535114c5207060cf030b2 --- /dev/null +++ b/train/doc_012_p2_png.rf.067f159cebe3f6dd8e48e60cd33e5954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba20170aeb06f94e5d9cb5191db370223772d1e3f6bda3bd58098baffe2f5140 +size 326949 diff --git a/train/doc_013_p0_png.rf.5840c04b338223b357577857999b2d25.jpg b/train/doc_013_p0_png.rf.5840c04b338223b357577857999b2d25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5063074ddbf3242ab0e2fc8dd85b695487bae375 --- /dev/null +++ b/train/doc_013_p0_png.rf.5840c04b338223b357577857999b2d25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb730268ceecf1c2a9e7454ac2be21289cae64fb28171fb99d31fac77a294ecb +size 378645 diff --git a/train/doc_013_p1_png.rf.ea2373abcfd2d0c39f79bdda6ab0fca0.jpg b/train/doc_013_p1_png.rf.ea2373abcfd2d0c39f79bdda6ab0fca0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35b56451a801e4e2824d5201d838ecff7a015979 --- /dev/null +++ b/train/doc_013_p1_png.rf.ea2373abcfd2d0c39f79bdda6ab0fca0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6da2ae066ba2e6e67d169396b7fa8d8be0b08304fc79188c8e63fc185004f55 +size 369908 diff --git a/train/doc_013_p2_png.rf.cef40fa80a819fc3d1d0e9dcd59e7b2c.jpg b/train/doc_013_p2_png.rf.cef40fa80a819fc3d1d0e9dcd59e7b2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8670a986b9ce2932e3ace937fe399b3911d02dcc --- /dev/null +++ b/train/doc_013_p2_png.rf.cef40fa80a819fc3d1d0e9dcd59e7b2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d067f47388337e800f1751f450083ecbbfdfc832afecf9f89d1e4057d1206060 +size 330537 diff --git a/train/doc_014_p0_png.rf.2fae1335f10221b5d02a828e3a3dce61.jpg b/train/doc_014_p0_png.rf.2fae1335f10221b5d02a828e3a3dce61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1941390331ef20e9fedc295990903622388f1c1a --- /dev/null +++ b/train/doc_014_p0_png.rf.2fae1335f10221b5d02a828e3a3dce61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431158afd5f31ff2f6d554669e892efc5e4b2e6592e0bf09c8c56c8bfed71ddd +size 379752 diff --git a/train/doc_014_p1_png.rf.04ccf89685b5170eb16f26485f491ea3.jpg b/train/doc_014_p1_png.rf.04ccf89685b5170eb16f26485f491ea3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bcb0015fa65cac6497df79435edff1289273293 --- /dev/null +++ b/train/doc_014_p1_png.rf.04ccf89685b5170eb16f26485f491ea3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9b38b016cdb882a8765a887da3b373745c2180204c774b81ec9d958ebabbd2 +size 369118 diff --git a/train/doc_014_p2_png.rf.2db8aac5c1084f7be0b36179ad68c3ca.jpg b/train/doc_014_p2_png.rf.2db8aac5c1084f7be0b36179ad68c3ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2570b7a9fc0b353002ce72c953fbc3556fcf2d90 --- /dev/null +++ b/train/doc_014_p2_png.rf.2db8aac5c1084f7be0b36179ad68c3ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ffe6ddbc2d6fcdb84194b9dd4bad246f696173938eb9e9cf0edf78db87b89f +size 328162 diff --git a/train/doc_015_p0_png.rf.5775e3ba82f22672abde5bf99a3ba9d3.jpg b/train/doc_015_p0_png.rf.5775e3ba82f22672abde5bf99a3ba9d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0e18b8572bd54c77456dbd7ad13cb5fdbad5e31 --- /dev/null +++ b/train/doc_015_p0_png.rf.5775e3ba82f22672abde5bf99a3ba9d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0039276718f5da55ecc379b8b07f238a64180b6253e12235405d721fc2d2b3aa +size 378213 diff --git a/train/doc_015_p1_png.rf.58666d1f47954789aec2dc87e1defed1.jpg b/train/doc_015_p1_png.rf.58666d1f47954789aec2dc87e1defed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab8f16559f2ac8dd30c81d32eb567804dee64559 --- /dev/null +++ b/train/doc_015_p1_png.rf.58666d1f47954789aec2dc87e1defed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2c8f750ef2e9253547cb0f7a3e44aa98963dcd363daa87c2715b3d9fc38d92 +size 372630 diff --git a/train/doc_015_p2_png.rf.fd684bcf5c897601894939919697fd42.jpg b/train/doc_015_p2_png.rf.fd684bcf5c897601894939919697fd42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68f7ec4c2d06ce68d1c9e89f2527e0278216f627 --- /dev/null +++ b/train/doc_015_p2_png.rf.fd684bcf5c897601894939919697fd42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42e93f9b43bf7cab419d05d126048aa5b92d9de97dc5e5cd6065abf2794877d +size 328073 diff --git a/train/doc_016_p0_png.rf.0c502f5e617552f90218a74be22cebe9.jpg b/train/doc_016_p0_png.rf.0c502f5e617552f90218a74be22cebe9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb6bb6f0dc122fb9bdb8a65479c284aee7266803 --- /dev/null +++ b/train/doc_016_p0_png.rf.0c502f5e617552f90218a74be22cebe9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66676c384c3bc6a0a508ca5ec99fe40e5752f9ce76464e345f73f9622c362838 +size 379764 diff --git a/train/doc_016_p1_png.rf.db79f2c3d2b16328263eaee794bfdfeb.jpg b/train/doc_016_p1_png.rf.db79f2c3d2b16328263eaee794bfdfeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f9ce8a82dafb6b2a20b26f617f65b9a37492003 --- /dev/null +++ b/train/doc_016_p1_png.rf.db79f2c3d2b16328263eaee794bfdfeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af181e79e6927167b47f8141d025c990f9fd403fd6f57cef70b8bfa8ec7aa4f9 +size 372045 diff --git a/train/doc_016_p2_png.rf.60fab558dbb0f92ac8fec4ec2550f58e.jpg b/train/doc_016_p2_png.rf.60fab558dbb0f92ac8fec4ec2550f58e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e581da1562afdf841f34f02d9cd3129c6e3cf87 --- /dev/null +++ b/train/doc_016_p2_png.rf.60fab558dbb0f92ac8fec4ec2550f58e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3f5ec25613d0c3954ec29f54a9eb0efe711da8796c89778a2a4d6d9fb5fa0a +size 328332 diff --git a/train/doc_019_p0_png.rf.20537fb5e2a199a2729791cf666cb773.jpg b/train/doc_019_p0_png.rf.20537fb5e2a199a2729791cf666cb773.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fcb66981f6649070f667dd87f2480cad9c1b669 --- /dev/null +++ b/train/doc_019_p0_png.rf.20537fb5e2a199a2729791cf666cb773.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c41aedd90bf72de3e2d78682c4e0f247cd39abedb65b3acca63af95b386b80 +size 378171 diff --git a/train/doc_019_p1_png.rf.dc334fa15994e9de549b19bb84d2453a.jpg b/train/doc_019_p1_png.rf.dc334fa15994e9de549b19bb84d2453a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6144232bbcabac8f15acbb0c5fcbfbcf4972ca6b --- /dev/null +++ b/train/doc_019_p1_png.rf.dc334fa15994e9de549b19bb84d2453a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d3036151fef0316f58fdd29bf15ebed82f1719c0cba035ee5a18f90bad0ca6 +size 370095 diff --git a/train/doc_019_p2_png.rf.ecde61a6c225ab483bdf31c423ab21f8.jpg b/train/doc_019_p2_png.rf.ecde61a6c225ab483bdf31c423ab21f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..906181ed9c6160f179cb9675b6ffda51d5bb651b --- /dev/null +++ b/train/doc_019_p2_png.rf.ecde61a6c225ab483bdf31c423ab21f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0713439d4882862a87d5549d661b625b8f965d7fc4a0288155b0b0b24778bbd5 +size 329986 diff --git a/train/doc_020_p0_png.rf.ce1583e03512b83fa1c0ad9202797537.jpg b/train/doc_020_p0_png.rf.ce1583e03512b83fa1c0ad9202797537.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77e5d074d186e9f85071acf1aa97e59943bf91d0 --- /dev/null +++ b/train/doc_020_p0_png.rf.ce1583e03512b83fa1c0ad9202797537.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6d045e048807cd258f757a39d7ac29860fb84db050534c9963bed66015602c +size 378086 diff --git a/train/doc_020_p1_png.rf.8810f51b1c3254f3b02bce9ab7f6dc9f.jpg b/train/doc_020_p1_png.rf.8810f51b1c3254f3b02bce9ab7f6dc9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7865628de90213878d9186d149287fdd47312149 --- /dev/null +++ b/train/doc_020_p1_png.rf.8810f51b1c3254f3b02bce9ab7f6dc9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1bc819bf109db9068d715907f73a6847571f161a9c71b21c9766a4b0c3bd1c +size 370182 diff --git a/train/doc_020_p2_png.rf.6acd7d8eaf5566770adff98700a1951a.jpg b/train/doc_020_p2_png.rf.6acd7d8eaf5566770adff98700a1951a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..641324d03a402f5d015f58002d36347221b48dbe --- /dev/null +++ b/train/doc_020_p2_png.rf.6acd7d8eaf5566770adff98700a1951a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9336638c9f8cd5a9bbf8a46e7a97b35c5ff56da87d0ff86fdc109a52b1d41d05 +size 329712 diff --git a/train/doc_021_p0_png.rf.bdca4c1150ced64dc7b97fc9aa115322.jpg b/train/doc_021_p0_png.rf.bdca4c1150ced64dc7b97fc9aa115322.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4015d8174dd3c5e03083a7fe6cae1a7aa185820c --- /dev/null +++ b/train/doc_021_p0_png.rf.bdca4c1150ced64dc7b97fc9aa115322.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757394202d8b002616a6010009329debe8fa751073b2f9255140f427740641dc +size 379515 diff --git a/train/doc_021_p1_png.rf.002dac22c516feb3769a3ad4808722a8.jpg b/train/doc_021_p1_png.rf.002dac22c516feb3769a3ad4808722a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c3f2ab7ac976bfa3f505b9da53ddd2857ce93ed --- /dev/null +++ b/train/doc_021_p1_png.rf.002dac22c516feb3769a3ad4808722a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b8a6d583f8c291173e553e18be7ffad76dddd369ff22204a8253b1a9c91d68 +size 370630 diff --git a/train/doc_021_p2_png.rf.8b0afb02aa1aca4719f26b4db3aafa37.jpg b/train/doc_021_p2_png.rf.8b0afb02aa1aca4719f26b4db3aafa37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb804d9bb680029810211224cadfb86191220292 --- /dev/null +++ b/train/doc_021_p2_png.rf.8b0afb02aa1aca4719f26b4db3aafa37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ab4c3d2e7720cfccda85e23d3c4b62dc68e07c94f398246821cbc49d787aa0 +size 330234 diff --git a/train/doc_022_p0_png.rf.3bc69af4fcda0e2f85e1260911cab535.jpg b/train/doc_022_p0_png.rf.3bc69af4fcda0e2f85e1260911cab535.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d6a8752e6bbc40fc2988edaca10827e14a3db21 --- /dev/null +++ b/train/doc_022_p0_png.rf.3bc69af4fcda0e2f85e1260911cab535.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908c4920f3653f2f535aeb83fbc9f4783ab870d6228c900b738a76baf092091 +size 377819 diff --git a/train/doc_022_p1_png.rf.8fa2ffb697c2a04992a234bd60658a67.jpg b/train/doc_022_p1_png.rf.8fa2ffb697c2a04992a234bd60658a67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff86589d59ac040cbd0c9f2a4d6da1a65de099ff --- /dev/null +++ b/train/doc_022_p1_png.rf.8fa2ffb697c2a04992a234bd60658a67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264fa25a4cb84cb5c75181922e055e83281986e6188eddd36e2d5279846c64bd +size 371421 diff --git a/train/doc_022_p2_png.rf.bf63346e3f86a6e323949946df8832c7.jpg b/train/doc_022_p2_png.rf.bf63346e3f86a6e323949946df8832c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0af3e8e41f1da1b9df095dd3e9aa152d744ece30 --- /dev/null +++ b/train/doc_022_p2_png.rf.bf63346e3f86a6e323949946df8832c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2cbcffa7f9317dd42a14431bc8cacbd9d70f416bfecb485e69586f0cba70ec +size 328104 diff --git a/train/doc_023_p0_png.rf.adad83beaeb2567548a0d45852386639.jpg b/train/doc_023_p0_png.rf.adad83beaeb2567548a0d45852386639.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac553580ac6f8cd5bf2b4e30ae08f113b33932e8 --- /dev/null +++ b/train/doc_023_p0_png.rf.adad83beaeb2567548a0d45852386639.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a4979df1cb137a8dd76d4b7368a2f8b5e6981b6bc3b08ca60ac11d60b4e636 +size 378269 diff --git a/train/doc_023_p1_png.rf.c93c9f39e7172eb90d34d4e2c7a4af88.jpg b/train/doc_023_p1_png.rf.c93c9f39e7172eb90d34d4e2c7a4af88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40f121e9fc3db8153866b895023f4b0842f622a8 --- /dev/null +++ b/train/doc_023_p1_png.rf.c93c9f39e7172eb90d34d4e2c7a4af88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55602d747bfa18f16947e2de84edb3fbdc07aaea35f28d8af2867978275060dd +size 366988 diff --git a/train/doc_023_p2_png.rf.4c532743af498f84235eafe80e3036b1.jpg b/train/doc_023_p2_png.rf.4c532743af498f84235eafe80e3036b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..423c4bf09095eb2b89f7a1538a1cedf9a1d8f8d5 --- /dev/null +++ b/train/doc_023_p2_png.rf.4c532743af498f84235eafe80e3036b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9984eedc5a61107e22411d193f1304f1c88d71c80765d7a572da1cae88e96483 +size 330159 diff --git a/train/doc_024_p0_png.rf.49f859a4fe5cc0bb5a0c3469e13e8a9e.jpg b/train/doc_024_p0_png.rf.49f859a4fe5cc0bb5a0c3469e13e8a9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adc37bd2c09365ac3d5358157643188b43951c73 --- /dev/null +++ b/train/doc_024_p0_png.rf.49f859a4fe5cc0bb5a0c3469e13e8a9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf448f0d9d135a904b4bdc98453d636a77c942720d40c89e26cf3624cefcf3e9 +size 379059 diff --git a/train/doc_024_p1_png.rf.cf180a81192bb603044e51ef4f275a10.jpg b/train/doc_024_p1_png.rf.cf180a81192bb603044e51ef4f275a10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb937dade9862f9b8f538d72e3d35f348193da30 --- /dev/null +++ b/train/doc_024_p1_png.rf.cf180a81192bb603044e51ef4f275a10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9ee7cdbde93ea2e24add9428468e6c64e1f39ff2026ab1acb8a53fba132275 +size 369784 diff --git a/train/doc_024_p2_png.rf.f400e1d97f3b5e182a8ecccd4afa6f9c.jpg b/train/doc_024_p2_png.rf.f400e1d97f3b5e182a8ecccd4afa6f9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f451a2b2191c96981cb315345cb5919a9d649ff --- /dev/null +++ b/train/doc_024_p2_png.rf.f400e1d97f3b5e182a8ecccd4afa6f9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9c2377557a18feb20b56f41fd20db861a822c6e0bff694a0906288ab91a7cd +size 327631 diff --git a/train/doc_024_p3_png.rf.74c683b31f5ea47a38c3b9542f21f03a.jpg b/train/doc_024_p3_png.rf.74c683b31f5ea47a38c3b9542f21f03a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8f21daad8561a25d630c6c8a489d8afd54b63bc --- /dev/null +++ b/train/doc_024_p3_png.rf.74c683b31f5ea47a38c3b9542f21f03a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5576fa5e3c23cbacef4df957d95548482f32d4e98342c6412923f621cce8029b +size 225720 diff --git a/train/doc_025_p0_png.rf.d09340a747ebf4b15d610d5beab17f91.jpg b/train/doc_025_p0_png.rf.d09340a747ebf4b15d610d5beab17f91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe38f71d3ccc0be8879e9f41a9996d135bb2d9c5 --- /dev/null +++ b/train/doc_025_p0_png.rf.d09340a747ebf4b15d610d5beab17f91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447a29360610fec62f7bcf5a668113fd3db87e27aed1cabb93d5be1bb74829b2 +size 378855 diff --git a/train/doc_025_p1_png.rf.5401a49998b69cc837220824fa352d90.jpg b/train/doc_025_p1_png.rf.5401a49998b69cc837220824fa352d90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba27362a2b62da2f451b88458153e958027ef0b --- /dev/null +++ b/train/doc_025_p1_png.rf.5401a49998b69cc837220824fa352d90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d343ff8537ac0d1189a5dabeb9229936eccbecda24ccbbb3e06d1810db297af5 +size 370799 diff --git a/train/doc_025_p2_png.rf.63315f67d7fd4222bc4b88255a23be79.jpg b/train/doc_025_p2_png.rf.63315f67d7fd4222bc4b88255a23be79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74918ba6652391a09f2c1020575b305f3177f64b --- /dev/null +++ b/train/doc_025_p2_png.rf.63315f67d7fd4222bc4b88255a23be79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45216b47e8bfe30a84696be087d9657b884faeff972bad5124a212a3f9bbb18e +size 328116 diff --git a/train/doc_026_p0_png.rf.3e596f673eb59eb2d17b2593391cd264.jpg b/train/doc_026_p0_png.rf.3e596f673eb59eb2d17b2593391cd264.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98792d621eb7ef5a31538bbd8b58d465563d4a64 --- /dev/null +++ b/train/doc_026_p0_png.rf.3e596f673eb59eb2d17b2593391cd264.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fec7d9cb4cf1f5222a37e5f10fda747c5329c987f29efc1fd852f9ecee7f80 +size 378663 diff --git a/train/doc_026_p1_png.rf.393ef83b12cc1cab88badc6fccd15f7a.jpg b/train/doc_026_p1_png.rf.393ef83b12cc1cab88badc6fccd15f7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc781f54eeccb4ae1e22a9e15a0d00b83b9cf08b --- /dev/null +++ b/train/doc_026_p1_png.rf.393ef83b12cc1cab88badc6fccd15f7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175f75288bba5d3958154c9242b0c9ea1b499f7a6c42ebb05657e48711960cbc +size 368458 diff --git a/train/doc_026_p2_png.rf.f706fc3a5ebec96caca3c03d6778068a.jpg b/train/doc_026_p2_png.rf.f706fc3a5ebec96caca3c03d6778068a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42168f1b3e3518fed1829cf4f6d904e5b3e26275 --- /dev/null +++ b/train/doc_026_p2_png.rf.f706fc3a5ebec96caca3c03d6778068a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0b70edbf9424be0f8562a9ce2ca9d790bf5ab4ec08e1373a44f208f1af88b0 +size 330305 diff --git a/train/doc_028_p0_png.rf.f11c8041eb7a58c19c77c6fef955a75c.jpg b/train/doc_028_p0_png.rf.f11c8041eb7a58c19c77c6fef955a75c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2872518bc01a1514912424165e43540175107378 --- /dev/null +++ b/train/doc_028_p0_png.rf.f11c8041eb7a58c19c77c6fef955a75c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e016e835934e2365130dd398eba3ffd880ac27b98c9d93c068f884b8944e5c +size 379567 diff --git a/train/doc_028_p1_png.rf.706976cdf172314f182625331cfcb8c6.jpg b/train/doc_028_p1_png.rf.706976cdf172314f182625331cfcb8c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e40fec9b2e1a2fecdb9ed6c3321cf1b7d7921a0 --- /dev/null +++ b/train/doc_028_p1_png.rf.706976cdf172314f182625331cfcb8c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed46038d5c0dfdbe6446225f3d0781334500d3f6731fa55fb4617e41a76f28fb +size 368424 diff --git a/train/doc_028_p2_png.rf.a42300934496b1f5eaff03a3f3079748.jpg b/train/doc_028_p2_png.rf.a42300934496b1f5eaff03a3f3079748.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52becd24ddfc0bd8be76c682121852e9f3457e5c --- /dev/null +++ b/train/doc_028_p2_png.rf.a42300934496b1f5eaff03a3f3079748.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de96723a5d3b4b47692d67d93d6f5a918d6f5052816df213501c6749682e980 +size 328390 diff --git a/train/doc_029_p0_png.rf.cabed35fa1ecc55396e201be854f23b5.jpg b/train/doc_029_p0_png.rf.cabed35fa1ecc55396e201be854f23b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29697cd804c136887405a265fdfe1beac07e9a09 --- /dev/null +++ b/train/doc_029_p0_png.rf.cabed35fa1ecc55396e201be854f23b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edce307974f5d5967ecb42aa45f738dd7eb1570caf10cb49fc812910af21911a +size 378545 diff --git a/train/doc_029_p1_png.rf.91ee9355441512e85a6255a2d99e1f61.jpg b/train/doc_029_p1_png.rf.91ee9355441512e85a6255a2d99e1f61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8fe39d2ad8195e5d27d7cd7da3aa6574d5b7670 --- /dev/null +++ b/train/doc_029_p1_png.rf.91ee9355441512e85a6255a2d99e1f61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9120e5611f7dae02cceedf3016ebb00adffaa5ac83bcd825b82db5b29b1aad03 +size 367799 diff --git a/train/doc_029_p2_png.rf.52995908b2fcd36aed25e8491a9fa4f0.jpg b/train/doc_029_p2_png.rf.52995908b2fcd36aed25e8491a9fa4f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83bba9be43afc2762e1b0f650e3ed311c11885ab --- /dev/null +++ b/train/doc_029_p2_png.rf.52995908b2fcd36aed25e8491a9fa4f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2e183a0ad6e52b22062403764aa23e75a121880865e2fe57c7f82083649225 +size 327914 diff --git a/valid/_annotations.coco.json b/valid/_annotations.coco.json new file mode 100644 index 0000000000000000000000000000000000000000..528796ed4ce7915082d30fdaa480d80b5d40cc3e --- /dev/null +++ b/valid/_annotations.coco.json @@ -0,0 +1 @@ +{"images": [{"id": 0, "file_name": "doc_001_p0_png.rf.d9d2e1e51ef1e89077df5dc899c9002c.jpg", "width": 2000, "height": 2000}, {"id": 1, "file_name": "doc_001_p1_png.rf.29620dfdc9e306054a7dd05203edd4e6.jpg", "width": 2000, "height": 2000}, {"id": 2, "file_name": "doc_001_p2_png.rf.9c53e1de513c6485452254b5fbc53baa.jpg", "width": 2000, "height": 2000}, {"id": 3, "file_name": "doc_005_p0_png.rf.a045b044c0da267fad22baebcfb738a7.jpg", "width": 2000, "height": 2000}, {"id": 4, "file_name": "doc_005_p1_png.rf.d5d2467eb1f33e5c810319a6dbe360e2.jpg", "width": 2000, "height": 2000}, {"id": 5, "file_name": "doc_005_p2_png.rf.1e7d4dc8d8affa8792049730108aae17.jpg", "width": 2000, "height": 2000}, {"id": 6, "file_name": "doc_027_p0_png.rf.6c601be1acd0682331ef8422460c25f2.jpg", "width": 2000, "height": 2000}, {"id": 7, "file_name": "doc_027_p1_png.rf.21b4143e587a4ccbcbba0c16ec573dd8.jpg", "width": 2000, "height": 2000}, {"id": 8, "file_name": "doc_027_p2_png.rf.3fe2ea15cc8b55751c19ec5f327b2559.jpg", "width": 2000, "height": 2000}], "annotations": [{"id": 0, "image_id": 0, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 1, "image_id": 0, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 2, "image_id": 0, "category_id": 3, "bbox": [186.00000000000003, 102.00000000000001, 368.14, 74.00000000000001], "area": 27242.360000000004, "iscrowd": 0, "score": 1.0}, {"id": 3, "image_id": 0, "category_id": 2, "bbox": [223.99500000000006, 235.99999999999997, 1547.3899999999999, 88.53999999999999], "area": 137005.91059999997, "iscrowd": 0, "score": 1.0}, {"id": 4, "image_id": 0, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 5, "image_id": 1, "category_id": 4, "bbox": [29.075000000000003, 29.994999999999994, 154.23000000000002, 152.27], "area": 23484.602100000004, "iscrowd": 0, "score": 1.0}, {"id": 6, "image_id": 1, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 7, "image_id": 1, "category_id": 3, "bbox": [179.99499999999998, 99.99999999999999, 382.18999999999994, 66.64000000000003], "area": 25469.141600000006, "iscrowd": 0, "score": 1.0}, {"id": 8, "image_id": 1, "category_id": 0, "bbox": [29.569999999999986, 219.57499999999996, 1939.24, 1740.43], "area": 3375111.4732000004, "iscrowd": 0, "score": 1.0}, {"id": 9, "image_id": 2, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 10, "image_id": 2, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 11, "image_id": 2, "category_id": 3, "bbox": [180.0, 100.0, 360.0, 50.0], "area": 18000.0, "iscrowd": 0, "score": 1.0}, {"id": 12, "image_id": 2, "category_id": 0, "bbox": [30.00499999999995, 219.99500000000006, 1939.2700000000002, 1545.8099999999997], "area": 2997742.9587, "iscrowd": 0, "score": 1.0}, {"id": 13, "image_id": 2, "category_id": 1, "bbox": [29.99999999999997, 1765.055, 749.9000000000001, 194.95000000000005], "area": 146193.00500000006, "iscrowd": 0, "score": 1.0}, {"id": 14, "image_id": 3, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 15, "image_id": 3, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 16, "image_id": 3, "category_id": 3, "bbox": [186.00000000000003, 102.00000000000001, 372.69999999999993, 73.07999999999997], "area": 27236.915999999983, "iscrowd": 0, "score": 1.0}, {"id": 17, "image_id": 3, "category_id": 2, "bbox": [223.99999999999997, 236.00000000000003, 1544.0, 87.85999999999999], "area": 135655.83999999997, "iscrowd": 0, "score": 1.0}, {"id": 18, "image_id": 3, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 19, "image_id": 4, "category_id": 4, "bbox": [29.99499999999998, 30.0, 154.77000000000004, 160.46], "area": 24834.394200000006, "iscrowd": 0, "score": 1.0}, {"id": 20, "image_id": 4, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 21, "image_id": 4, "category_id": 3, "bbox": [180.00000000000003, 99.995, 376.3399999999999, 73.23000000000002], "area": 27559.3782, "iscrowd": 0, "score": 1.0}, {"id": 22, "image_id": 4, "category_id": 0, "bbox": [29.09000000000017, 218.86499999999987, 1947.28, 1748.1900000000003], "area": 3404215.4232000005, "iscrowd": 0, "score": 1.0}, {"id": 23, "image_id": 5, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 24, "image_id": 5, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 25, "image_id": 5, "category_id": 3, "bbox": [179.99500000000003, 100.0, 377.45000000000005, 72.12000000000003], "area": 27221.694000000014, "iscrowd": 0, "score": 1.0}, {"id": 26, "image_id": 5, "category_id": 0, "bbox": [29.994999999999994, 220.4149999999999, 1936.9700000000003, 1547.29], "area": 2997054.3113, "iscrowd": 0, "score": 1.0}, {"id": 27, "image_id": 5, "category_id": 1, "bbox": [29.99999999999997, 1766.625, 744.5999999999999, 193.3699999999999], "area": 143983.3019999999, "iscrowd": 0, "score": 1.0}, {"id": 28, "image_id": 6, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 29, "image_id": 6, "category_id": 3, "bbox": [186.0, 41.99999999999999, 350.0, 60.00000000000001], "area": 21000.000000000004, "iscrowd": 0, "score": 1.0}, {"id": 30, "image_id": 6, "category_id": 3, "bbox": [185.99999999999997, 101.99500000000002, 365.6600000000001, 68.07000000000001], "area": 24890.47620000001, "iscrowd": 0, "score": 1.0}, {"id": 31, "image_id": 6, "category_id": 2, "bbox": [207.99999999999997, 235.99999999999997, 1580.0, 87.41999999999993], "area": 138123.5999999999, "iscrowd": 0, "score": 1.0}, {"id": 32, "image_id": 6, "category_id": 0, "bbox": [30.00000000000003, 350.0, 1940.0, 1606.0], "area": 3115640.0, "iscrowd": 0, "score": 1.0}, {"id": 33, "image_id": 7, "category_id": 4, "bbox": [29.575000000000003, 29.995000000000008, 152.43, 152.56999999999996], "area": 23256.245099999996, "iscrowd": 0, "score": 1.0}, {"id": 34, "image_id": 7, "category_id": 3, "bbox": [180.0, 40.00000000000001, 360.0, 59.99999999999999], "area": 21599.999999999996, "iscrowd": 0, "score": 1.0}, {"id": 35, "image_id": 7, "category_id": 3, "bbox": [179.99499999999995, 100.00500000000001, 375.17, 69.52999999999999], "area": 26085.570099999997, "iscrowd": 0, "score": 1.0}, {"id": 36, "image_id": 7, "category_id": 0, "bbox": [29.56500000000006, 220.4149999999999, 1942.83, 1739.21], "area": 3378989.3643, "iscrowd": 0, "score": 1.0}, {"id": 37, "image_id": 8, "category_id": 4, "bbox": [30.0, 30.0, 150.0, 150.0], "area": 22500.0, "iscrowd": 0, "score": 1.0}, {"id": 38, "image_id": 8, "category_id": 3, "bbox": [180.0, 40.004999999999995, 360.7800000000001, 65.91], "area": 23779.009800000003, "iscrowd": 0, "score": 1.0}, {"id": 39, "image_id": 8, "category_id": 3, "bbox": [180.0, 100.0, 376.51999999999987, 70.56000000000003], "area": 26567.251200000002, "iscrowd": 0, "score": 1.0}, {"id": 40, "image_id": 8, "category_id": 0, "bbox": [29.995000000000104, 219.99999999999997, 1941.37, 1548.96], "area": 3007104.4751999998, "iscrowd": 0, "score": 1.0}, {"id": 41, "image_id": 8, "category_id": 1, "bbox": [30.409999999999936, 1766.135, 747.08, 193.87000000000012], "area": 144836.3996000001, "iscrowd": 0, "score": 1.0}], "categories": [{"id": 0, "name": "Table"}, {"id": 1, "name": "Text"}, {"id": 2, "name": "Section-Header"}, {"id": 3, "name": "Page-Furniture"}, {"id": 4, "name": "Picture"}]} \ No newline at end of file diff --git a/valid/doc_001_p0_png.rf.d9d2e1e51ef1e89077df5dc899c9002c.jpg b/valid/doc_001_p0_png.rf.d9d2e1e51ef1e89077df5dc899c9002c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2327b2b90b97c20cf262813b657055085247ed0e --- /dev/null +++ b/valid/doc_001_p0_png.rf.d9d2e1e51ef1e89077df5dc899c9002c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90396c59ad0e345ca19dad1c8e5b87bd4599e2159f939aa7d5dbd0c8ba45275b +size 378201 diff --git a/valid/doc_001_p1_png.rf.29620dfdc9e306054a7dd05203edd4e6.jpg b/valid/doc_001_p1_png.rf.29620dfdc9e306054a7dd05203edd4e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e3b636d57280567cd360c3d83430e51546a1155 --- /dev/null +++ b/valid/doc_001_p1_png.rf.29620dfdc9e306054a7dd05203edd4e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce85e9196d3246167b00dd1bf62450461a32f5a754ce0638fe8bd48ca8a86f17 +size 370082 diff --git a/valid/doc_001_p2_png.rf.9c53e1de513c6485452254b5fbc53baa.jpg b/valid/doc_001_p2_png.rf.9c53e1de513c6485452254b5fbc53baa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..205ef73f78090939b697edf68ed730eac0a9467e --- /dev/null +++ b/valid/doc_001_p2_png.rf.9c53e1de513c6485452254b5fbc53baa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d303a9a43d802e1e0b91a47330b1acb8179354dc68cd1003be8145b3b34ce6 +size 329268 diff --git a/valid/doc_005_p0_png.rf.a045b044c0da267fad22baebcfb738a7.jpg b/valid/doc_005_p0_png.rf.a045b044c0da267fad22baebcfb738a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f78d9ea0c4aaa5393a489c6f7b3b745a7b72066 --- /dev/null +++ b/valid/doc_005_p0_png.rf.a045b044c0da267fad22baebcfb738a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5cae7898d6425e5a1abeb749fec76f6986f25624f9ab5be2bbdb1c337f9ec7 +size 378116 diff --git a/valid/doc_005_p1_png.rf.d5d2467eb1f33e5c810319a6dbe360e2.jpg b/valid/doc_005_p1_png.rf.d5d2467eb1f33e5c810319a6dbe360e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d9b9484982eae6745391452b0d601ee3bfed487 --- /dev/null +++ b/valid/doc_005_p1_png.rf.d5d2467eb1f33e5c810319a6dbe360e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e490e40f7ebd161e1bd71c53597c2756e492fdd70c28ccb0ff1990d1c3a0c4a9 +size 370186 diff --git a/valid/doc_005_p2_png.rf.1e7d4dc8d8affa8792049730108aae17.jpg b/valid/doc_005_p2_png.rf.1e7d4dc8d8affa8792049730108aae17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..458a26fed20e2b21a3b0c59d656df182a14231e2 --- /dev/null +++ b/valid/doc_005_p2_png.rf.1e7d4dc8d8affa8792049730108aae17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306e9e58bf1eb57b22167c99c3b18a0577c26bc1b8998d9f721a5fa4719fc36f +size 329331 diff --git a/valid/doc_027_p0_png.rf.6c601be1acd0682331ef8422460c25f2.jpg b/valid/doc_027_p0_png.rf.6c601be1acd0682331ef8422460c25f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74ba5fb36e51579c71fc7c8cdbfb77cd9391668e --- /dev/null +++ b/valid/doc_027_p0_png.rf.6c601be1acd0682331ef8422460c25f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d4b36f9bd2a167546aa0089d7e951a293d22cd4049cf094eacff8b224829b6 +size 377695 diff --git a/valid/doc_027_p1_png.rf.21b4143e587a4ccbcbba0c16ec573dd8.jpg b/valid/doc_027_p1_png.rf.21b4143e587a4ccbcbba0c16ec573dd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..115609e85212bccf0bc4908f93a62b75695a151e --- /dev/null +++ b/valid/doc_027_p1_png.rf.21b4143e587a4ccbcbba0c16ec573dd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7ea284b3e31507d66fa5687676fd36335407bcfc70a759ac471bc11646c923 +size 369492 diff --git a/valid/doc_027_p2_png.rf.3fe2ea15cc8b55751c19ec5f327b2559.jpg b/valid/doc_027_p2_png.rf.3fe2ea15cc8b55751c19ec5f327b2559.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beb7db07ab9d64b2fc8d44e329de2814ea467c9d --- /dev/null +++ b/valid/doc_027_p2_png.rf.3fe2ea15cc8b55751c19ec5f327b2559.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674f737ac209547ba78760a250d097a9bcecb2c364ce27abe92dfe57df40d497 +size 328160