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

Image utils references np without import #35

Closed alexolenskyj closed 1 year ago

alexolenskyj commented 1 year ago

Trying to instantiate a model class like DetectionModel gives NameError: name 'np' is not defined

amogh7joshi commented 1 year ago

Fixed in #36.