Imageomics / pybioclip

Python package that simplifies using the BioCLIP foundation model.
MIT License
12 stars 3 forks source link

Allow batch processing of images #18

Closed johnbradley closed 2 months ago

johnbradley commented 2 months ago

Instead of processing images one at a time allow loading multiple and processing them all at once. When used with the GPU this may improve processing time.

Fixes #11