|
1008 | 1008 | } |
1009 | 1009 | ] |
1010 | 1010 | }, |
1011 | | - { |
1012 | | - "cell_type": "markdown", |
1013 | | - "source": [ |
1014 | | - "W rezultacie treningu zapisane zostaje kilka" |
1015 | | - ], |
1016 | | - "metadata": { |
1017 | | - "id": "SEezDVpLuBiw" |
1018 | | - } |
1019 | | - }, |
1020 | 1011 | { |
1021 | 1012 | "cell_type": "code", |
1022 | 1013 | "source": [ |
|
1052 | 1043 | } |
1053 | 1044 | ] |
1054 | 1045 | }, |
| 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 | + }, |
1055 | 1088 | { |
1056 | 1089 | "cell_type": "markdown", |
1057 | 1090 | "source": [ |
|
1386 | 1419 | } |
1387 | 1420 | ] |
1388 | 1421 | }, |
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 | | - }, |
1431 | 1422 | { |
1432 | 1423 | "cell_type": "markdown", |
1433 | 1424 | "source": [ |
|
0 commit comments