Skip to content

AgML 0.5.2

Compare
Choose a tag to compare
@amogh7joshi amogh7joshi released this 14 Sep 21:35
· 118 commits to main since this release

New Features and Bugfixes

  • Added the ability to save and load data splits for individual datasets using loader.save_split and loader.load_split.
  • Added the ability to load multiple datasets using a wildcard name instead of passing each individual dataset in a list (e.g., to load all of the apple detection datasets, use apple_detection*).
  • Use agml.models.get_benchmark to get benchmark information for a certain model trained on a certain dataset.
  • Fixed bugs with mAP calculation during training.
  • Fixed bugs with image preprocessing for object detection and visualization of object detection predictions.

Full Changelog: v0.5.1...v0.5.2