-
Notifications
You must be signed in to change notification settings - Fork 6
Data labeling Specification
sara-mohajerani edited this page Aug 21, 2022
·
8 revisions
- The data that we use for training will be in form of image.
- We need to collect glass, Aluminum, and plastic.
- We will label the objects with color.
- We need to label objects based on type. Note: plastics have 7 types: PET, HDPE, PVC, LDPE, PP, PS, and Others.
- What is the perspective of the camera? Images are better to be taken from top.
- We need to regulate brightness and contrast.
- We need balanced and diverse datasets. Due to expand the data set we need to use augmentation methods.
- We need deformed and dirty objects in our dataset.
- Dark background is better.
- Due to detecting an object in the image we have to set bounding box for every object, omit the background and detecting the edges.
- The images should have same formats. But they will convert to another formats when it feed into the detection method.
We will have two different kinds of labeling:
- Manual
- Automatic
Here we use Label Studio (https://labelstud.io/) as a tool for labeling images.