Finetuning OpenAI's CLIP to match images of mushrooms/fungi with their species/genus name.
-
The full dataset (
mushroom_images/
) can be downloaded from Google Drive. -
Thank you to mushroomobserver.org for making this data available.
- Install docker with GPU support (Ubuntu instructions), then modify and run
docker_train.sh
- If not using Docker, install PyTorch and Torchvision and the HuggingFace Transformers libraries with GPU support.