Kornia v0.4.1 Release Notes

Release Date: 2020-10-20 // over 3 years ago
  • ๐Ÿš€ Kornia 0.4.1 release

    Highlights

    We include new features for 3D augmentations:

    • RandomCrop3D
    • CenterCrop3D
    • RandomMotionBlur3D
    • RandomEqualize3D

    Few more core functionalities to work on 3D volumetric tensors:

    • warp_affine3d
    • warp_perspective3d
    • get_perspective_transform3d
    • crop_by_boxes3d
    • motion_blur3d
    • equalize3d
    • warp_grid3d

    Details changes

    โž• Added

    • Update docs for get_affine_matrix2d and get_affine_matrix3d (#618)
    • โž• Added docs for solarize, posterize, sharpness, equalize (#623)
    • โž• Added tensor device conversion for solarize params (#624)
    • โž• Added rescale functional and transformation (#631)
    • โž• Added Mixup data augmentation (#609)
    • โž• Added equalize3d (#639)
    • โž• Added decompose 3x4projection matrix (#650)
    • Added normalize_min_max functionality (#684)
    • โž• Added random equalize3d (#653)
    • โž• Added 3D motion blur (#713)
    • โž• Added 3D volumetric crop implementation (#689)
      • warp_affine3d
      • warp_perspective3d
      • get_perspective_transform3d
      • crop_by_boxes3d
      • warp_grid3d

    ๐Ÿ”„ Changed

    • Replace convolution with unfold in contrib.extract_tensor_patches (#626)
    • โšก๏ธ Updates Affine scale with non-isotropic values (#646)
    • Enabled param p for each augmentation (#664)
    • Enabled RandomResizedCrop batch mode when same_on_batch=False (#683)
    • Increase speed of transform_points (#687)
    • Improves find_homography_dlt performance improvement and weights params made optional (#690)
    • Enable variable side resizing in kornia.resize (#628)
    • โž• Added Affine transformation as nn.Module (#630)
    • Accelerate augmentations (#708)

    ๐Ÿ›  Fixed

    • Fixed error in normal_transform_pixel3d (#621)
    • ๐Ÿ›  Fixed pipelining multiple augmentations return wrong transformation matrix (#645)(645)
    • ๐Ÿ›  Fixed flipping returns wrong transformation matrices (#648)
    • ๐Ÿ›  Fixed 3d augmentations return wrong transformation matrix (#665)
    • ๐Ÿ›  Fix the SOSNet loading bug (#668)
    • ๐Ÿ›  Fix/random perspective returns wrong transformation matrix (#667)
    • ๐Ÿ›  Fixes Zca inverse transform (#695)
    • ๐Ÿ›  Fixes Affine scale bug (#714)

    โœ‚ Removed

    • โœ‚ Removed warp_projective (#689)

    Contributors

    @gaurav104 @shijianjian @mshalvagal @pmeier @ducha-aiki @qxcv @FGeri @vribeiro1 @ChetanPatil28 @alopezgit @jatentaki @dkoguciuk @ceroytres @ag14774