-
Notifications
You must be signed in to change notification settings - Fork 1.4k
4060 Add PatchIter and PatchIterd transform #4061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Nic Ma <[email protected]>
…into 4060-add-patchiterd Signed-off-by: Nic Ma <[email protected]>
|
/black |
|
/build |
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
wyli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks this looks ok although I think 1. PatchIter's docstring change and docs/source/data.rst changes are unnecessary, and 2. it might be useful to include the original image size and start_pos in each returned patch dictionary, so that it's possible to (partially) reconstruct the original image from the patches.
Signed-off-by: Nic Ma <[email protected]>
aa24eb7 to
769a4c3
Compare
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
|
/build |
Fixes #4060 .
Description
This PR added
PatchIterandPatchIterdtransform according to user's feedback.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.