Skip to content

Commit f35c8fb

Browse files
committed
improve copy in train-yolo26-instance-segmentation-on-custom-dataset.ipynb and train-yolo26-object-detection-on-custom-dataset.ipynb notebooks
1 parent 3880495 commit f35c8fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

notebooks/train-yolo26-instance-segmentation-on-custom-dataset.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,9 @@
13261326
"id": "fUFNm4O0znB2"
13271327
},
13281328
"source": [
1329-
"## Pull model from Roboflow and run it"
1329+
"## Run inference with a Roboflow hosted model\n",
1330+
"\n",
1331+
"Load a trained model from Roboflow and run inference."
13301332
]
13311333
},
13321334
{

notebooks/train-yolo26-object-detection-on-custom-dataset.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,9 @@
11841184
{
11851185
"cell_type": "markdown",
11861186
"source": [
1187-
"## Pull model from Roboflow and run it"
1187+
"## Run inference with a Roboflow hosted model\n",
1188+
"\n",
1189+
"Load a trained model from Roboflow and run inference."
11881190
],
11891191
"metadata": {
11901192
"id": "s9-LsjvCjScT"

0 commit comments

Comments
 (0)