AgML 0.5.2
New Features and Bugfixes
- Added the ability to save and load data splits for individual datasets using
loader.save_split
andloader.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