Commit
·
fa84be5
0
Parent(s):
initialize
Browse files- .gitattributes +62 -0
- LICENSE +24 -0
- README.md +26 -0
.gitattributes
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
data/data.yaml filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/train.txt filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/val.txt filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2025 IndustoAI
|
| 2 |
+
Contact: admin@industoai.com
|
| 3 |
+
|
| 4 |
+
This project is licensed under the Creative Commons
|
| 5 |
+
Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0).
|
| 6 |
+
|
| 7 |
+
You are free to:
|
| 8 |
+
- Share — copy and redistribute the material in any medium or format.
|
| 9 |
+
- Adapt — remix, transform, and build upon the material.
|
| 10 |
+
|
| 11 |
+
Under the following terms:
|
| 12 |
+
- Attribution — You must give appropriate credit to IndustoAI, provide a link to the license,
|
| 13 |
+
and indicate if changes were made. You may do so in any reasonable manner, but not in any
|
| 14 |
+
way that suggests IndustoAI endorses you or your use.
|
| 15 |
+
- NonCommercial — You may not use the material for commercial purposes without prior written
|
| 16 |
+
permission from IndustoAI (contact: admin@industoai.com).
|
| 17 |
+
- No additional restrictions — You may not apply legal terms or technological measures that
|
| 18 |
+
legally restrict others from doing anything the license permits.
|
| 19 |
+
|
| 20 |
+
No warranties are provided. The material is provided “as is,” and IndustoAI disclaims all
|
| 21 |
+
liability with respect to your use of the material to the fullest extent permitted by law.
|
| 22 |
+
|
| 23 |
+
For the full legal text, see:
|
| 24 |
+
https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Egg Instance Segmentation
|
| 6 |
+
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.
|
| 7 |
+
The training and validation images are in the train and val folders respectively.
|
| 8 |
+
The polygon annotations specifying the exact boundaries of eggs are in the related labels folders.
|
| 9 |
+
|
| 10 |
+
## Goal
|
| 11 |
+
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).
|
| 12 |
+
A model is trained on this dataset to segments eggs in images.
|
| 13 |
+
This model can also be used for estimating the sizes of the eggs for quality assessment or sorting purposes in factories.
|
| 14 |
+
|
| 15 |
+
## Sample Images
|
| 16 |
+
As an example, the following image is from the dataset. The image is annotated with polygons around the eggs.
|
| 17 |
+
<p align="center">
|
| 18 |
+
<img width="800" height="800" src="./data/images/train/sample22.jpg" alt="Egg sample">
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
## How to Use
|
| 22 |
+
In order to use the dataset for training purposes, one can download the dataset at first and then change the `path`
|
| 23 |
+
in the `data.yaml` file to the absolute path where the data is stored. The `data.yaml` file is in the `data` folder.
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
This dataset is licensed under the Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0).
|