Skip to content

Improved YOLO models

Latest
Compare
Choose a tag to compare
@Borda Borda released this 30 Jun 11:38
· 23 commits to master since this release

[0.7.0] - 2022-06-30

Added

  • Improved YOLO model includes YOLOv4, YOLOv5, and YOLOX networks and training algorithms (#817)

Changed

  • Move SSL transforms to pl_bolts/transforms (#905)
  • Reviewed models.detection.yolo (#851)
  • Reviewed LogisticRegression (#950)
  • Bumped support of min python version to py3.8+ (#1021)
  • Update numpy compatibility to <1.25.0 (#959)
  • Update torchmetrics compatibility to <0.12.0 (#1016)
  • Update pytorch-lightning compatibility to >1.7.0,<2.0.0 (#965, #973, #1006)

Fixed

  • Dropped reference to torch._six (#993)

New Contributors

Full Changelog: 0.6.0...0.7.0