130 Commits

Author SHA1 Message Date
Matthias Bisping
8b15ac6df4 docstring update tdd_refactoring_41 2022-03-29 23:57:09 +02:00
Matthias Bisping
e9489287bd support for array prediction format tdd_refactoring_40 2022-03-29 23:56:22 +02:00
Matthias Bisping
15c0b73034 support for different prediction formats tdd_refactoring_39 2022-03-29 23:41:43 +02:00
Matthias Bisping
7a64af156b refactoring tdd_refactoring_38 2022-03-29 22:59:01 +02:00
Matthias Bisping
60617fd622 added formatter to pipeline tdd_refactoring_37 2022-03-29 22:47:54 +02:00
Matthias Bisping
ade318c7b7 made classifier accept tupls of images in addition to np.arrays; added pipeline (wip) tdd_refactoring_36 2022-03-29 22:00:34 +02:00
Matthias Bisping
3339ed2eab removed unneeded adapter derivatives and made estimator adapter abstract base class to normal class tdd_refactoring_35 2022-03-29 20:44:26 +02:00
Matthias Bisping
7340fb6dda replaced string keys for metadata fields with enum members tdd_refactoring_34 2022-03-29 20:29:44 +02:00
Matthias Bisping
358d7ecd91 restructuring of modules tdd_refactoring_33 2022-03-29 20:02:40 +02:00
Matthias Bisping
d33a882d65 removed obsolete code tdd_refactoring_32 2022-03-29 19:54:14 +02:00
Matthias Bisping
06adedac57 reimplemented model loader logic and moved base weights into mlflow run dir tdd_refactoring_31 2022-03-29 19:50:43 +02:00
Matthias Bisping
edbc5c3f84 redoing model loading design tdd_refactoring_30 2022-03-29 18:21:14 +02:00
Matthias Bisping
f60bafd007 redoing model loading design tdd_refactoring_29 2022-03-29 17:25:06 +02:00
Matthias Bisping
a1c7dd4a8d added identity preprocessor; changed default preprocessor to idenitity tdd_refactoring_28 2022-03-29 11:40:58 +02:00
Matthias Bisping
6b58756103 refactoring of mlflow model loader tdd_refactoring_27 2022-03-29 11:02:43 +02:00
Matthias Bisping
3b4c2a40b2 added patched test for mlflow model loader tdd_refactoring_26 2022-03-28 21:51:21 +02:00
Matthias Bisping
c06905625d added model loader interface, model loader mock and mlflow model loader (the latter so far not tested) tdd_refactoring_25 2022-03-28 21:22:35 +02:00
Matthias Bisping
d44622dddc test parametrization changed tdd_refactoring_24 2022-03-28 19:52:24 +02:00
Matthias Bisping
3c6dfed508 made input size adjustable via test fixture 2022-03-28 19:22:31 +02:00
Matthias Bisping
f18e183ab0 added type hint tdd_refactoring_23 2022-03-28 18:54:28 +02:00
Matthias Bisping
86f2abc553 renaming tdd_refactoring_22 2022-03-28 18:52:39 +02:00
Matthias Bisping
f0a8f2224c refactoring tdd_refactoring_21 2022-03-28 18:50:18 +02:00
Matthias Bisping
9bf1dcbe1d removed obsolete import tdd_refactoring_20 2022-03-28 18:31:09 +02:00
Matthias Bisping
9ce7b6e6da refactoring tdd_refactoring_19 2022-03-28 18:30:51 +02:00
Matthias Bisping
e818b05472 applied black tdd_refactoring_18 2022-03-28 16:39:34 +02:00
Matthias Bisping
b818ee4724 fixed misaligned metadata and images tdd_refactoring_17 2022-03-28 16:38:46 +02:00
Julius Unverfehrt
9461be29d5 add ParsablePDFImageExtractor test tdd_refactoring_16 2022-03-28 15:42:54 +02:00
Julius Unverfehrt
2631eb5c0f add metadata fixture tdd_refactoring_15 2022-03-28 12:05:07 +02:00
Matthias Bisping
643ab99bd3 added parsable pdf image extractor tdd_refactoring_14 2022-03-28 11:27:05 +02:00
Matthias Bisping
e0ab365bb9 list -> generator tdd_refactoring_13 2022-03-28 00:05:37 +02:00
Matthias Bisping
48737d9439 added extractor classifier 2022-03-28 00:01:19 +02:00
Matthias Bisping
a5147c9a58 added image extractor interface and mock 2022-03-27 23:05:27 +02:00
Matthias Bisping
4c939464b0 renaming 2022-03-27 22:59:28 +02:00
Matthias Bisping
334dc79f7e refactoring 2022-03-27 18:13:58 +02:00
Matthias Bisping
9d58ae714f renaming 2022-03-27 17:55:01 +02:00
Matthias Bisping
0f811bdc56 removed unnecessary kwarg 2022-03-27 01:24:29 +01:00
Matthias Bisping
d11333981f applied black 2022-03-27 01:21:12 +01:00
Matthias Bisping
4fcd1e79d3 removed obsolete code; added missing __init__ for predictor 2022-03-27 01:20:03 +01:00
Matthias Bisping
5c5d132d7f fixed batching issue in prediction monkey patch by introducinbg an output generator, that yields the expected predictions 2022-03-27 01:13:28 +01:00
Matthias Bisping
0f9510906d refactoring; added predictor; mocking of predict function is broken: fixing next commit 2022-03-26 21:19:02 +01:00
Matthias Bisping
6343229c1e added chunk_iterable tests 2022-03-26 20:24:59 +01:00
Matthias Bisping
7d21b0a585 refactoring 2022-03-26 19:54:18 +01:00
Matthias Bisping
364111db89 preprocessor refactoring 2022-03-26 19:38:34 +01:00
Matthias Bisping
ea298dacfa renaming 2022-03-26 19:27:37 +01:00
Matthias Bisping
373c619b0c formatting 2022-03-26 19:24:34 +01:00
Matthias Bisping
8aa0717007 added image-tensor conversion logic 2022-03-26 19:24:15 +01:00
Matthias Bisping
a3215e0bc3 renaming of service estimator to estimator tdd_refactoring_12 2022-03-25 18:24:05 +01:00
Matthias Bisping
c64bff0843 renaming of service estimator to estimator tdd_refactoring_11 2022-03-25 18:20:44 +01:00
Matthias Bisping
dd18087261 restructuring of modules tdd_refactoring_10 2022-03-25 18:18:17 +01:00
Matthias Bisping
d97b477208 added estimator preprocessor and removed adapter and adapter patch 2022-03-25 18:09:06 +01:00