|
@@ -1,19 +1,31 @@
|
|
## 第01天日志
|
|
## 第01天日志
|
|
->安装python环境、Vscode
|
|
|
|
->使用jupyter lab
|
|
|
|
->下载requirements
|
|
|
|
- 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
|
|
|
|
-----
|
|
|
|
|
|
+> - 安装python环境、Vscode
|
|
|
|
+> - 使用jupyter lab
|
|
|
|
+> - 下载requirements
|
|
|
|
+> - 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
|
|
|
|
+
|
|
## 第02天日志
|
|
## 第02天日志
|
|
-## 第03天日志
|
|
|
|
|
|
+> - Git服务器的使用
|
|
|
|
+> - 注册一个账号
|
|
|
|
+> - 创建一个仓库
|
|
|
|
+> - 创建一个本地
|
|
|
|
+> - 创建一个目录
|
|
|
|
+> - 生成一个README.md
|
|
|
|
+> - 使用git init初始化仓库
|
|
|
|
+> - 使用git add README.md或者 git add *,把文件纳入更新的列表
|
|
|
|
+> - 提交更新的信息:git commit -m "Day2 图像特征"
|
|
|
|
+> - 注意:第一次的时候,需要注明自己的身份:name/mail
|
|
|
|
+> - 指定提交的服务器:git remote add origin http://39.106.24.154:8906/LouisYoung/LLC.git
|
|
|
|
+> - 上传本地仓库到服务器仓库:git push -u origin master
|
|
|
|
+
|
|
## 第03天实训日志
|
|
## 第03天实训日志
|
|
- **1. 任务**
|
|
- **1. 任务**
|
|
> - 任务1:
|
|
> - 任务1:
|