jupyter update

This commit is contained in:
13339479676 2022-01-26 21:05:08 +08:00
parent c9fb6588be
commit 6683d463e5
1 changed files with 7 additions and 5 deletions

View File

@ -52,9 +52,11 @@
"# 首先手动创建虚拟环境\n",
"# conda create -n ows python==3.8 # 虚拟环境名称为ows\n",
"# conda activate ows # 激活虚拟环境\n",
"!git clone https://gitee.com/CV_Lab/opencv_webcam.git # 克隆\n",
"# 克隆\n",
"!git clone https://gitee.com/CV_Lab/opencv_webcam.git\n",
"%cd opencv_webcam\n",
"%pip install -qr requirements.txt -U # 安装"
"# 安装\n",
"%pip install -qr requirements.txt -U"
]
},
{
@ -162,7 +164,8 @@
"metadata": {},
"outputs": [],
"source": [
"!python opencv_webcam.py -q k # 设置k键退出"
"# 设置k键退出\n",
"!python opencv_webcam.py -q k"
]
},
{
@ -182,8 +185,7 @@
},
"outputs": [],
"source": [
"# 视频帧自动保存\n",
"!python opencv_webcam.py -isasf"
"!python opencv_webcam.py -isasf # 视频帧自动保存"
]
},
{