Project-AgML / AgML

AgML is a centralized framework for agricultural machine learning. AgML provides access to public agricultural datasets for common agricultural deep learning tasks, with standard benchmarks and pretrained models, as well the ability to generate synthetic data and annotations.
Apache License 2.0
167 stars 28 forks source link

Fix np not defined in image utils #36

Closed alexolenskyj closed 1 year ago

alexolenskyj commented 1 year ago

Addresses #35 by importing numpy

amogh7joshi commented 1 year ago

Thanks for the fix.