Skip to content

Commit

Permalink
revise Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YikiDragon committed Jul 11, 2022
1 parent 7995f6b commit c93b3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conda env create -f require.yaml
mkdir photos
```
`photos`文件夹中存放未校正分割的光伏电池板原图。
>光伏电池板原图须为".jpg"或".JPG"
>光伏电池板原图须为".jpg"或".JPG"
### 使用交互式命令行检测
1. 在项目根目录下运行以下指令启动交互式命令行
```
Expand Down Expand Up @@ -133,7 +133,7 @@ python test.py
```
python Demo.py
```
## 关键函数调用方法
### 关键函数调用方法
1. 图像校正
```
from image_utils.py import correct
Expand Down

0 comments on commit c93b3e3

Please sign in to comment.