-
Notifications
You must be signed in to change notification settings - Fork 1.2k
2648 Add LongestRescale transform #2662
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
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
/black |
I think there's a large overlap between this and |
Signed-off-by: Nic Ma <[email protected]>
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 for the quick updates
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
/black |
/build |
/build |
1 similar comment
/build |
Hi @madil90 , May I know why the blossom CI failed? I tried to re-run it, but it still fails. Thanks in advance. |
* [DLMED] init the transform Signed-off-by: Nic Ma <[email protected]> * [DLMED] update doc-string Signed-off-by: Nic Ma <[email protected]> * [DLMED] complete array transform Signed-off-by: Nic Ma <[email protected]> * [DLMED] add unit tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] add dict transform and inverse tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix mypy type Signed-off-by: Nic Ma <[email protected]> * [DLMED] change to enhance Resize transform Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix CI tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] update according to comments Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix TTA Signed-off-by: Nic Ma <[email protected]> * [DLMED] remove tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix mypy error Signed-off-by: Nic Ma <[email protected]>
part of #2648 .
Description
This PR added the
LongestRescale
andLongestRescaled
transforms, inspired by the albumentations API.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.