AgML 0.5.1
Main Changes
- Added a new dataset,
ghai_strawberry_fruit_detection
. - Added a new method
agml.io.read_image
for convenience. - Added the ability to generate both RGB & LiDAR data using the option
agml.synthetic.SimulationType.Both
.
Bugfixes and Updates
- You can now instantiate a collection of synthetic datasets by passing a list of them to the initialization of an
AgMLDataLoader
. - A bug which prevented the visualization of predictions when using a
SegmentationModel
has now been patched.
Full Changelog: v0.5.0...v0.5.1