Skip to content

Commit 20dc9d6

Browse files
committed
update docs
1 parent 25da46e commit 20dc9d6

File tree

92 files changed

+276
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+276
-0
lines changed

docs/module_usage/tutorials/cv_modules/anomaly_detection.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,6 @@ The unsupervised anomaly detection module can be integrated into PaddleX pipelin
195195
2. <b>Module Integration</b>
196196

197197
The weights you produce can be directly integrated into the unsupervised anomaly detection module. You can refer to the Python example code in [Quick Integration](#quick), simply replace the model with the path to your trained model.
198+
199+
!!! tip
200+
For some frequently asked questions about our project, please refer to [FAQ](../../../FAQ.en.md). If your question has not been answered, feel free to raise it in [Issues](https://github.com/PaddlePaddle/PaddleX/issues).

docs/module_usage/tutorials/cv_modules/anomaly_detection.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ python main.py -c paddlex/configs/anomaly_detection/STFPM.yaml \
192192
2.<b>模块集成</b>
193193

194194
您产出的权重可以直接集成到图像异常检测模块中,可以参考[快速集成](#三快速集成)的 Python 示例代码,只需要将模型替换为你训练的到的模型路径即可。
195+
196+
!!! tip
197+
关于我们项目的一些常见问题解答,请参考[FAQ](../../../FAQ.md)。如果您的问题没有得到解答,请随时在 [Issues](https://github.com/PaddlePaddle/PaddleX/issues) 中提出。

docs/module_usage/tutorials/cv_modules/face_detection.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,6 @@ The face detection module can be integrated into PaddleX pipelines such as [<b>F
267267
2. <b>Module Integration</b>
268268

269269
The weights you produce can be directly integrated into the face detection module. You can refer to the Python example code in [Quick Integration](#quick), simply replace the model with the path to your trained model.
270+
271+
!!! tip
272+
For some frequently asked questions about our project, please refer to [FAQ](../../../FAQ.en.md). If your question has not been answered, feel free to raise it in [Issues](https://github.com/PaddlePaddle/PaddleX/issues).

docs/module_usage/tutorials/cv_modules/face_detection.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,6 @@ python main.py -c paddlex/configs/face_detection/PicoDet_LCNet_x2_5_face.yaml \
264264
2.<b>模块集成</b>
265265

266266
您产出的权重可以直接集成到人脸检测模块中,可以参考[快速集成](#三快速集成)的 Python 示例代码,只需要将模型替换为你训练的到的模型路径即可。
267+
268+
!!! tip
269+
关于我们项目的一些常见问题解答,请参考[FAQ](../../../FAQ.md)。如果您的问题没有得到解答,请随时在 [Issues](https://github.com/PaddlePaddle/PaddleX/issues) 中提出。

docs/module_usage/tutorials/cv_modules/face_feature.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,6 @@ The face feature module can be integrated into the PaddleX pipeline for [<b>Face
263263
2. <b>Module Integration</b>
264264

265265
The weights you produced can be directly integrated into the face feature module. You can refer to the Python example code in [Quick Integration](#III.-Quick-Integration) and only need to replace the model with the path to the model you trained.
266+
267+
!!! tip
268+
For some frequently asked questions about our project, please refer to [FAQ](../../../FAQ.en.md). If your question has not been answered, feel free to raise it in [Issues](https://github.com/PaddlePaddle/PaddleX/issues).

docs/module_usage/tutorials/cv_modules/face_feature.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,6 @@ python main.py -c paddlex/configs/face_recognition/MobileFaceNet.yaml \
261261
2.<b>模块集成</b>
262262

263263
您产出的权重可以直接集成到人脸特征模块中,可以参考[快速集成](#三快速集成)的 Python 示例代码,只需要将模型替换为你训练的到的模型路径即可。
264+
265+
!!! tip
266+
关于我们项目的一些常见问题解答,请参考[FAQ](../../../FAQ.md)。如果您的问题没有得到解答,请随时在 [Issues](https://github.com/PaddlePaddle/PaddleX/issues) 中提出。

docs/module_usage/tutorials/cv_modules/human_detection.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,6 @@ Other related parameters can be set by modifying the fields under `Global` and `
243243

244244
#### 4.4.2 Model Integration
245245
The weights you produce can be directly integrated into the human detection module. You can refer to the Python sample code in [Quick Integration](#iii-quick-integration) and simply replace the model with the path to your trained model.
246+
247+
!!! tip
248+
For some frequently asked questions about our project, please refer to [FAQ](../../../FAQ.en.md). If your question has not been answered, feel free to raise it in [Issues](https://github.com/PaddlePaddle/PaddleX/issues).

docs/module_usage/tutorials/cv_modules/human_detection.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,6 @@ python main.py -c paddlex/configs/human_detection/PP-YOLOE-S_human.yaml \
242242

243243
#### 4.4.2 模型集成
244244
您产出的权重可以直接集成到行人检测模块中,可以参考[快速集成](#三快速集成)的 Python 示例代码,只需要将模型替换为你训练的到的模型路径即可。
245+
246+
!!! tip
247+
关于我们项目的一些常见问题解答,请参考[FAQ](../../../FAQ.md)。如果您的问题没有得到解答,请随时在 [Issues](https://github.com/PaddlePaddle/PaddleX/issues) 中提出。

docs/module_usage/tutorials/cv_modules/image_classification.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,3 +877,6 @@ The image classification module can be integrated into the [General Image Classi
877877
2.<b>Module Integration</b>
878878
879879
The weights you produce can be directly integrated into the image classification module. You can refer to the Python example code in <a href="#lable">Quick Integration</a> and simply replace the model with the path to your trained model.
880+
881+
!!! tip
882+
For some frequently asked questions about our project, please refer to [FAQ](../../../FAQ.en.md). If your question has not been answered, feel free to raise it in [Issues](https://github.com/PaddlePaddle/PaddleX/issues).

docs/module_usage/tutorials/cv_modules/image_classification.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,3 +876,6 @@ python main.py -c paddlex/configs/image_classification/PP-LCNet_x1_0.yaml \
876876
2.<b>模块集成</b>
877877

878878
您产出的权重可以直接集成到图像分类模块中,可以参考[快速集成](#三快速集成)的 Python 示例代码,只需要将模型替换为你训练的到的模型路径即可。
879+
880+
!!! tip
881+
关于我们项目的一些常见问题解答,请参考[FAQ](../../../FAQ.md)。如果您的问题没有得到解答,请随时在 [Issues](https://github.com/PaddlePaddle/PaddleX/issues) 中提出。

0 commit comments

Comments
 (0)