Feat: add item_transform_crop for detection and segmentation items - #371
Open
DerrickUnleashed wants to merge 44 commits into
Open
Feat: add item_transform_crop for detection and segmentation items#371DerrickUnleashed wants to merge 44 commits into
item_transform_crop for detection and segmentation items#371DerrickUnleashed wants to merge 44 commits into
Conversation
Both item_transform_hflip.dataset and target_transform_rotate_box.dataset need to unlock the R6 .getitem binding before reassigning it.
…segmentation_item
Co-authored-by: cregouby <cregouby@users.noreply.github.com>
- Rename test file to test-item-transforms-geometry.R (plural) - Rename make_item → make_detection_item() in hflip tests - Merge same-input tests for efficiency - Add composition test for item_transform_hflip - Add item_transform_hflip to main's R/item-transforms-geometry.R - Resolve all merge conflicts
… test to compare at R level
Co-authored-by: cregouby <cregouby@users.noreply.github.com>
Co-authored-by: cregouby <cregouby@users.noreply.github.com>
Fix height/width swap after padding in transform_center_crop
Contributor
Author
DerrickUnleashed
marked this pull request as ready for review
July 31, 2026 06:31
cregouby
requested changes
Aug 1, 2026
cregouby
left a comment
Collaborator
There was a problem hiding this comment.
Praise Thanks for this one !
This was referenced Aug 1, 2026
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.








Added
item_transform_cropfor detection item, dataset and segmentation item, datasetCloses #349