Migrating to Worker v2.6

Breaking Changes

Worker 2.6 removes the option to use "Object Level" workflow, which has been deprecated since Worker v2.4. With it, it is no longer possible to specify the object_level configuration key. Instead, please use a more powerful selection strategy Object Diversity. For more info see Crop Selection.

It is no longer possible to process data from a local disk, which has been deprecated since Worker v2.4. Please provide your data via Cloud Storage.

To ensure backwards compatibility, jobs for Worker v2.6 must be scheduled with Lightly Python API client version v1.4.X.

To upgrade, see our docs for updating the Lightly Python client and updating the Lightly Worker.

See the Compatibility Table for a list of compatible Lightly Worker and Lightly Python Client versions.