Butterfly Tutorial Series [1]

Zhengyang Zhou, a PhD student at Brandeis University, developed the following computer vision tutorials with a curated butterfly dataset.

Butterlfy Dataset
Here’s the butterfly dataset you can download:
https://drive.google.com/file/d/15hGKEOjLIxWmmL6fBHguI2sKLKjYi78A/view?usp=sharing

Exploring the Following Colab Notebooks for Computer Vision Tasks

  1. Classifying butterfly types in images
    This colab highlights the need for data augmentation and complex model structures as tasks become more intricate.
  2. Vision-Transformer for butterfly classification
    This Colab introduces the Transformer model family.