João G. Atkinson A.
João G. Atkinson A.
Some ideas: have just three modes (based on the existing ones): (probably with better names than my suggestion 😅 ) - mimmax: `xmin, ymin, xmax, ymax` or `xmin, ymin, zmin,...
We should consider the discussion from #1142 too 😄
Sure, this will be an excellent method! here is a version I have done for one tutorial, perhaps this will be a good starting point ```python def colorize_masks(binary_masks: torch.Tensor, merge:...
hey @nastiapetrovych, do you still have the interest (and time) to finish this?
as part of https://github.com/kornia/kornia/discussions/2719 plan, we have deleted the `master` in favor of `main`, if anyone has an interest in keep/restart working on this, let me know to help you.
Not all augmentations have support for keypoints yet (see #941), contributions are welcomed. @shijianjian do we have somewhere a list with what augmentations support each case?
> HI! Newbie to OSS. Can I work on your issue? Sure, If you have any questions, just call us on Slack, or open a PR for discussion
The typing will be failing for now, because I just updated the 2d case (and the mixin + 3d parts will cry), to see if this patch makes sense
> * apply_colormap: same functionality as before. Not working with non-gray images. We can discuss what new functionality you want and I can add it. For now I have checked...
> So, I add the functionality for not gray images? Will the functionality be added for rgb images or for more types (B,2,H,W) or others? (I'm not sure if this...