Skip to content

Commit

Permalink
Modified using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
kharitonov-ivan committed Oct 25, 2023
1 parent deff45c commit 443e893
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions tutorial-mot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,35 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"id": "tVDBbLHGQqWb"
"id": "tVDBbLHGQqWb",
"outputId": "f038e53e-6c99-4656-9c80-3f9928ec6671",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [],
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n"
]
}
],
"source": [
"import sys, os\n",
"if 'google.colab' in sys.modules:\n",
" !apt update > /dev/null 2>&1 && apt install libeigen3-dev > /dev/null 2>&1\n",
" !git clone https://github.com/kharitonov-ivan/Multi-Object-Tracking-in-python.git > /dev/null 2>&1\n",
"\n",
" !cd Multi-Object-Tracking-in-python && python -m pip install -e . > /dev/null 2>&1\n",
" !git clone https://github.com/kharitonov-ivan/multi-object-tracking-in-python.git > /dev/null 2>&1\n",
" !cd multi-object-tracking-in-python && python -m pip install -e . > /dev/null 2>&1\n",
" sys.path.append('/content/Multi-Object-Tracking-in-python')\n",
"\n",
"%load_ext autoreload\n",
"%autoreload 2\n",
"import scipy\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt"
"import scipy, numpy as np, matplotlib.pyplot as plt"
]
},
{
Expand Down Expand Up @@ -110,7 +121,7 @@
"height": 322
}
},
"execution_count": 6,
"execution_count": null,
"outputs": [
{
"output_type": "error",
Expand Down Expand Up @@ -149,7 +160,7 @@
"height": 322
}
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "error",
Expand Down Expand Up @@ -188,7 +199,7 @@
"height": 322
}
},
"execution_count": 3,
"execution_count": null,
"outputs": [
{
"output_type": "error",
Expand Down Expand Up @@ -303,7 +314,7 @@
"metadata": {
"id": "_J01aNyroAS4"
},
"execution_count": 20,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -385,7 +396,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
Expand Down Expand Up @@ -471,7 +482,7 @@
"id": "yvDfR1KIfX5H",
"outputId": "ccb1ebf6-372b-43c8-e609-b036436f6645"
},
"execution_count": 3,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down Expand Up @@ -518,7 +529,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
Expand Down Expand Up @@ -558,7 +569,7 @@
"metadata": {
"id": "6hQgZXPddYVX"
},
"execution_count": 13,
"execution_count": null,
"outputs": []
},
{
Expand Down

0 comments on commit 443e893

Please sign in to comment.