Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Normalize Object Segmentation Dataset? #856

Open
rangganast opened this issue Oct 8, 2023 · 1 comment
Open

How to Normalize Object Segmentation Dataset? #856

rangganast opened this issue Oct 8, 2023 · 1 comment

Comments

@rangganast
Copy link

Greetings,

I recently studied about Object Segmentation Model and I got some guides thanks to this linkhttps://learnopencv.com/train-yolov8-instance-segmentation/. However, I still really don't know how to normalize the trashcan dataset. I downloaded the original of the trashcan dataset and it's still not normalized (point value not between 0 and 1). Since YOLOv8 requires the user to use the normalized labels dataset.

My question is how to normalize the object segmentation dataset like you did on the trashcan dataset? I need it to apply on other datasets also for my practice.

Thank you so much.

@brmarkus
Copy link

brmarkus commented Oct 8, 2023

Normalization takes place by the framework(s) automatically - it's done at runtime, including resizing with/without considering aspect-ratio when (re-)training the model: the train/val images have a resolution of 480x270, but the training happens with imgsz=640.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants