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 4516746 commit 0b89dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions section_2_sensor_data_processing/6_grid_mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"outputs": [],
"source": [
"import os\n",
"import cv2\n",
"\n",
"os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n",
"import tensorflow as tf\n",
Expand Down

0 comments on commit 0b89dc7

Please sign in to comment.