Skip to content

Commit

Permalink
avoid conflict on cv2 import with apple silicon chips
Browse files Browse the repository at this point in the history
  • Loading branch information
TillBeemelmanns committed Nov 3, 2023
1 parent 34be665 commit 4516746
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions section_2_sensor_data_processing/5_object_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"os.environ[\"CUDA_VISIBLE_DEVICES\"] = \"0\"\n",
"\n",
"import time\n",
"import cv2\n",
"import numpy as np\n",
"import tensorflow as tf\n",
"from glob import glob \n",
Expand All @@ -95,13 +96,6 @@
"MODEL_ROOT = \"object_detection/model\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -854,7 +848,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.9.7"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 4516746

Please sign in to comment.