File size: 1,209 Bytes
247ad74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: mit
---
## Model Card for butterfly_segmentation_unet
This model takes in an image of a butterfly (with or without body attached to wings) and segments out any existing hindwings and forewings, in addition to pictured equipment described below.
## Model Details
unet_butterflies_256_256.hdf5 is the butterfly segmentation model.
The segmentation model was trained on a dataset of 800 total images from the Jiggins, OM_STRI, and Monteiro datasets. The model architecture is based on a simple UNet architecture for multiclass classification.
## Model Description
Keras implementation of Butterfly UNet segmentation model. The model is responsible for taking an input image (256 x 256 x 3) and generating segmentation masks for all classes below that are found in the image.
### Segmentation Classes
- background
- generic
- right_forewing
- left_forewing
- right_hindwing
- left_hindwing
- ruler
- white_balance
- label
- color_card
- body
**Developed by:** Michelle Ramirez
## How to Get Started with the Model
To view applications of how to load in the model file and predict masks on images, please refer to [this github repository](https://github.com/Imageomics/wing-segmentation) |