Commit
·
58f8ba7
1
Parent(s):
fed5d9c
Creado con Colaboratory
Browse files- tutorial.ipynb +2 -3
tutorial.ipynb
CHANGED
@@ -559,7 +559,6 @@
|
|
559 |
"\n",
|
560 |
"import torch\n",
|
561 |
"from IPython.display import Image, clear_output # to display images\n",
|
562 |
-
"from utils.google_utils import gdrive_download # to download models/datasets\n",
|
563 |
"\n",
|
564 |
"clear_output()\n",
|
565 |
"print('Setup complete. Using torch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))"
|
@@ -1159,8 +1158,8 @@
|
|
1159 |
"source": [
|
1160 |
"# Run unit tests\n",
|
1161 |
"%%shell\n",
|
1162 |
-
"#git clone https://github.com/ultralytics/yolov5\n",
|
1163 |
-
"#cd yolov5\n",
|
1164 |
"pip install -qr requirements.txt onnx\n",
|
1165 |
"\n",
|
1166 |
"export PYTHONPATH=\"$PWD\" # to run *.py. files in subdirectories\n",
|
|
|
559 |
"\n",
|
560 |
"import torch\n",
|
561 |
"from IPython.display import Image, clear_output # to display images\n",
|
|
|
562 |
"\n",
|
563 |
"clear_output()\n",
|
564 |
"print('Setup complete. Using torch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))"
|
|
|
1158 |
"source": [
|
1159 |
"# Run unit tests\n",
|
1160 |
"%%shell\n",
|
1161 |
+
"# git clone https://github.com/ultralytics/yolov5\n",
|
1162 |
+
"# cd yolov5\n",
|
1163 |
"pip install -qr requirements.txt onnx\n",
|
1164 |
"\n",
|
1165 |
"export PYTHONPATH=\"$PWD\" # to run *.py. files in subdirectories\n",
|