Commit Graph

  • e2b044b7c7
    Merge 451188c3b9 into bd4160408e johnlockejrr 2024-11-22 22:10:46 +0100
  • bd4160408e artificial_class_label for table region unifying-training-models vahidrezanezhad 2024-11-18 16:34:53 +0100
  • 98868e4a9e update resizing in inference vahidrezanezhad 2024-11-14 16:26:19 +0100
  • 3ef865e0b5 addinh shifting augmentation vahidrezanezhad 2024-10-29 17:06:22 +0100
  • 4150675621 early_erosion is added vahidrezanezhad 2024-10-25 14:01:39 +0200
  • 451188c3b9
    Changed deprecated `lr` to `learning_rate` and `model.fit_generator` to `model.fit` johnlockejrr 2024-10-19 13:25:50 -0700
  • df4a47ae6f
    Update inference.py to check if save_layout was passed as argument otherwise can give an cv2 error johnlockejrr 2024-10-19 13:21:29 -0700
  • cca4d17823 new augmentations for patchwise training vahidrezanezhad 2024-08-30 15:30:18 +0200
  • 5f456cf508 fixing artificial class bug vahidrezanezhad 2024-08-28 17:34:06 +0200
  • c502e67c14 adding foreground rgb to augmentation vahidrezanezhad 2024-08-28 02:09:27 +0200
  • 4f0e3efa2b early dilation for textline artificial class vahidrezanezhad 2024-08-28 00:04:19 +0200
  • 9904846776 using prepared binarized images in the case of augmentation vahidrezanezhad 2024-08-22 21:58:09 +0200
  • f31219b1c9 scaling, channels shuffling, rgb background and red content added to no patch augmentation vahidrezanezhad 2024-08-21 19:33:23 +0200
  • 95bbdf8040 updating augmentations vahidrezanezhad 2024-08-21 16:17:59 +0200
  • 7be326d689 augmentation function for red textlines, rgb background and scaling for no patch case vahidrezanezhad 2024-08-21 00:48:30 +0200
  • 85dd59f23e update vahidrezanezhad 2024-08-09 13:20:09 +0200
  • f4bad09083 save only layout output. different from overlayed layout on image vahidrezanezhad 2024-08-09 12:46:18 +0200
  • b6bdf942fd
    add documentation from wiki as markdown file to the codebase Clemens Neudecker 2024-08-08 16:35:06 +0200
  • 59e5892f25 erosion rate changed vahidrezanezhad 2024-08-01 14:30:51 +0200
  • 5fbe941f53 inference updated vahidrezanezhad 2024-07-24 18:00:39 +0200
  • 30894ddc75 erosion and dilation parameters are changed & separators are written in label images after artificial label vahidrezanezhad 2024-07-24 16:52:05 +0200
  • c340fbb721 increasing margin in the case of pixelwise inference b-vr103 2024-07-23 11:29:05 +0200
  • f2692cf8dd brightness augmentation modified b-vr103 2024-07-17 18:20:24 +0200
  • 9521768774 adding degrading and brightness augmentation to no patches case training vahidrezanezhad 2024-07-17 17:14:20 +0200
  • 55f3cb9a84 printspace_as_class_in_layout is integrated. Printspace can be defined as a class for layout segmentation vahidrezanezhad 2024-07-16 18:29:27 +0200
  • 647a3f8cc4 resolving typo vahidrezanezhad 2024-07-09 03:04:29 +0200
  • c0faecec2c update inference vahidrezanezhad 2024-06-21 23:42:25 +0200
  • 033cf6734b update reading order machine based vahidrezanezhad 2024-06-21 13:06:26 +0200
  • 9358657a0d update config vahidrezanezhad 2024-06-12 17:40:40 +0200
  • 743f2e97d6 Transformer+CNN structure is added to vision transformer type vahidrezanezhad 2024-06-12 17:39:57 +0200
  • f1fd74c7eb transformer patch size is dynamic now. vahidrezanezhad 2024-06-12 13:26:27 +0200
  • 2aa216e388 binarization as a separate task of segmentation vahidrezanezhad 2024-06-11 17:48:30 +0200
  • 41a0e15e79 updating train.py nontransformer backend vahidrezanezhad 2024-06-10 22:15:30 +0200
  • 815e5a1d35 updating train.py vahidrezanezhad 2024-06-07 16:24:31 +0200
  • dc356a5f42 just defined graphic region types can be extracted as label vahidrezanezhad 2024-06-06 18:55:22 +0200
  • b1d971a200 just defined textregion types can be extracted as label vahidrezanezhad 2024-06-06 18:47:30 +0200
  • 1c8873ffa3 just defined textregion types can be extracted as label vahidrezanezhad 2024-06-06 18:45:47 +0200
  • e25a925169
    Update README.md vahidrezanezhad 2024-06-06 14:46:06 +0200
  • b9cbc0edb7 replacement in a list done correctly vahidrezanezhad 2024-06-06 14:38:29 +0200
  • 821290c464 scaling and cropping of labels and org images vahidrezanezhad 2024-05-30 16:59:50 +0200
  • 4640d9f2dc modifying xml parsing vahidrezanezhad 2024-05-30 12:56:56 +0200
  • 785033536a min_area size of regions considered for reading order detection passed as an argument for inference vahidrezanezhad 2024-05-29 13:07:06 +0200
  • f6abefb0a8 reading order detection on xml with layout + result will be written in an output directory with the same file name vahidrezanezhad 2024-05-29 11:18:35 +0200
  • 2e7c69f2ac inference for reading order vahidrezanezhad 2024-05-28 16:48:51 +0200
  • 356da4cc53 min area size of text region passes as an argument for machine based reading order vahidrezanezhad 2024-05-28 10:14:16 +0200
  • 29ddd4d909 pass degrading scales for image enhancement as a json file vahidrezanezhad 2024-05-28 10:01:17 +0200
  • 5aa6ee0010 adding rest_as_paragraph and rest_as_graphic to elements vahidrezanezhad 2024-05-27 17:23:49 +0200
  • 4e4490d740 machine based reading order training is integrated vahidrezanezhad 2024-05-24 16:39:48 +0200
  • bf1468391a machine based reading order training dataset generator is added vahidrezanezhad 2024-05-24 14:42:58 +0200
  • f5746011f6 use case printspace is added vahidrezanezhad 2024-05-23 17:36:23 +0200
  • 4b7f7da07c use cases like textline, word and glyph are added vahidrezanezhad 2024-05-23 17:14:31 +0200
  • 947a0e06f8 missing text types are added vahidrezanezhad 2024-05-23 15:43:31 +0200
  • d687f5328f dynamic layout decorated with artificial class on text elements boundry vahidrezanezhad 2024-05-23 11:14:14 +0200
  • f7dda078d2 page2label with a dynamic layout vahidrezanezhad 2024-05-22 12:38:24 +0200
  • 5f06a02441 update requirements vahidrezanezhad 2024-05-17 09:08:25 +0200
  • 2623113b0c
    page to label enable textline new concept vahidrezanezhad 2024-05-17 09:10:13 +0200
  • 6ef86585c0 adding page xml to label generator vahidrezanezhad 2024-05-16 15:03:23 +0200
  • 45aba32351
    Update utils.py vahidrezanezhad 2024-05-12 08:32:28 +0200
  • a7e1f255f3
    Update train.py vahidrezanezhad 2024-05-08 14:47:16 +0200
  • ce1108aca0 modifications vahidrezanezhad 2024-05-07 16:24:12 +0200
  • 8d1050ec30 inference script is added vahidrezanezhad 2024-05-07 13:34:03 +0200
  • 38db3e9289 adding enhancement training vahidrezanezhad 2024-05-06 18:31:48 +0200
  • dbb84507ed integrating first working classification training model vahidrezanezhad 2024-04-29 20:59:36 +0200
  • d27647a0f1 first working update of branch vahidrezanezhad 2024-04-16 01:00:48 +0200
  • 02b1436f39 code formatting with black; typos master cneud 2024-04-10 22:20:23 +0200
  • 5f84938839 update parameter config docs (fix #11) cneud 2024-04-10 21:40:23 +0200
  • 0103e14f44 add info on helpful tools (fix #14) cneud 2024-04-10 20:26:26 +0200
  • c4bcfc1fc0 use headless cv2 cneud 2024-04-10 20:03:02 +0200
  • 7dfaafefc6 adding requirements vahidrezanezhad 2024-04-04 11:30:12 +0200
  • 522f00ab99 adjusting to tf2 vahidrezanezhad 2024-04-04 11:26:28 +0200
  • e070e88794
    Merge 3098700dc9 into dbb404030e Herbert 2024-01-11 18:21:26 +0000
  • 3098700dc9 tf.keras version that allows any input resolution H.T. Kruitbosch 2024-01-11 19:04:42 +0100
  • dbb404030e supposed to solve https://github.com/qurator-spk/sbb_binarization/issues/41 vahid 2022-08-22 13:03:10 +0200
  • da558061ab
    Update README.md vahidrezanezhad 2021-07-14 06:01:33 -0400
  • 31b010269a
    Update README.md vahidrezanezhad 2021-06-29 07:22:34 -0400
  • d7e265ec80
    Update README.md vahidrezanezhad 2021-06-29 07:22:13 -0400
  • 11ae4689c4
    Update README.md vahidrezanezhad 2021-06-29 07:21:34 -0400
  • 5cd47a8fc9
    Update README.md vahidrezanezhad 2021-06-29 07:19:32 -0400
  • 9221b6c40b
    Update README.md vahidrezanezhad 2021-06-23 08:23:20 -0400
  • 57f882726f
    Update README.md vahidrezanezhad 2021-06-23 08:22:03 -0400
  • 3ec551d0f0
    Update README.md vahidrezanezhad 2021-06-23 08:21:12 -0400
  • e69846363b
    Update README.md vahidrezanezhad 2021-06-23 07:55:36 -0400
  • 040d3cfef2
    Update README.md vahidrezanezhad 2021-06-23 07:25:49 -0400
  • 75dc5f3177
    Merge pull request #15 from vahidrezanezhad/master vahidrezanezhad 2021-06-23 00:54:00 +0200
  • 4bea9fd535 continue training, losses and etc vahid 2021-06-22 18:47:59 -0400
  • 5fb7552dbe first updates, padding, rotations vahid 2021-06-22 14:20:51 -0400
  • 63fcb96189
    Update README.md vahidrezanezhad 2020-01-16 16:05:06 +0100
  • 7063789a8c
    Update README.md vahidrezanezhad 2020-01-16 15:53:39 +0100
  • 5b4df66d86
    Merge pull request #7 from qurator-spk/update-readme vahidrezanezhad 2020-01-16 15:41:56 +0100
  • a9c86b2bcb
    Update README.md Clemens Neudecker 2020-01-15 19:43:31 +0100
  • d2a8119fee
    Update README.md Clemens Neudecker 2020-01-15 19:37:27 +0100
  • 8bdb295cac
    Merge pull request #2 from cneud/add-license-1 Clemens Neudecker 2020-01-15 17:48:16 +0100
  • 2e768e43b0
    Add LICENSE Clemens Neudecker 2019-12-10 16:39:41 +0100
  • bb212daf0b
    Update main.py vahidrezanezhad 2019-12-10 14:01:55 +0100
  • 3ac99b4e81 Merge commit 'c5e1e2dda7542c6d8a9787fa496b538ce8519794' b-vr103 2019-12-10 11:59:24 +0100
  • c5e1e2dda7
    Update README.md vahidrezanezhad 2019-12-10 11:58:02 +0100
  • 0cddfff04f
    Update README vahidrezanezhad 2019-12-10 11:57:37 +0100
  • 4897fd3dd7 📝 howto: Be more verbose with the subtree pull Gerber, Mike 2019-12-09 15:33:53 +0100
  • f69d4459cb Add new file Rezanezhad, Vahid 2019-12-05 16:14:00 +0100
  • e4013feb91 Delete README Rezanezhad, Vahid 2019-12-05 16:13:40 +0100