97 Commits

Author SHA1 Message Date
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
Matthias Bisping
981d7816a0 refactoring: replaced estimator adapter with monkeypatch tdd_refactoring_9 2022-03-25 17:58:34 +01:00
Matthias Bisping
2e36a9d46d added type hint 2022-03-25 16:28:17 +01:00
Matthias Bisping
03f269c2d7 fixed incorrect pycharme-refactoring 2022-03-25 16:28:00 +01:00
Matthias Bisping
6853d862ed added comment motivating the implementation of the predict function of the adapter patch tdd_refactoring_8 2022-03-25 15:02:02 +01:00
Matthias Bisping
31591bef0f suppress tf-internal deprication warning tdd_refactoring_7 2022-03-25 14:56:47 +01:00
Matthias Bisping
7834a65ff5 added keras estimator wrapper tdd_refactoring_6 2022-03-25 14:46:04 +01:00
Matthias Bisping
8b7293be09 introduced estimator-adapter and estimator-adapter-patch tdd_refactoring_5 2022-03-25 13:35:03 +01:00
Matthias Bisping
9c9070e8bf refactoring tdd_refactoring_4 2022-03-25 12:24:23 +01:00
Matthias Bisping
e8fb01b4b7 formatting 2022-03-25 11:49:02 +01:00
Matthias Bisping
41f0cc8a41 estimator + model label mapping tdd_refactoring_3 2022-03-25 11:42:31 +01:00
Matthias Bisping
ee959346b7 refactoring: estimator + model tdd_refactoring_2 2022-03-25 11:23:07 +01:00
Julius Unverfehrt
eb18ae8719 Pull request #5: Tests&Fixes
Merge in RR/image-prediction from tests to master

Squashed commit of the following:

commit 1776e3083c97025e699d579f936dd0cc6e1fe152
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 13:54:27 2022 +0100

    blacckkkyykykykyk

commit 4c9e6c38bdcea7d81008bf9dfcfcdd19d199da6a
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 13:53:40 2022 +0100

    add predicting as subprocess, add workaround for keras not working if the model was loaded in different process

commit 530de2ff8979c70aa22f06edf297864787e0cc79
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 13:36:23 2022 +0100

    refactor

commit 130d0e8b23e0375a6fd240ac8aa00492c341a716
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 13:34:54 2022 +0100

    add minimal not working example for keras bug in multiprocess process

commit 2589598b052f680fd702df4f60d56a55778474a9
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 11:13:45 2022 +0100

    test

commit eb6f211f02bc184e7f92d6b4d53c91da34ab9f2f
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 11:07:32 2022 +0100

    hardcoded test

commit 3e9bfac5cf9b2e09340e2c2c5b24a800925bcd60
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 11:01:21 2022 +0100

    test

commit 3d9c4d8856522cc2a22b2a7b9ea64d34629eb2c1
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 10:57:03 2022 +0100

    change test

commit 58ca784d6c56fd63734062d0c40b6b39550cf7d7
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 10:21:38 2022 +0100

    fix test

commit 6faad5ad5b6ef59bb5ef701b57d4c4addd17de0e
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Mon Mar 21 10:00:28 2022 +0100

    add predictor test

commit 3fbca0ac23821568a8afa904a8fb33ab0679f129
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 18 13:04:13 2022 +0100

    refactor folder structure

commit 90e3058c7124394a9f229d50278e57194f3d875d
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 18 12:58:02 2022 +0100

    add response test

commit 2a2deffd0b461ec5161009b3923623152f4c8f44
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Fri Mar 18 12:56:32 2022 +0100

    add test infrastructure
0.1.5 master_21
2022-03-23 11:49:05 +01:00
Matthias Bisping
a9d60654f5 Pull request #3: Refactoring
Merge in RR/image-prediction from refactoring to master

Squashed commit of the following:

commit fc4e2efac113f2e307fdbc091e0a4f4e3e5729d3
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 14:21:05 2022 +0100

    applied black

commit 3baabf5bc0b04347af85dafbb056f134258d9715
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 14:20:30 2022 +0100

    added banner

commit 30e871cfdc79d0ff2e0c26d1b858e55ab1b0453f
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 14:02:26 2022 +0100

    rename logger

commit d76fefd3ff0c4425defca4db218ce4a84c6053f3
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 14:00:39 2022 +0100

    logger refactoring

commit 0e004cbd21ab00b8804901952405fa870bf48e9c
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 14:00:08 2022 +0100

    logger refactoring

