Replies: 1 comment
-
@ffamoss hello! It looks like you're working on training a custom segmentation model with YOLOv8 and encountering some issues with segmenting parts of a larger object. Segmentation tasks can be quite sensitive to various hyperparameters and training data quality. Here are a few suggestions that might help improve your segmentation results:
Remember, it's often a process of trial and error to find the right combination of parameters and settings. Keep experimenting, and don't hesitate to check the Segmentation Docs for more detailed guidance. Good luck with your model training! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi. I try to train custom segmentation model. Play with different parameters like:
yolo task=segment mode=train model=yolov8s-seg.pt data=polygon_docker.yaml device=0,1 epochs=100 imgsz=640 single_cls=True cache=True degrees=0.0 scale=0.0 perspective=0.0 max_det=1000
But i can't fix issue like this
What parameters i should change to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions