--- license: mit --- # Egg Instance Segmentation This is a dataset with images of eggs that can be used for egg segmentation purposes. The dataset is divided into two classes: white-egg and brown-egg. This is YOLO format dataset. The training and validation images are in the train and val folders respectively. The polygon annotations specifying the exact boundaries of eggs are in the related labels folders. ## Goal This dataset is collected to train a YOLO model to segment different types of eggs (right now the white and brown eggs data are available). A model is trained on this dataset to segments eggs in images. This model can also be used for estimating the sizes of the eggs for quality assessment or sorting purposes in factories. ## Sample Images As an example, the following image is from the dataset. The image is annotated with polygons around the eggs.