5809 hedjitter - #5994
5809 hedjitter#5994Ycblue wants to merge 11 commits into
Conversation
Signed-off-by: Ycblue <yuchialan@gmail.com>
Signed-off-by: Ycblue <yuchialan@gmail.com>
Signed-off-by: Ycblue <yuchialan@gmail.com>
|
Hi @Ycblue, |
Signed-off-by: Dr. Behrooz Hashemian <3968947+drbeh@users.noreply.github.com>
for more information, see https://pre-commit.ci
|
Hi @Ycblue, I resolved the conflict that your PR had with the base and merged it. Please pull before making other changes and let us know if you need any help with resolving the checking errors. |
Signed-off-by: Ycblue <yuchialan@gmail.com>
|
Hi @drbeh, sorry for being absent for so long. |
Hi @Ycblue, thanks for adding unit tests. May I know what this image is and what is the license for this image? |
|
Hi, |
|
@Ycblue I did not find anything specific about the license of this data but as it is release as part of the repo with Apache 2.0, I think its license should be the same. For now, maybe it's better to use the URL from their repo (https://github.com/gatsby2016/Augmentation-PyTorch-Transforms/raw/master/data/10-05074_353_49_8178.png) to write the unittests and check and verify everything works, then I can help you to either use one of existing images in monai or upload it to monai-extra-test-data. What do you think? |
Fixes #5809 .
@drbeh sorry for the long wait. Some things came inbetween and I couldn't work on the feature till now. I asked the original author of the code for permission and he added an Apache 2.0 license to his repo.
Btw, what is the correct route of communication? Should we communicate over pull requests or in the comments of the issue?
Description
Implementation of HEDJitter in MONAI framework.
The proposed transform randomly perturbes HED color space values of an RGB image.
Added HEDJitter class to
pathology.transforms.stain.array.pyAdded HEDJitterd class to
pathology.transforms.stain.dictionary.pyPassed codeformat and autofix.
Still designing unit tests.
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.