Ver Fonte

Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleX into develop_jf

will-jl944 há 4 anos atrás
pai
commit
90814ed88a

+ 4 - 0
.github/ISSUE_TEMPLATE/1_data.md

@@ -2,4 +2,8 @@
 name: 1. 数据类问题
 about: 数据标注、格式转换等问题
 ---
+
+**PaddleX版本**  
+您使用的PaddleX版本
+
 数据类型:请说明你的数据类型,如图像分类、目标检测、实例分割或语义分割

+ 4 - 0
.github/ISSUE_TEMPLATE/2_train.md

@@ -4,6 +4,10 @@ about: 模型训练中的问题
 ---
 
 问题类型:模型训练  
+
+**PaddleX版本**  
+您使用的PaddleX版本
+
 **问题描述**  
 
 ====================  

+ 4 - 0
.github/ISSUE_TEMPLATE/4_gui.md

@@ -3,6 +3,10 @@ name: 4. PaddleX可视化客户端使用问题
 about: PaddleX可视化客户端使用问题
 ---
 问题类型:PaddleX可视化客户端  
+
+**PaddleX GUI版本**  
+您使用的PaddleX GUI版本
+
 **问题描述**  
 
 ===================================  

+ 4 - 0
.github/ISSUE_TEMPLATE/5_other.md

@@ -4,6 +4,10 @@ about: 所有问题都可以在这里提
 ---
 
 问题类型:其它  
+
+**PaddleX版本**  
+您使用的PaddleX版本
+
 **问题描述**  
 
 ========================

+ 4 - 4
README.md

@@ -29,15 +29,15 @@
 * [点击查看回访录播](https://aistudio.baidu.com/aistudio/education/group/info/24531)
 
 
-* Day① 6.28 20:15-21:30 
+* Day① 6.28 20:15-21:30
    * 主题:工业算法选型及调优策略
 
-* Day② 6.29 20:15-21:30 
+* Day② 6.29 20:15-21:30
     * 主题:安防及智慧城市典型方案
     * [表计检测案例](https://paddlex.readthedocs.io/zh_CN/develop/examples/meter_reader.html)
 
 
-* Day③ 6.30 20:15-21:30 
+* Day③ 6.30 20:15-21:30
    * 主题:产业高性能高效部署方案
 
 ## 欢迎大家扫码入群交流:
@@ -143,7 +143,7 @@ pip install paddlex -i https://mirror.baidu.com/pypi/simple
 * 卫星遥感:
   * [RGB遥感影像分割](https://paddlex.readthedocs.io/zh_CN/develop/examples/remote_sensing.html)
   * [多通道遥感影像分割](https://paddlex.readthedocs.io/zh_CN/develop/examples/multi-channel_remote_sensing/README.html)
-  * [地块变化检测](https://paddlex.readthedocs.io/zh_CN/develop/examples/multi-channel_remote_sensing/README.html)
+  * [地块变化检测](https://paddlex.readthedocs.io/zh_CN/develop/examples/change_detection.html)
 * [人像分割](https://paddlex.readthedocs.io/zh_CN/develop/examples/human_segmentation.html)
 * 模型多端安全部署
   * [CPU/GPU(加密)部署](https://paddlex.readthedocs.io/zh_CN/develop/deploy/server/index.html)