Commit Graph

  • 966296f26a
    Update README.md main liukuikun 2024-11-27 17:38:09 +08:00
  • e9d5b46cb4
    When testing my model with tools/test.py, my config will be messed up by the "--save-preds" option. (#2052) dev-1.x Alexnet 2024-06-02 11:16:52 +08:00
  • 2caab0a4e7
    bumpy mmdet version (#2023) Михаил 2024-04-23 05:12:59 +03:00
  • 1d3b1cafd6
    Add OpenXLab Badge (#1985) ZhaoQiiii 2023-09-18 18:10:15 +08:00
  • 606ac68f22
    Fix the logic of min text area in PostProcess of PseNet (#1983) baonguyenduy2002 2023-09-12 10:17:10 +07:00
  • 8b429ab8f3
    [MODEL] Add MAERec (#1958) Qing Jiang 2023-09-03 23:04:55 +08:00
  • e50c5fd9d2
    [MODEL] Add Union14M trained models (#1960) Qing Jiang 2023-09-03 23:01:32 +08:00
  • b18a09b2f0
    Update QRCode (#1976) zhengjie.xu 2023-08-31 22:04:11 -05:00
  • 9551af6e5a
    [Update] Fix bug (#1963) Qing Jiang 2023-07-26 10:32:14 +08:00
  • 1dcd6fa695
    Bump version to 1.0.1 (#1944) v1.0.1 Yining Li 2023-07-04 15:04:11 +08:00
  • 6b3f6f5285
    [Fix] fix some Chinese display problems. (#1922) Kevin Wang 2023-06-24 00:17:29 +08:00
  • 0cd2878b04 [Feature] AWS S3 obtainer support (#1888) EnableAsync 2023-06-24 00:10:54 +08:00
  • bbe8964f00 Add korean dictionary, and modify configuration of satrn model(text recognition model) (#1877) DongJinLee 2023-05-04 11:00:12 +09:00
  • a344280bcb
    [Docs] Update English version dataset_preparer.md (#1860) Lum 2023-04-26 18:09:08 +08:00
  • 4eb3cc7de5
    [Feature] Add scheduler visualization from mmpretrain to mmocr (#1866) Quantum Cat 2023-04-25 22:36:12 +08:00
  • e9a31ddd70
    [Bug] Fix TypeError bug (#1868) frankstorming 2023-04-25 09:50:58 +08:00
  • 6c9e032431
    [Docs] Add NPU support page (#1876) 0.x LRJKD 2023-04-25 09:42:48 +08:00
  • 1e696887b9
    [Docs] update data prepare (#1784) liukuikun 2023-04-17 17:03:45 +08:00
  • aa9713e0f0
    Support mmocr with NPU backend (#1825) LRJKD 2023-04-10 16:35:24 +08:00
  • 231cff5da2
    [Fix] Update iiit5k md5 (#1848) Tong Gao 2023-04-10 15:38:09 +08:00
  • 5516e99842
    [CI] Fix 0.x tests (#1846) Tong Gao 2023-04-10 12:30:43 +08:00
  • 8afc79f370
    [CI] Switched branches (#1842) Tong Gao 2023-04-10 11:17:57 +08:00
  • 9e713c63fe
    [Docs] Remove version tab (#1843) Tong Gao 2023-04-10 11:17:28 +08:00
  • d7c59f3325
    Bump version to 1.0.0 (#1841) v1.0.0 1.x Tong Gao 2023-04-06 19:04:27 +08:00
  • a7e326f829
    [Docs] Update docs after branch switching (#1834) Tong Gao 2023-04-06 17:26:39 +08:00
  • 97efb04c50
    [CI] Add tests for pytorch 2.0 (#1836) Tong Gao 2023-04-06 17:25:45 +08:00
  • e0a78c021b
    [Fix] Fix mmdet digit version (#1840) Tong Gao 2023-04-06 14:11:36 +08:00
  • 16de16f8f8
    [Fix] Revert sync bn in inferencer (#1832) Tong Gao 2023-04-04 10:14:51 +08:00
  • e6174b29fe
    [Bug] Bug generated during kie inference visualization (#1830) YangLy 2023-04-03 17:39:02 +08:00
  • 4842599191
    [Enhancement] update stitch_boxes_into_lines (#1824) cherryjm 2023-04-03 17:35:21 +08:00
  • 1c91a9820a
    [doc]:add more social network links (#1818) test-1.x 万宇 2023-03-29 16:00:10 +08:00
  • afe58a4a77
    change MotionBlur blur_limit from 6 to 7 to fix ValueError: Blur limit must be odd when centered=True. Got: (3, 6) (#1821) Hugo Tong 2023-03-29 10:37:29 +08:00
  • 67f25c6fb3
    [Docs] Update faq (#1817) Tong Gao 2023-03-28 16:25:03 +08:00
  • 6342ff262c
    [Fix] Use poly_intersection instead of poly.intersection to avoid supurious warnings (#1811) Tong Gao 2023-03-28 16:20:50 +08:00
  • 4b887676a3
    [Fix] MJSynth & SynthText Dataset Preparer config (#1805) Tong Gao 2023-03-28 16:20:24 +08:00
  • bb591d2b1b
    [Config] CTW1500 (#1814) Tong Gao 2023-03-28 10:40:53 +08:00
  • 59d89e10c7
    [Doc] Dataset (#1782) Tong Gao 2023-03-27 12:47:01 +08:00
  • 73df26d749
    [Enhancement] Accepts local-rank in train.py and test.py (#1806) Tong Gao 2023-03-27 10:34:54 +08:00
  • f47cff5199
    [Bug] if dst not exists, when move a single file may raise a file not exist error. (#1803) Kevin Wang 2023-03-24 14:14:45 +08:00
  • c886936117
    [Enhancement] decouple batch_size to det_batch_size, rec_batch_size and kie_batch_size in MMOCRInferencer (#1801) Hugo Tong 2023-03-24 11:06:03 +08:00
  • 22f40b79ed
    [Enhancement] Add MMOCR tutorial notebook (#1771) Tong Gao 2023-03-22 16:46:16 +08:00
  • 1a379f2f1b
    [Fix] Clear up some unused scripts (#1798) Tong Gao 2023-03-22 14:00:55 +08:00
  • d0dc90253a
    [Dataset Preparer] MJSynth (#1791) Tong Gao 2023-03-22 10:10:46 +08:00
  • 6d9582b6c7
    [Docs] Fix quick run (#1775) Tong Gao 2023-03-22 10:09:54 +08:00
  • e0707bf5f2
    [Fix] Synthtext metafile (#1788) Tong Gao 2023-03-21 11:30:21 +08:00
  • ae252626d3
    [Docs] Fix some deadlinks in the docs (#1469) Tong Gao 2023-03-20 11:35:04 +08:00
  • d80df99037
    [Fix] Add pse weight to metafile (#1787) Tong Gao 2023-03-20 11:12:13 +08:00
  • 506f7d296e
    [Fix] Test svtr_small instead of svtr_tiny (#1786) Tong Gao 2023-03-20 11:09:53 +08:00
  • 9caacc76ee
    [Enhancement] Deprecate file_client_args and use backend_args instead (#1765) Tong Gao 2023-03-20 10:33:20 +08:00
  • 63a6ed4e6c
    [Fix] Place dicts to .mim (#1781) Tong Gao 2023-03-20 10:32:59 +08:00
  • c6580a48c1
    [Dataset Preparer] SynthText (#1779) Tong Gao 2023-03-17 14:34:12 +08:00
  • 7ef34c4407
    [Doc] add opendatalab download link (#1753) jorie-peng 2023-03-14 15:55:53 +08:00
  • 47f54304f5
    [Enhancement] Make lanms-neo optional (#1772) Tong Gao 2023-03-10 15:33:12 +08:00
  • 465316f193
    [Docs] Mark projects in docs (#1766) Tong Gao 2023-03-10 15:09:37 +08:00
  • 590af4b5e8
    [Doc] Remove LoadImageFromLMDB from docs (#1767) Tong Gao 2023-03-10 14:52:16 +08:00
  • a58c77df80
    [Docs] FAQ (#1773) Tong Gao 2023-03-10 14:51:57 +08:00
  • e9b23c56ad
    Cherry Pick #1205 (#1774) Tong Gao 2023-03-10 14:51:40 +08:00
  • 75c06d34bb
    [Dataset Preparer] Add SCUT-CTW1500 (#1677) Qing Jiang 2023-03-08 17:32:00 +08:00
  • 1496f1fa07
    correct word spelling (#1659) Qslia 2023-03-08 12:37:57 +08:00
  • bfb36d81b3
    fix (#1764) v1.0.0rc6 Tong Gao 2023-03-07 20:25:48 +08:00
  • 45a8d89fb9
    Bump version to 1.0.0rc6 (#1763) Tong Gao 2023-03-07 20:22:54 +08:00
  • d56155c82d
    [Feature] Support lmdb format in Dataset Preparer (#1762) Tong Gao 2023-03-07 20:08:25 +08:00
  • 33cbc9b92f
    [Docs] Inferencer docs (#1744) Tong Gao 2023-03-07 18:52:41 +08:00
  • cc78866ed7
    [Fix] SPTS readme (#1761) Tong Gao 2023-03-07 18:41:37 +08:00
  • f250ea2379
    [Fix] Fix wrong ic13 textspotting split data; add lexicons to ic13, ic15 and totaltext (#1758) Tong Gao 2023-03-07 14:23:00 +08:00
  • 5685bb0f38
    [Enhancement] configs for regression benchmark (#1755) Tong Gao 2023-03-07 14:19:22 +08:00
  • 5670695338
    [SPTS] train (#1756) Tong Gao 2023-03-07 14:18:01 +08:00
  • 81fd74c266
    [Enchance] Put all registry into registry.py (#1760) liukuikun 2023-03-07 14:17:06 +08:00
  • 47f7fc06ed
    [Feature] Support batch augmentation through BatchAugSampler (#1757) Tong Gao 2023-03-07 11:29:53 +08:00
  • 82f81ff67c
    [Refactor] Refactor data converter and gather (#1707) liukuikun 2023-03-03 15:27:19 +08:00
  • 3aa9572a64
    Remove outdated resources in demo/ (#1747) Tong Gao 2023-02-28 22:09:02 +08:00
  • 62d440fe8e
    [Feature] add a new argument font_properties to set a specific font file in order to draw Chinese characters properly (#1709) Kevin Wang 2023-02-27 14:25:49 +08:00
  • 0894178343 Fixing Bounding Box format for Text Detection isn't specified (#1734) EuanHoll 2023-02-22 03:47:57 +01:00
  • 7cfd412ce7
    [Docs] Fix CharMetric P/R wrong definition (#1740) Kevin Wang 2023-02-22 10:29:10 +08:00
  • 280a89c18e
    [Fix] bezier_to_polygon -> bezier2polygon (#1739) double22a 2023-02-21 19:16:17 +08:00
  • 6eaa0673f7
    [Fix] COCOTextv2 config (#1737) Tong Gao 2023-02-20 18:43:20 +08:00
  • 9b0f1da1e7
    [Fix] icdar textrecog ann parser skip ignore data (#1708) Kevin Wang 2023-02-17 16:21:38 +08:00
  • 37c5d371c7
    Fix some browse dataset script bugs and draw textdet gt instance with ignore flags (#1701) Kevin Wang 2023-02-17 15:40:24 +08:00
  • e9bf689f74
    [Enhancement] Support batch visualization & dumping in Inferencer (#1722) Tong Gao 2023-02-17 12:40:09 +08:00
  • 1127240108
    [Feature] Support auto import modules from registry. (#1731) liukuikun 2023-02-17 10:28:34 +08:00
  • df0be646ea
    [Enhancement] Speedup formatting by replacing np.transpose with torch.permute (#1719) Tong Gao 2023-02-16 14:14:03 +08:00
  • f820470415
    [Feature] Rec TTA (#1401) liukuikun 2023-02-16 10:27:07 +08:00
  • 7cea6a6419
    [Enchancement] Only keep meta and state_dict when publish model (#1729) liukuikun 2023-02-15 19:45:12 +08:00
  • 3240bace4a
    docs: fix the head show in readme (#1727) vansin 2023-02-15 16:07:24 +08:00
  • b21d2b964a
    docs: Add twitter discord medium youtube link (#1724) vansin 2023-02-15 11:10:41 +08:00
  • 332089ca11
    [Fix] Add missing softmax in ASTER forward_test (#1718) Qing Jiang 2023-02-13 10:32:55 +08:00
  • b3be8cfbb3 Fix typo in ilst_converter.py (#1711) Ikko Eltociear Ashimine 2023-02-11 10:07:27 +09:00
  • d25e061b03
    [Fix] textocr ignore flag (#1712) Xinyu Wang 2023-02-10 18:39:00 +10:30
  • 20a87d476c
    [Fix] Fix some inferencer bugs (#1706) Tong Gao 2023-02-09 18:31:25 +08:00
  • d8e615921d
    [Fix] Detect intersection before using shapley.intersection to eliminate spurious warnings (#1710) Tong Gao 2023-02-08 10:36:11 +08:00
  • 2a2cab3c8c
    [Checkpoints] Add ST-pretrained DB-series models and logs (#1635) Tong Gao 2023-02-06 15:16:08 +08:00
  • c870046a4a
    [Fix] change cudnn benchmark to false (#1705) liukuikun 2023-02-03 18:57:12 +08:00
  • edf085c010
    [Feature] TextRecogCropConverter add crop with opencv warpPersepective function (#1667) Kevin Wang 2023-02-03 17:04:37 +08:00
  • c3aef21eea
    [Enhancement] Revise upstream version limit (#1703) Tong Gao 2023-02-03 16:39:32 +08:00
  • 03a23ca4db
    [Docs] Remove unsupported datasets in docs (#1670) Tong Gao 2023-02-02 19:47:10 +08:00
  • 3b0a41518d
    [Enhancement] Dynamic return type for rescale_polygons (#1702) Tong Gao 2023-02-02 19:18:33 +08:00
  • ad470e323a
    [Feature] Refactor Inferencers (#1608) Tong Gao 2023-02-02 19:05:55 +08:00
  • 2d743cfa19
    [Model] SPTS (#1696) Tong Gao 2023-02-01 11:58:03 +08:00
  • 2b5cdbdbfc
    update owners (#1699) Xinyu Wang 2023-02-01 12:37:17 +10:30
  • a82fc66812
    [Feature] Add RepeatAugSampler (#1678) Tong Gao 2023-01-31 19:42:48 +08:00