commit 49e113f8d85d7973b73f664779906a1347d1522d
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 13:25:08 2022 +0100

    refactoring

commit 7ec3d52e155cb83bed8804d2fee4f5bdf54fb59b
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 13:21:52 2022 +0100

    applied black

commit 06ea0be8aa9344e11b9d92fd526f2b73061bc736
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Mar 16 13:21:20 2022 +0100

    refactoring
0.1.4
2022-03-16 15:07:30 +01:00
Julius Unverfehrt
4d95b84f2f config.yaml edited online with Bitbucket
Set batchsize to default value
master_17
2022-03-07 10:10:34 +01:00
Julius Unverfehrt
2117e2a294 Quickfix Dockerfile 0.1.1 master_15 2022-03-02 11:44:18 +01:00
Julius Unverfehrt
ca365c66f8 Quickfix Dockerfile master_14 2022-03-02 11:37:39 +01:00
Julius Unverfehrt
06ade2ce71 Quickfix Dockerfile 2022-03-02 11:29:56 +01:00
Julius Unverfehrt
8943e34078 Quickfix Dockerfile 2022-03-02 11:26:22 +01:00
Julius Unverfehrt
3c0e28f67f Quickfix Dockerfile 2022-03-02 11:22:30 +01:00
Julius Unverfehrt
a6ff6dc350 Quickfix Dockerfile 2022-03-02 11:16:11 +01:00
Julius Unverfehrt
3a21f94f19 Quickfix Dockerfile 2022-03-02 11:15:06 +01:00
Julius Unverfehrt
d306b8946d Quickfix Dockerfile 2022-03-02 11:10:54 +01:00
Julius Unverfehrt
e2fc1257f1 Quickfix Dockerfile 2022-03-02 11:04:44 +01:00
Julius Unverfehrt
5ef99f1d37 Quickfix Dockerfile 2022-03-02 10:56:37 +01:00
Clarissa Dietrich
77fec1801c Pull request #2: Integrate image service
Merge in RR/image-prediction from integrate_image_service to master

* commit '8a1df76078cb05ded0152ae4a8d8af275a25bc4e':
  blacked
  refactor
  tidy up repo
  RED-3501: adapt service-container to image-service-v2
  adapt service-container to image-service-v2
2022-03-02 10:46:25 +01:00
cdietrich
8a1df76078 blacked 2022-03-02 10:28:32 +01:00
cdietrich
1e5da128f1 refactor 2022-03-02 10:24:33 +01:00
cdietrich
372d6645d7 tidy up repo 2022-03-02 10:15:08 +01:00
cdietrich
42ae5793e0 RED-3501: adapt service-container to image-service-v2 2022-03-01 16:48:03 +01:00
cdietrich
684aca364f adapt service-container to image-service-v2 2022-03-01 14:17:37 +01:00
Julius Unverfehrt
a4fa73deaa Pull request #14: optional debug progress bar added
Merge in RR/fb-detr from add-debug-progress-bar to master

Squashed commit of the following:

commit 3449be1b46f73a5e9ae3719ed2821a1b7faca9e4
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Feb 23 10:26:47 2022 +0100

    refactoring; added VERBOSE flag to config

commit e50234e205dfd7a40aaf7981da85e28048d9efba
Merge: 89703ca f6c51be
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Feb 23 09:45:33 2022 +0100

    Merge branch 'config_changes' into add-debug-progress-bar

commit f6c51beeaa952c18c80b7af6b7a46b9de8f521c3
Author: Matthias Bisping <matthias.bisping@iqser.com>
Date:   Wed Feb 23 09:44:00 2022 +0100

    added env var

commit 89703caa776f0fad55757ab22568e45949b2b310
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Wed Feb 23 08:28:52 2022 +0100

    optional debug progress bar added
2022-02-23 10:51:24 +01:00
Julius Unverfehrt
1a06214267 quickfix far to eager logging calculation 2022-02-22 08:39:24 +01:00
Julius Unverfehrt
05a28e4658 Pull request #13: Sonar scan 💖
Merge in RR/fb-detr from sonar-scan to master

Squashed commit of the following:

commit b5ea19f16e198071db9bc6b4864d8b7789884a25
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 21 17:36:02 2022 +0100

    💖

commit e1554c1f874a7af0ae3e6f480ca1db05e62a3a0b
Author: Julius Unverfehrt <Julius.Unverfehrt@iqser.com>
Date:   Mon Feb 21 16:54:56 2022 +0100

    sonarscan WIP
2022-02-21 17:38:13 +01:00