picselliahq / picsellia-training-engine

MIT License
2 stars 0 forks source link

157 migrate the tiling processing to get rid of sahi #160

Closed picsalex closed 1 week ago

picsalex commented 2 weeks ago

Description

This PR brings the new tiling "made by picsellia" as a public processing.

Issues

This PR resolves #157

What's new?

self.tiling_mode = self.extract_parameter(
    keys=["tiling_mode", "mode"],
    expected_type=TileMode,
    default=TileMode.CONSTANT,
)