Support tiling#6955
Open
A-Artemis wants to merge 52 commits into
Open
Conversation
…ms (skipping yolo/ultralytics)
⏱️ Backend import time —
|
| Accelerator | Cumulative (s) | Self (s) |
|---|---|---|
cpu |
5.033 | 0.002 |
xpu |
5.138 | 0.002 |
cuda |
5.744 | 0.002 |
📊 Test coverage report
|
🐳 Docker image sizes
|
kprokofi
reviewed
Jul 1, 2026
kprokofi
reviewed
Jul 1, 2026
…ing_extensions into aurelien/support-tiling
…h detection and instance segmentation.
A-Artemis
commented
Jul 17, 2026
…into aurelien/support-tiling # Conflicts: # application/backend/app/execution/training/getitune_trainer.py # library/src/getitune/backend/lightning/models/detection/base.py # library/src/getitune/backend/lightning/models/instance_segmentation/base.py
kprokofi
reviewed
Jul 17, 2026
leoll2
reviewed
Jul 17, 2026
Contributor
|
@A-Artemis can you add tiling recipes for the new edge crafter model? In the same way as for DEIMV1/V2. They share similar code base |
…into aurelien/support-tiling # Conflicts: # application/backend/app/core/logging/utils.py
Contributor
Author
…into aurelien/support-tiling # Conflicts: # application/backend/uv.lock # library/pyproject.toml # library/uv.lock
leoll2
reviewed
Jul 22, 2026
A-Artemis
enabled auto-merge
July 22, 2026 15:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Added
TilingDatasetFactoryfor wrapping the dataset subsets if tiling is enabled.Created tiling config yamls for algorithms which were missing it.
Added basic tiling support across data module and training pipeline.
Checklist