From ff40b8efaaa86c03f45a41ec3268e7076a837bf5 Mon Sep 17 00:00:00 2001 From: LokeZhou Date: Wed, 8 Feb 2023 12:14:06 +0000 Subject: [PATCH 1/2] ppvehicle_press ppvehicle_retrograde doc fix link test=document_fix --- deploy/pipeline/docs/tutorials/ppvehicle_press.md | 4 ++-- deploy/pipeline/docs/tutorials/ppvehicle_press_en.md | 4 ++-- deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md | 4 ++-- deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_press.md b/deploy/pipeline/docs/tutorials/ppvehicle_press.md index d44c4b58eac..1cb06763e3c 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_press.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_press.md @@ -21,7 +21,7 @@ ### 配置项说明 -[配置文件](../../config/infer_cfg_ppvehicle.yml)中与车辆压线相关的参数如下: +[配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml)中与车辆压线相关的参数如下: ``` VEHICLE_PRESSING: enable: True #是否开启功能 @@ -29,7 +29,7 @@ LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #车道线提取配置文件 model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/pp_lite_stdc2_bdd100k.zip #模型文件路径 ``` -[车道线配置文件](../../config/lane_seg.yml)中与车道线提取相关的参数如下: +[车道线配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)中与车道线提取相关的参数如下: ``` type: PLSLaneseg #选择分割模型 diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md b/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md index 8825bfab556..7cc757a9e5b 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md @@ -22,7 +22,7 @@ Notes: ### Description of Configuration -The parameters related to vehicle line pressing in [config file](../../config/infer_cfg_ppvehicle.yml) is as follows: +The parameters related to vehicle line pressing in [config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml) is as follows: ``` VEHICLE_PRESSING: enable: True #Whether to enable the funcion @@ -30,7 +30,7 @@ LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #lane line seg config file model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/pp_lite_stdc2_bdd100k.zip #model path ``` -The parameters related to Lane line segmentation in [lane line seg config file](../../config/lane_seg.yml)is as follows: +The parameters related to Lane line segmentation in [lane line seg config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)is as follows: ``` type: PLSLaneseg #Select segmentation Model diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md index fa45436a2f1..9633e95baa9 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md @@ -21,7 +21,7 @@ ### 配置项说明 -[配置文件](../../config/infer_cfg_ppvehicle.yml)中与车辆逆行识别模块相关的参数如下: +[配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml)中与车辆逆行识别模块相关的参数如下: ``` LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #车道线提取配置文件 @@ -38,7 +38,7 @@ VEHICLE_RETROGRADE: #车辆静止 fence_line: [] #车道中间线坐标,格式[x1,y1,x2,y2] 且y2>y1。若为空,由程序根据车流方向自动判断 ``` -[车道线配置文件](../../config/lane_seg.yml)中与车道线提取相关的参数如下: +[车道线配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)中与车道线提取相关的参数如下: ``` type: PLSLaneseg #选择分割模型 diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md index 16c94492e9e..ee08d6a41c1 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md @@ -22,7 +22,7 @@ Notes: ### Description of Configuration -[The parameters related to vehicle retrograde in [config file](../../config/infer_cfg_ppvehicle.yml) is as follows: +[The parameters related to vehicle retrograde in [config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml) is as follows: ``` LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #lane line seg config file @@ -38,7 +38,7 @@ VEHICLE_RETROGRADE: move_scale: 0.01 #Filter the threshold value of stationary vehicles. If the vehicle moving pixel is greater than the image diagonal * move_scale, the vehicle is considered moving, otherwise, the vehicle is stationary fence_line: [] #Lane centerline coordinates, format[x1,y1,x2,y2] and y2>y1. If it is empty, the program will automatically judge according to the direction of traffic flow ``` -The parameters related to Lane line segmentation in [lane line seg config file](../../config/lane_seg.yml)is as follows: +The parameters related to Lane line segmentation in [lane line seg config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)is as follows: ``` type: PLSLaneseg #Select segmentation Model From b4f77c3180770b3d19fbb51e99d72832b330f577 Mon Sep 17 00:00:00 2001 From: LokeZhou Date: Wed, 8 Feb 2023 12:45:38 +0000 Subject: [PATCH 2/2] ppvehicle_press ppvehicle_retrograde doc abs path fix rel path test=document_fix --- deploy/pipeline/docs/tutorials/ppvehicle_press.md | 6 +++--- deploy/pipeline/docs/tutorials/ppvehicle_press_en.md | 6 +++--- deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md | 6 +++--- deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_press.md b/deploy/pipeline/docs/tutorials/ppvehicle_press.md index 1cb06763e3c..acf9dc9095f 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_press.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_press.md @@ -21,7 +21,7 @@ ### 配置项说明 -[配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml)中与车辆压线相关的参数如下: +[配置文件](../../config/infer_cfg_ppvehicle.yml)中与车辆压线相关的参数如下: ``` VEHICLE_PRESSING: enable: True #是否开启功能 @@ -29,7 +29,7 @@ LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #车道线提取配置文件 model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/pp_lite_stdc2_bdd100k.zip #模型文件路径 ``` -[车道线配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)中与车道线提取相关的参数如下: +[车道线配置文件](../../config/lane_seg_config.yml)中与车道线提取相关的参数如下: ``` type: PLSLaneseg #选择分割模型 @@ -107,7 +107,7 @@ python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_ppv 3 虚线 车辆压线分析过滤虚线类; -2.车道线通过对分割结果聚类得到,且默认过滤水平方向车道线,若不过滤可在[车道线配置文件](../../config/lane_seg.yml)修改`filter_flag`参数; +2.车道线通过对分割结果聚类得到,且默认过滤水平方向车道线,若不过滤可在[车道线配置文件](../../config/lane_seg_config.yml)修改`filter_flag`参数; 3.车辆压线判断条件:车辆的检测框底边线与车道线是否有交点; diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md b/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md index 7cc757a9e5b..93b93a5e626 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_press_en.md @@ -22,7 +22,7 @@ Notes: ### Description of Configuration -The parameters related to vehicle line pressing in [config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml) is as follows: +The parameters related to vehicle line pressing in [config file](../../config/infer_cfg_ppvehicle.yml) is as follows: ``` VEHICLE_PRESSING: enable: True #Whether to enable the funcion @@ -30,7 +30,7 @@ LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #lane line seg config file model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/pp_lite_stdc2_bdd100k.zip #model path ``` -The parameters related to Lane line segmentation in [lane line seg config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)is as follows: +The parameters related to Lane line segmentation in [lane line seg config file](../../config/lane_seg_config.yml)is as follows: ``` type: PLSLaneseg #Select segmentation Model @@ -107,7 +107,7 @@ The result is shown as follow: 3 Dashed line Lane line recognition filtering Dashed lines; -2.Lane lines are obtained by clustering segmentation results, and the horizontal lane lines are filtered by default. If not, you can modify the `filter_flag` in [lane line seg config file](../../config/lane_seg.yml); +2.Lane lines are obtained by clustering segmentation results, and the horizontal lane lines are filtered by default. If not, you can modify the `filter_flag` in [lane line seg config file](../../config/lane_seg_config.yml); 3.Judgment conditions for vehicle line pressing: whether there is intersection between the bottom edge line of vehicle detection frame and lane line; diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md index 9633e95baa9..57ba922ff35 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde.md @@ -21,7 +21,7 @@ ### 配置项说明 -[配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml)中与车辆逆行识别模块相关的参数如下: +[配置文件](../../config/infer_cfg_ppvehicle.yml)中与车辆逆行识别模块相关的参数如下: ``` LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #车道线提取配置文件 @@ -38,7 +38,7 @@ VEHICLE_RETROGRADE: #车辆静止 fence_line: [] #车道中间线坐标,格式[x1,y1,x2,y2] 且y2>y1。若为空,由程序根据车流方向自动判断 ``` -[车道线配置文件](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)中与车道线提取相关的参数如下: +[车道线配置文件](../../config/lane_seg_config.yml)中与车道线提取相关的参数如下: ``` type: PLSLaneseg #选择分割模型 @@ -113,7 +113,7 @@ python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_ppv 3 虚线 车辆逆行分析过滤虚线类; -3.车道线通过对分割结果聚类得到,且默认过滤水平方向车道线,若不过滤可在[车道线配置文件](../../config/lane_seg.yml)修改`filter_flag`参数; +3.车道线通过对分割结果聚类得到,且默认过滤水平方向车道线,若不过滤可在[车道线配置文件](../../config/lane_seg_config.yml)修改`filter_flag`参数; 4.车辆逆行判断默认过滤水平方向车辆,若不过滤可在[配置文件](../../config/infer_cfg_ppvehicle.yml)修改`filter_horizontal_flag`参数; diff --git a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md index ee08d6a41c1..457f84bfa20 100644 --- a/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md +++ b/deploy/pipeline/docs/tutorials/ppvehicle_retrograde_en.md @@ -22,7 +22,7 @@ Notes: ### Description of Configuration -[The parameters related to vehicle retrograde in [config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/infer_cfg_ppvehicle.yml) is as follows: +[The parameters related to vehicle retrograde in [config file](../../config/infer_cfg_ppvehicle.yml) is as follows: ``` LANE_SEG: lane_seg_config: deploy/pipeline/config/lane_seg_config.yml #lane line seg config file @@ -38,7 +38,7 @@ VEHICLE_RETROGRADE: move_scale: 0.01 #Filter the threshold value of stationary vehicles. If the vehicle moving pixel is greater than the image diagonal * move_scale, the vehicle is considered moving, otherwise, the vehicle is stationary fence_line: [] #Lane centerline coordinates, format[x1,y1,x2,y2] and y2>y1. If it is empty, the program will automatically judge according to the direction of traffic flow ``` -The parameters related to Lane line segmentation in [lane line seg config file](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/pipeline/config/lane_seg_config.yml)is as follows: +The parameters related to Lane line segmentation in [lane line seg config file](../../config/lane_seg_config.yml)is as follows: ``` type: PLSLaneseg #Select segmentation Model @@ -111,7 +111,7 @@ The result is shown as follow: 3 Dashed line Lane line recognition filtering Dashed lines; -3.Lane lines are obtained by clustering segmentation results, and the horizontal lane lines are filtered by default. If not, you can modify the `filter_flag` in [lane line seg config file](../../config/lane_seg.yml); +3.Lane lines are obtained by clustering segmentation results, and the horizontal lane lines are filtered by default. If not, you can modify the `filter_flag` in [lane line seg config file](../../config/lane_seg_config.yml); 4.The vehicles in the horizontal direction are filtered by default when judging the vehicles in the reverse direction. If not, you can modify the `filter_horizontal_flag` in [config file](../../config/infer_cfg_ppvehicle.yml);