Skip to content

Commit 5ceef51

Browse files
Merge pull request #100 from raymoc/master
Add opencv-python to DeepRacer log Analysis.ipynb
2 parents 459d2c9 + e0fa0a0 commit 5ceef51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

log-analysis/DeepRacer Log Analysis.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
}
8787
],
8888
"source": [
89-
"!pip install shapely"
89+
"!pip install shapely\n",
90+
"!pip install opencv-python"
9091
]
9192
},
9293
{

0 commit comments

Comments
 (0)