Kornia v0.5.5 Release Notes

Release Date: 2021-06-26 // almost 3 years ago
  • ➕ Added

    • ➕ Added Stereo camera class (#1102)
    • ➕ Added auto-generated images in docs (#1105) (#1108) (#1127) (#1128) (#1129) (#1131)
    • ➕ Added chinese version README (#1112)
    • ➕ Added random_apply to augmentaton containers (#1125)

    🔄 Changed

    • 🔄 Change GaussianBlur to RandomGaussianBlur (#1118)
    • ⚡️ Update ci with pytorch 1.9.0 (#1120)
    • 🔄 Changed option for mean and std to be tuples in normalization (#987)
    • ✅ Adopt torch.testing.assert_close (#1031)

    ✂ Removed

    • ✂ Remove numpy import (#1116)