Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@illian01 illian01 released this 29 Oct 07:51
· 207 commits to dev since this release
f0e0c1f

New Features:

  • Add RandomResize2 by @illian01 in PR 550
  • Add confidence score on detection visualization by @hglee98 in PR 552
  • Add save_best_only option for saving model by @hglee98 in PR 555, PR 567
  • Add option to select best model saving criterion by @hglee98 and @illian01 in PR 557, PR 573, PR 574
  • Add MultiStepLR scheduler by @hglee98 in PR 559
  • Add class-wise metric analysis option by @illian01 in PR 568
  • Add ReLU6 by @hglee98 in PR 566
  • Add TFLite model evaluation feature by @hglee98 in PR 563
  • Add YOLO-Fastest-v2 by @hglee98 in PR 548
  • Add tabulating step for metric standard outputs by @illian01 in PR 570

Bug Fixes:

  • Fix keyword error of segmentation training by @illian01 in PR 551
  • Fix typo when saving optimizer state_dict by @hglee98 in PR 553
  • Fix not initialized save_dtype error by @hglee98 in PR 565
  • Fix mAP error in case of certain classes object is not in the dataset @hglee98 in PR 571, PR 572

Breaking Changes:

  • Massive refactoring metric modules and add flexible metric selecting option by @illian01 in PR 564

Other Changes:

No changes to highlight.