Skip to content

118 feature implement script for yolo11 training for additional data#131

Open
michalal7 wants to merge 23 commits intodevfrom
118-feature-implement-script-for-yolo11-training-for-additional-data
Open

118 feature implement script for yolo11 training for additional data#131
michalal7 wants to merge 23 commits intodevfrom
118-feature-implement-script-for-yolo11-training-for-additional-data

Conversation

@michalal7
Copy link
Collaborator

@michalal7 michalal7 commented Nov 5, 2025

This PR introduces a training script, an evaluation script, a conversion script for the YCB dataset and a correction of the object_detection node to enable working with the yolo-seg model.

@michalal7
Copy link
Collaborator Author

This is a nice tutorial for training yolo segmentation model with a custom dataset:
https://blog.roboflow.com/how-to-train-yolov8-instance-segmentation/

@michalal7
Copy link
Collaborator Author

@michalal7 michalal7 moved this to Review in ARLab Backlog Nov 5, 2025
Copy link
Collaborator

@chably chably left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved if you want to add the test_data sets to the dev branch

class_names,
frame: np.ndarray | None = None,
use_segmentation: bool = False,
) -> list[dict]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it wanted to leave out the documentation commands for this function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Implement script for yolo11 training on custom dataset and further steps

3 participants