Skip to content

Commit 0b89dc7

Browse files
avoid conflict on cv2 import with apple silicon chips
1 parent 4516746 commit 0b89dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

section_2_sensor_data_processing/6_grid_mapping.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"outputs": [],
100100
"source": [
101101
"import os\n",
102+
"import cv2\n",
102103
"\n",
103104
"os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n",
104105
"import tensorflow as tf\n",

0 commit comments

Comments
 (0)