readme jupyter update
This commit is contained in:
parent
abb6b7233d
commit
7b6c4ce2f5
28
README.md
28
README.md
|
@ -141,6 +141,34 @@ sudo docker cp 容器名称:容器目录 本机宿主目录
|
|||
sudo docker cp ows:/usr/src/app/WebcamFrame /home/用户名 # 举例
|
||||
```
|
||||
|
||||
#### ✅ 方法四:Jupyter 安装(Jupyter版)
|
||||
|
||||
##### 🔥 [opencv-webcam-script Jupyter版 详细教程](./tutorial.ipynb)
|
||||
|
||||
##### 🔑 简易教程
|
||||
|
||||
**注:Jupyter版ows程序通过`Ctrl+Enter` 即可运行单元指令**
|
||||
|
||||
- 第一步:安装
|
||||
|
||||
```shell
|
||||
# 首先手动创建虚拟环境
|
||||
# conda create -n ows python==3.8 # 虚拟环境名称为ows
|
||||
# conda activate ows # 激活虚拟环境
|
||||
!git clone https://gitee.com/CV_Lab/opencv_webcam.git # 克隆
|
||||
%cd opencv_webcam
|
||||
%pip install -qr requirements.txt -U # 安装
|
||||
```
|
||||
|
||||
- 第二步:运行
|
||||
|
||||
```shell
|
||||
!python opencv_webcam.py # 默认按q键退出
|
||||
!python opencv_webcam.py -isasf # 视频帧自动保存
|
||||
```
|
||||
|
||||
|
||||
|
||||
<h3 align="center">使用教程</h3>
|
||||
<hr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue