Commit Graph

  • 9bd06508a1 feat : read EAN from Pillow Image raki dedigama 2021-10-05 10:38:05 +0300
  • e41fcf75b3 fix : issues with setup.py raki dedigama 2021-10-04 16:08:53 +0300
  • d63bfcf517 fix : remove numpy from requirements raki dedigama 2021-10-04 14:41:04 +0300
  • 464759da16 chore : rename package and update setup.py raki dedigama 2021-10-04 14:05:22 +0300
  • f648b13af3 chore : restructure directory and refactor files raki dedigama 2021-10-04 13:39:05 +0300
  • 741af58924 feat : add TrbaOCR class + requirements file raki dedigama 2021-10-04 10:50:13 +0300
  • 7d375cb5a8 feat : setup file for package : trba raki dedigama 2021-10-01 12:53:27 +0300
  • dfe46d826b Added onnx deploy code Loh Zhun Yew 2021-09-28 13:40:47 +0800
  • ec2192b59c extend demo/datset for single image inference raki dedigama 2021-09-21 11:03:33 +0300
  • 1ea593a264 chore : restore original demo.py and rename customized inference for karakkainen as infer.py raki dedigama 2021-09-07 15:23:17 +0300
  • af6e422b8d feat : update demo.py to run for a list of folders raki dedigama 2021-09-07 15:21:08 +0300
  • 68916f2d3a chore : print saved model path raki dedigama 2021-09-06 15:29:33 +0300
  • 62c1f5a467 feat: updates for custom training/evaluation raki dedigama 2021-09-06 14:23:44 +0300
  • 44849b26de Updated filter params lohzhunyewcs 2021-04-15 23:17:16 +0800
  • ee50af6ca1 Added fine tune tweak to make it work lohzhunyewcs 2021-04-15 23:09:33 +0800
  • 01844c6082 Changed max batch_length to 100 lohzhunyewcs 2021-04-14 10:09:23 +0800
  • 9f2b2c672c Fixed default to use custom dataset lohzhunyewcs 2021-04-06 17:20:49 +0800
  • e6a58d26ff Moved configs to global_args lohzhunyewcs 2021-04-06 15:50:47 +0800
  • c6d7a29aa4 add map location to torch.load when loading saved model korotaS 2021-01-25 12:45:16 +0300
  • 0409350bab
    Update demo.py Gourav Chowdhary 2021-01-19 16:49:37 +0530
  • eb5efef844
    Update demo.py Gourav Chowdhary 2021-01-18 15:14:30 +0530
  • c8b7545d36 Add datasets and alphabet characters JuliaGerasymenko 2020-12-21 13:05:56 +0200
  • 68a80fe979
    Merge pull request #249 from ku21fan/patch-2 gwkrsrch 2020-12-11 12:12:52 +0900
  • 366f4368fe
    Update README.md Baek JeongHun 2020-12-10 21:32:18 +0900
  • 622ea1240b
    Merge pull request #1 from youngjei/youngjei-patch-1 youngjei 2020-12-03 16:05:30 +0800
  • c004ac5aa1
    Update test.py youngjei 2020-12-03 16:04:45 +0800
  • f54a6813ef
    Fix "None-ResNet-None-CTC.pth" Model Download URL Jake Loo 2020-11-22 01:59:13 -0800
  • 17224f3cf3 Initial commit bzhangj13zzz 2020-10-03 03:15:42 +0100
  • 6e3216f79b
    Update README.md Zobeir Raisi 2020-08-29 21:27:36 -0400
  • 3c2c89a88a
    Merge pull request #209 from ku21fan/master gwkrsrch 2020-08-03 21:45:12 +0900
  • f0a295eb59
    Update README.md Baek JeongHun 2020-08-03 14:24:34 +0900
  • 63a370293f add Baidu warpctc option Jeonghun Baek 2020-08-03 03:14:15 +0000
  • 32fd91ce98
    Merge pull request #207 from ku21fan/patch-1 gwkrsrch 2020-07-30 19:44:09 +0900
  • c6e7cec329
    Update README.md Baek JeongHun 2020-07-30 19:36:28 +0900
  • 5e277f057b
    Merge pull request #203 from Rhcsky/master gwkrsrch 2020-07-30 12:06:32 +0900
  • 485344a7ef Modify unnecessary syntax rhcsky 2020-07-24 10:26:01 +0900
  • 7f59fb000f Correct demo.py error when running with CTC rhcsky 2020-07-24 10:25:30 +0900
  • 9e042d4607 Update files to customizing rhcsky 2020-07-24 10:07:03 +0900
  • f8dcc31007 Update .gitignore rhcsky 2020-07-24 10:06:40 +0900
  • 797d951d79 Modify unnecessary syntax rhcsky 2020-07-22 11:11:22 +0900
  • 5cf9b5b159 Correct demo.py error when running with CTC rhcsky 2020-07-22 11:09:06 +0900
  • 425a9b3e1f
    Merge pull request #181 from tjdevWorks/master Baek JeongHun 2020-06-25 02:19:28 +0900
  • 573cb280ed
    Update README.md Baek JeongHun 2020-06-16 19:07:16 +0900
  • 4be75b3877 Doc String Correction: Attention class forward function Tejas Mahajan 2020-06-15 22:22:51 +0530
  • f262def791 revert changes in Readme akshaysharma29 2020-06-14 07:36:45 +0530
  • cc1d211e4b Removing confusion akshaysharma29 2020-06-14 07:19:05 +0530
  • 565e7dd775 error corrected in create_lmdb_dataset.py akshaysharma29 2020-06-13 15:29:32 +0530
  • d38c3cbfdb target shape of CTC loss function updated. [before] sum(target_lengths) [after] batch (N,S). and minor update Jeonghun Baek 2020-06-05 14:38:52 +0000
  • 8a5127227d
    Update README.md Baek JeongHun 2020-06-05 19:31:34 +0900
  • 8e7aba3b5d
    Update README.md Baek JeongHun 2020-02-25 20:27:31 +0900
  • ffc3e01ad5
    Update dataset.py Baek JeongHun 2020-02-25 20:16:22 +0900
  • dff844874d eval with alphanumeric and case sensitive setting fix Baek JeongHun 2020-02-25 11:13:06 +0000
  • 1a63bce685 add comments Baek JeongHun 2020-02-25 11:09:44 +0000
  • e2197e83b0 eval with alphanumeric and case sensitive setting Baek JeongHun 2020-02-25 11:07:49 +0000
  • 5b132b932d eval with alphanumeric and case sensitive setting Baek JeongHun 2020-02-25 11:06:34 +0000
  • 49942e5dc0
    Update README.md Baek JeongHun 2020-02-25 18:13:58 +0900
  • c27abe6b4c
    Update README.md Baek JeongHun 2020-02-12 10:49:50 -0500
  • 134451267f
    Update transformation.py Baek JeongHun 2020-01-22 03:08:24 +0900
  • 78d7ed96a9
    Update transformation.py Baek JeongHun 2020-01-17 00:12:18 +0900
  • 382a9b50f3
    Merge pull request #137 from akarazniewicz/feature/torch_1.4.0_grid_sample_breking_change Baek JeongHun 2020-01-17 00:11:16 +0900
  • c529003649 Handling breaking change in pytorch grid_sample >=1.4.0 (https://pytorch.org/docs/stable/nn.functional.html?highlight=grid_sample#torch.nn.functional.grid_sample) akarazniewicz 2020-01-16 14:58:59 +0100
  • 24749cd1a3
    Update README.md Baek JeongHun 2020-01-02 15:53:41 +0900
  • 8645108824
    update best_norm_ED setting Baek JeongHun 2019-12-28 14:29:11 +0900
  • 307e776a11 FT start iter update Baek JeongHun 2019-12-27 11:01:01 +0000
  • 6a55be4d91
    Update README.md Baek JeongHun 2019-12-27 19:43:01 +0900
  • b928929ff1
    Update README.md Baek JeongHun 2019-12-27 19:42:27 +0900
  • 8920de93e8 log_dataset.txt, IC19-NED, minor updates Baek JeongHun 2019-12-27 10:31:47 +0000
  • 6593928855
    Merge pull request #108 from akarazniewicz/device-model-mapping-for-CPU-inference Baek JeongHun 2019-11-11 21:18:02 +0900
  • be128d4d9f Mapping loaded, pretrained model to actual device. Required for CPU only inference. akarazniewicz 2019-11-11 12:36:06 +0100
  • 603d463e83 comment update Baek JeongHun 2019-11-04 04:52:51 +0000
  • f9d1795350 comment update Baek JeongHun 2019-11-04 04:34:06 +0000
  • 1ef8f74224 comment update Baek JeongHun 2019-11-04 04:32:46 +0000
  • 1863c76b6a
    Merge pull request #99 from tgalkovskyi/master Baek JeongHun 2019-10-29 01:45:45 +0900
  • 9e5ae484c5 Sample ipython notebook demonstrating use of the code Taras 2019-10-27 10:43:59 -0400
  • 2ca716f98a
    Update README.md Baek JeongHun 2019-10-23 15:57:07 +0900
  • 9a3a14150c
    Merge pull request #95 from varshaneya/master Baek JeongHun 2019-10-23 15:55:00 +0900
  • 53509eab01
    removed align_corners=True varshaneya 2019-10-23 11:35:37 +0530
  • 9a6f6678b1 pad update Baek JeongHun 2019-10-23 05:39:34 +0000
  • a19dc0f169 ctc fix.. Baek JeongHun 2019-10-22 17:49:52 +0000
  • 8749902367 ctc update Baek JeongHun 2019-10-22 17:26:58 +0000
  • ec5319296b arrange Baek JeongHun 2019-10-22 13:58:23 +0000
  • 1493d2e8cd
    Update README.md Baek JeongHun 2019-10-22 21:01:25 +0900
  • e8b465d477 add confidence score Baek JeongHun 2019-10-22 11:46:45 +0000
  • 4381a5fb46
    Merge pull request #91 from edwardpwtsoi/master Baek JeongHun 2019-10-22 14:31:26 +0900
  • f5cf8555ef
    updated grid_sample arg align_corners=True edwardpwtsoi 2019-10-13 20:57:50 +0800
  • ff7f7dbd71
    Update README.md Baek JeongHun 2019-10-10 17:16:32 +0900
  • 6dc16df598 (ctc_a) (ctc_b) and fine tuning Baek JeongHun 2019-10-07 05:33:44 +0000
  • e34c99c386
    Update README.md Baek JeongHun 2019-10-03 16:59:42 +0900
  • 7a8717eb50
    Update README.md Baek JeongHun 2019-10-03 15:41:40 +0900
  • f2c54ae2a4
    Delete trade-off.jpg Baek JeongHun 2019-10-03 15:22:38 +0900
  • 464b3395df
    Update README.md Baek JeongHun 2019-10-03 15:21:42 +0900
  • 6985b0fa0a
    Add files via upload Baek JeongHun 2019-10-03 15:21:03 +0900
  • 1d85fca2c3
    Update README.md Baek JeongHun 2019-10-01 12:02:39 +0900
  • 235095fc9a
    Update transformation.py Baek JeongHun 2019-09-27 18:06:16 +0900
  • fc62d2232d 'minor' Baek JeongHun 2019-08-10 18:29:40 +0900
  • 1c6efa5218 'fix_ctc_loss_issue' Baek JeongHun 2019-08-07 16:42:42 +0900
  • 8f7255fb4b .cuda() to .to(device) Baek JeongHun 2019-08-03 08:03:46 +0000
  • 7498f48452 no_grad instead of requires_grad False Baek JeongHun 2019-08-03 06:55:32 +0000
  • d62daf3baa
    Merge pull request #48 from YacobBY/patch-2 Baek JeongHun 2019-08-03 15:04:38 +0900
  • cbc1d9df0f
    replaced deprecated fromstring() with frombuffer() Yacob 2019-08-01 16:28:41 +0200