conservationtechlab / animl-r

Animl comprises a variety of machine learning tools for analyzing ecological data. The package includes a set of functions to classify subjects within camera trap field data and can handle both images and videos.
MIT License
19 stars 5 forks source link

Implement new image generator #12

Closed tkswanson closed 2 years ago

tkswanson commented 2 years ago

Implement new R native crop generator function

matobler commented 2 years ago

Crop generator has been implemented using tf.data in the cropImageGenerator() function.