Clemens Neudecker
|
d6ccb83bf5
|
Merge pull request #24 from johnlockejrr/unifying-training-models
Unifying training models
|
2025-06-03 09:00:56 +02:00 |
|
johnlockejrr
|
102b04c84d
|
Update utils.py
Changed unsafe basename extraction:
`file_name = i.split('.')[0]` to `file_name = os.path.splitext(i)[0]`
and
`filename = n[i].split('.')[0]` to `filename = os.path.splitext(n[i])[0]`
because
`"Vat.sam.2_206.jpg` -> `Vat` instead of `"Vat.sam.2_206`
|
2025-05-11 06:09:17 -07:00 |
|
johnlockejrr
|
be57f137d7
|
Update utils.py
|
2025-05-11 05:31:34 -07:00 |
|
vahidrezanezhad
|
4cc5aea166
|
updating:rotation augmentation is provided for machine based reading order
|
2025-04-17 00:12:30 +02:00 |
|
vahidrezanezhad
|
77ef68a1ec
|
updating:rotation augmentation is provided for machine based reading order
|
2025-04-17 00:05:59 +02:00 |
|
vahidrezanezhad
|
22f82c5448
|
rotation augmentation is provided for machine based reading order
|
2025-04-16 23:36:41 +02:00 |
|
vahidrezanezhad
|
3ef865e0b5
|
addinh shifting augmentation
|
2024-10-29 17:06:22 +01:00 |
|
vahidrezanezhad
|
cca4d17823
|
new augmentations for patchwise training
|
2024-08-30 15:30:18 +02:00 |
|
vahidrezanezhad
|
c502e67c14
|
adding foreground rgb to augmentation
|
2024-08-28 02:09:27 +02:00 |
|
vahidrezanezhad
|
9904846776
|
using prepared binarized images in the case of augmentation
|
2024-08-22 21:58:09 +02:00 |
|
vahidrezanezhad
|
f31219b1c9
|
scaling, channels shuffling, rgb background and red content added to no patch augmentation
|
2024-08-21 19:33:23 +02:00 |
|
vahidrezanezhad
|
95bbdf8040
|
updating augmentations
|
2024-08-21 16:17:59 +02:00 |
|
vahidrezanezhad
|
7be326d689
|
augmentation function for red textlines, rgb background and scaling for no patch case
|
2024-08-21 00:48:30 +02:00 |
|
b-vr103
|
f2692cf8dd
|
brightness augmentation modified
|
2024-07-17 18:20:24 +02:00 |
|
vahidrezanezhad
|
9521768774
|
adding degrading and brightness augmentation to no patches case training
|
2024-07-17 17:14:20 +02:00 |
|
vahidrezanezhad
|
2aa216e388
|
binarization as a separate task of segmentation
|
2024-06-11 17:48:30 +02:00 |
|
vahidrezanezhad
|
4e4490d740
|
machine based reading order training is integrated
|
2024-05-24 16:39:48 +02:00 |
|
vahidrezanezhad
|
45aba32351
|
Update utils.py
|
2024-05-12 08:32:28 +02:00 |
|
vahidrezanezhad
|
8d1050ec30
|
inference script is added
|
2024-05-07 13:34:03 +02:00 |
|
vahidrezanezhad
|
38db3e9289
|
adding enhancement training
|
2024-05-06 18:31:48 +02:00 |
|
vahidrezanezhad
|
dbb84507ed
|
integrating first working classification training model
|
2024-04-29 20:59:36 +02:00 |
|
vahidrezanezhad
|
d27647a0f1
|
first working update of branch
|
2024-04-16 01:00:48 +02:00 |
|
cneud
|
02b1436f39
|
code formatting with black; typos
|
2024-04-10 22:20:23 +02:00 |
|
vahid
|
4bea9fd535
|
continue training, losses and etc
|
2021-06-22 18:47:59 -04:00 |
|
vahid
|
5fb7552dbe
|
first updates, padding, rotations
|
2021-06-22 14:20:51 -04:00 |
|
|
4897fd3dd7
|
📝 howto: Be more verbose with the subtree pull
|
2019-12-09 15:33:53 +01:00 |
|