We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34be665 commit 4516746Copy full SHA for 4516746
section_2_sensor_data_processing/5_object_detection.ipynb
@@ -71,6 +71,7 @@
71
"os.environ[\"CUDA_VISIBLE_DEVICES\"] = \"0\"\n",
72
"\n",
73
"import time\n",
74
+ "import cv2\n",
75
"import numpy as np\n",
76
"import tensorflow as tf\n",
77
"from glob import glob \n",
@@ -95,13 +96,6 @@
95
96
"MODEL_ROOT = \"object_detection/model\""
97
]
98
},
- {
99
- "cell_type": "code",
100
- "execution_count": null,
101
- "metadata": {},
102
- "outputs": [],
103
- "source": []
104
- },
105
{
106
"cell_type": "markdown",
107
"metadata": {},
@@ -854,7 +848,7 @@
854
848
"name": "python",
855
849
"nbconvert_exporter": "python",
856
850
"pygments_lexer": "ipython3",
857
- "version": "3.9.6"
851
+ "version": "3.9.7"
858
852
859
853
"vscode": {
860
"interpreter": {
0 commit comments