Skip to content

Commit 3a16de2

Browse files
committed
update RF-DETR fine-tuning notebook
1 parent b0fa874 commit 3a16de2

File tree

1 file changed

+42
-51
lines changed

1 file changed

+42
-51
lines changed

notebooks/how-to-finetune-rf-detr-on-detection-dataset.ipynb

Lines changed: 42 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,15 +1008,6 @@
10081008
}
10091009
]
10101010
},
1011-
{
1012-
"cell_type": "markdown",
1013-
"source": [
1014-
"W rezultacie treningu zapisane zostaje kilka"
1015-
],
1016-
"metadata": {
1017-
"id": "SEezDVpLuBiw"
1018-
}
1019-
},
10201011
{
10211012
"cell_type": "code",
10221013
"source": [
@@ -1052,6 +1043,48 @@
10521043
}
10531044
]
10541045
},
1046+
{
1047+
"cell_type": "markdown",
1048+
"source": [
1049+
"## Deploy a Trained RF-DETR Model\n",
1050+
"\n",
1051+
"Deploying to Roboflow allows you to create multi-step computer vision applications that run both in the cloud and your own hardware."
1052+
],
1053+
"metadata": {
1054+
"id": "_4StfMkCpTHf"
1055+
}
1056+
},
1057+
{
1058+
"cell_type": "code",
1059+
"source": [
1060+
"model.deploy_to_roboflow(\n",
1061+
" workspace=\"roboflow-jvuqo\",\n",
1062+
" project_id=\"basketball-player-detection-2\",\n",
1063+
" version=13,\n",
1064+
" api_key=os.environ[\"ROBOFLOW_API_KEY\"]\n",
1065+
")"
1066+
],
1067+
"metadata": {
1068+
"id": "TLPWwPvHpW41",
1069+
"outputId": "92db375d-c3f4-4c15-884f-895f63b2e48f",
1070+
"colab": {
1071+
"base_uri": "https://localhost:8080/"
1072+
}
1073+
},
1074+
"execution_count": null,
1075+
"outputs": [
1076+
{
1077+
"output_type": "stream",
1078+
"name": "stdout",
1079+
"text": [
1080+
"loading Roboflow workspace...\n",
1081+
"loading Roboflow project...\n",
1082+
"View the status of your deployment at: https://app.roboflow.com/roboflow-jvuqo/basketball-player-detection-2/13\n",
1083+
"Share your model with the world at: https://universe.roboflow.com/roboflow-jvuqo/basketball-player-detection-2/model/13\n"
1084+
]
1085+
}
1086+
]
1087+
},
10551088
{
10561089
"cell_type": "markdown",
10571090
"source": [
@@ -1386,48 +1419,6 @@
13861419
}
13871420
]
13881421
},
1389-
{
1390-
"cell_type": "markdown",
1391-
"source": [
1392-
"## Deploy a Trained RF-DETR Model\n",
1393-
"\n",
1394-
"Deploying to Roboflow allows you to create multi-step computer vision applications that run both in the cloud and your own hardware."
1395-
],
1396-
"metadata": {
1397-
"id": "_4StfMkCpTHf"
1398-
}
1399-
},
1400-
{
1401-
"cell_type": "code",
1402-
"source": [
1403-
"model.deploy_to_roboflow(\n",
1404-
" workspace=\"roboflow-jvuqo\",\n",
1405-
" project_id=\"basketball-player-detection-2\",\n",
1406-
" version=13,\n",
1407-
" api_key=os.environ[\"ROBOFLOW_API_KEY\"]\n",
1408-
")"
1409-
],
1410-
"metadata": {
1411-
"id": "TLPWwPvHpW41",
1412-
"outputId": "92db375d-c3f4-4c15-884f-895f63b2e48f",
1413-
"colab": {
1414-
"base_uri": "https://localhost:8080/"
1415-
}
1416-
},
1417-
"execution_count": null,
1418-
"outputs": [
1419-
{
1420-
"output_type": "stream",
1421-
"name": "stdout",
1422-
"text": [
1423-
"loading Roboflow workspace...\n",
1424-
"loading Roboflow project...\n",
1425-
"View the status of your deployment at: https://app.roboflow.com/roboflow-jvuqo/basketball-player-detection-2/13\n",
1426-
"Share your model with the world at: https://universe.roboflow.com/roboflow-jvuqo/basketball-player-detection-2/model/13\n"
1427-
]
1428-
}
1429-
]
1430-
},
14311422
{
14321423
"cell_type": "markdown",
14331424
"source": [

0 commit comments

Comments
 (0)