90 Commits

Author SHA1 Message Date
Matthias Bisping
3ff6dac2e0 added explanations for how the coordinate transformations were inferred 2022-04-03 04:46:52 +02:00
Matthias Bisping
65a4a8e34e refactoring 2022-04-03 04:25:10 +02:00
Matthias Bisping
bf85ef357c coordinate transformers version 1 completed 2022-04-03 03:51:31 +02:00
Matthias Bisping
f6a7a14a20 pdfnet coordinate transformer wip 2022-04-03 03:19:46 +02:00
Matthias Bisping
41f783dc5d coordinate transformer refac 2022-04-03 02:21:30 +02:00
Matthias Bisping
32397256c8 coordinate transformer wip 2022-04-03 02:20:03 +02:00
Matthias Bisping
f44e6f4fd7 coordinate transformer, added Fitz transformer 2022-04-03 02:15:41 +02:00
Matthias Bisping
3d2c97bc10 coordinate transformer wip 2022-04-03 01:58:51 +02:00
Matthias Bisping
c1c3f541d4 coordinate transformer wip 2022-04-03 01:45:01 +02:00
Matthias Bisping
4d86e78307 muting logger in tests 2022-04-02 19:31:08 +02:00
Matthias Bisping
1cf6ab256c muting logger in tests 2022-04-02 18:34:13 +02:00
Matthias Bisping
5c23898280 added log messages to all pipelien components; converting pipelien output to list for REST transport; refactoring; added e2e test (flask + pipeline)... but hangs 2022-04-02 02:44:30 +02:00
Matthias Bisping
cb00aed62c refactoring 2022-04-02 01:23:57 +02:00
Matthias Bisping
1501653673 coverage increased for flask tests 2022-04-02 00:16:01 +02:00
Matthias Bisping
b4b929b65f added mocked server tests with flask testing uitilities 2022-04-01 21:55:59 +02:00
Matthias Bisping
da9b3d0cb9 applied black 2022-04-01 19:50:44 +02:00
Matthias Bisping
c125e1ff6c web server refactoring + tests 2022-03-31 23:43:14 +02:00
Matthias Bisping
5caa9807e2 added response formatter and pipeline test 2022-03-31 19:01:32 +02:00
Matthias Bisping
e17912caa9 derived enum formatter from key formatter 2022-03-31 17:22:54 +02:00
Matthias Bisping
3eaf9dc0e1 refactoring: introduced key mapper base class and proba mapper key enum 2022-03-31 16:55:58 +02:00
Matthias Bisping
0cefef4e15 more test cases for key transformer 2022-03-31 16:35:12 +02:00
Matthias Bisping
2a62ad7aba typo 2022-03-31 15:48:52 +02:00
Matthias Bisping
20c980dbe6 fixed bug in camel case transformer 2022-03-31 15:47:45 +02:00
Matthias Bisping
726298b155 made formatter a transformer derivation 2022-03-31 15:26:30 +02:00
Matthias Bisping
479afbcd34 formatting 2022-03-31 15:20:41 +02:00
Matthias Bisping
4ab9f0d89b corrected camel case converter 2022-03-31 15:18:59 +02:00
Matthias Bisping
dc1cdde458 refactoring; added compositor for formatters 2022-03-31 12:52:15 +02:00
Matthias Bisping
b3e1604ecc added floating point conversion to label mapper for json serializability 2022-03-30 19:36:45 +02:00
Matthias Bisping
20718996bd refactoring; testing of prediction model handel redai adapter 2022-03-30 19:01:54 +02:00
Matthias Bisping
258c1ab02d testing laberl mappers for raising of excpetions when encountering unexpected input formats 2022-03-30 18:15:45 +02:00
Matthias Bisping
a95cc4e06b added config tests 2022-03-30 17:55:49 +02:00
Matthias Bisping
6d1ace473b removed obsolete code 2022-03-30 16:35:47 +02:00
Matthias Bisping
0a22a35912 refactoring; renaming 2022-03-30 16:35:26 +02:00
Matthias Bisping
a5d3232dd0 testing index and probability label format in classifier prediction test 2022-03-30 16:34:17 +02:00
Matthias Bisping
1c6f5749dd updated classifier test for label mappers 2022-03-30 16:04:13 +02:00
Matthias Bisping
8bccec277f added array label mapper 2022-03-30 15:54:18 +02:00
Matthias Bisping
7f37f841dd renaming 2022-03-30 15:32:21 +02:00
Matthias Bisping
8c7e3e29f5 added label mapper 2022-03-30 14:17:58 +02:00
Matthias Bisping
99d8e921db renaming 2022-03-30 13:57:29 +02:00
Matthias Bisping
6835394d30 added formatter test; refactored batch_size fixture 2022-03-30 13:43:13 +02:00
Matthias Bisping
e9489287bd support for array prediction format 2022-03-29 23:56:22 +02:00
Matthias Bisping
ade318c7b7 made classifier accept tupls of images in addition to np.arrays; added pipeline (wip) 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 2022-03-29 20:44:26 +02:00
Matthias Bisping
7340fb6dda replaced string keys for metadata fields with enum members 2022-03-29 20:29:44 +02:00
Matthias Bisping
358d7ecd91 restructuring of modules 2022-03-29 20:02:40 +02:00
Matthias Bisping
06adedac57 reimplemented model loader logic and moved base weights into mlflow run dir 2022-03-29 19:50:43 +02:00
Matthias Bisping
f60bafd007 redoing model loading design 2022-03-29 17:25:06 +02:00
Matthias Bisping
a1c7dd4a8d added identity preprocessor; changed default preprocessor to idenitity 2022-03-29 11:40:58 +02:00
Matthias Bisping
6b58756103 refactoring of mlflow model loader 2022-03-29 11:02:43 +02:00
Matthias Bisping
3b4c2a40b2 added patched test for mlflow model loader 2022-03-28 21:51:21 +02:00