Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created March 25, 2023 20:38
Show Gist options
  • Save hugozanini/29b967810c2b263a270d1d05ded39816 to your computer and use it in GitHub Desktop.
Save hugozanini/29b967810c2b263a270d1d05ded39816 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "bUbmy674bhpD",
"outputId": "4c13559e-a253-4f9c-ce57-3aa96c144a7d"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"--2023-03-19 15:58:44-- https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt\n",
"Resolving github.com (github.com)... 140.82.112.4\n",
"Connecting to github.com (github.com)|140.82.112.4|:443... connected.\n",
"HTTP request sent, awaiting response... 302 Found\n",
"Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/511187726/ba7d01ee-125a-4134-8864-fa1abcbf94d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230319%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230319T155844Z&X-Amz-Expires=300&X-Amz-Signature=6db1ad6f2402785b29b559e071a34db75e75735243355f421cdf8cbb6913ddc2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=511187726&response-content-disposition=attachment%3B%20filename%3Dyolov7-tiny.pt&response-content-type=application%2Foctet-stream [following]\n",
"--2023-03-19 15:58:44-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/511187726/ba7d01ee-125a-4134-8864-fa1abcbf94d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230319%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230319T155844Z&X-Amz-Expires=300&X-Amz-Signature=6db1ad6f2402785b29b559e071a34db75e75735243355f421cdf8cbb6913ddc2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=511187726&response-content-disposition=attachment%3B%20filename%3Dyolov7-tiny.pt&response-content-type=application%2Foctet-stream\n",
"Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ...\n",
"Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.\n",
"HTTP request sent, awaiting response... 200 OK\n",
"Length: 12639769 (12M) [application/octet-stream]\n",
"Saving to: ‘yolov7-tiny.pt’\n",
"\n",
"yolov7-tiny.pt 100%[===================>] 12.05M --.-KB/s in 0.1s \n",
"\n",
"2023-03-19 15:58:44 (106 MB/s) - ‘yolov7-tiny.pt’ saved [12639769/12639769]\n",
"\n"
]
}
],
"source": [
"# download COCO starting checkpoint\n",
"!wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment