This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
jakezou10
/
20200404441zoushijie
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
브렌치:
master
브랜치
태그
master
20200404441zous...
/
README.md
README.md
1.3 KB
고유링크
히스토리
Raw
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