Hi @Jaime3ddev , welcome to this community!
Here is something that may help you.
A typical workflow to generate the labels for each input image would be:
- Annotate a set of training images with the desired segmentations, either manually or using an annotation tool such as Labelbox or RectLabel.
- Preprocess the annotated images and convert the annotations into the desired format, e.g., one-hot encoding for each pixel.
- Train the segmentation algorithm using the annotated images and their corresponding labels as input.
- Validate the trained model using a separate set of validation images and evaluate the performance metrics.
- If necessary, fine-tune the model using additional annotated data or hyperparameter tuning.