Kornia v0.6.3 Release Notes

Release Date: 2022-01-30 // over 2 years ago
  • :new: New Features

    • ⚡️ Update CI to pytorch 1.10.1 (#1518)
    • ➕ Added Hanning kernel, prepare for KCF tracking (#1519)
    • ➕ Add distance transform implementation (#1490)
    • ➕ Add Resize augmentation module (#1545)

    🛠 :lady_beetle: Bug fixes

    • Precompute padding parameters when RandomCrop aug in container (#1494)
    • Padding error with RandomCrop #1520
    • 🛠 Fix correct shape after cropping when forwarding parameters (#1533)
    • 🛠 Fixed #1534 nested augmentation sequential bug (#1536)
    • 🛠 Fixes to device in augmentations (#1546)
    • 🛠 Bugfix for larger MotionBlur kernel size ranges (#1543)
    • 🛠 Fix RandomErasing applied to mask keys (#1541)

    :exclamation: Changes

    • 📦 Restructure augmentation package (#1515)

    :zap: Improvements

    • ➕ Add missing keepdims with fixed type (#1488)
    • 👍 Allow to pass a second K to distort and undistort points (#1506)
    • Augmentation Sequential with a list of bboxes as a batch (#1497)
    • ➕ Adde Devcontainer for development (#1515)
    • 👌 Improve the histogram_matching function (#1532)