This website works better with JavaScript
首页
发现
帮助
注册
登录
jakezou10
/
20200404441zoushijie
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
分支:
master
分支列表
标签列表
master
20200404441zous...
/
README.md
README.md
1.3 KB
永久链接
文件历史
原始文件
day01
##1.任务## 安装code、镜像和jupyter
##2.内容## 3.1. pip install torch -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.2. pip install jupyterlab -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.3. pip install opencv-python -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.4. pip install opencv-contrib-python -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.5. pip install PyQt5 -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.6. pip install PyQtWebEngine -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.7. pip install matplotlib==3.5.0 -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.8. pip install tqdm==4.65.0 -i
https://pypi.tuna.tsinghua.edu.cn/simple
3.9. pip install tensorflow==2.6.0 -i
https://pypi.tuna.tsinghua.edu.cn/simple
##3.要求##
##4.提交##
day02
##1.任务##
##2.内容##
##3.要求##
##4.提交##
day03
任务 > - 任务1: > - 完成UI设计 > - 翻译成py文件 > - 任务2: > - 拍一个照片 > - 利用我们今天讲的Sobel算子,输出一个浮雕效果的图像照片
内容 > - 图像处理 > - 卷积特征 > - Qt的应用编程模式 > - Qt的UI设计与翻译
要求 > - 理解卷积特征 > - 写Qt程序
提交 > - ui文件 > - 翻译文件 > - 拍的照片 + 程序 + 输出文件
day07