Add SAM-2.1 fine-tuning notebook #441
Open
+2,033
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a SAM-2.1 fine-tuning notebook. The notebook uses Roboflow to generate a dataset in the SAM-2.1 mask format for use in training models with image datasets.
The notebook is added to the
notebooks
directory, and written for use in Google Colab.The notebook walks through an example of training on a car parts dataset. The dataset includes refined annotations that point to specific parts of a car, such as individual windows and doors. Out of the box, SAM-2.1 tends to label larger regions (i.e. the whole chassis, or the whole car), but with fine-tuning the model starts to improve at more precisely segmenting parts.
The notebook has been tested twice to ensure the code works as expected.
The Roboflow team has published an accompanying tutorial that walks through the notebook in more depth.