Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

Remove support for preprocessing #108

Closed vdel closed 2 months ago

vdel commented 2 months ago

Mean subtraction can easily be implemented in modern runtimes. We drop its support: new models cannot be uploaded with image mean substraction.

Some old models used in unit-tests are still relying on mean subtraction, which will be ignored from now on. This will temporarily modify there output (especially for the model we use in the unit tests of this repo) until we replace them with modern models. We delete exact check from inference response as this is blocking for moving forward and this is not the role of the API client to check for precise output values.