forked from PaddlePaddle/FastDeploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Model] Update PPDetection RKNPU2 (PaddlePaddle#1323)
* 更新docs * 修正docs错误 * 更新docs * 更新python example脚本和ppyoloe转换脚本
- Loading branch information
1 parent
41c5f2d
commit fc6edcc
Showing
6 changed files
with
99 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
examples/vision/detection/paddledetection/rknpu2/picodet.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
examples/vision/detection/paddledetection/rknpu2/yolov8.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
tools/rknpu2/config/ppyoloe_plus_crn_s_80e_coco_quantized.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
mean: | ||
- | ||
- 0 | ||
- 0 | ||
- 0 | ||
std: | ||
- | ||
- 255 | ||
- 255 | ||
- 255 | ||
model_path: ./ppyoloe_plus_crn_s_80e_coco/ppyoloe_plus_crn_s_80e_coco.onnx | ||
outputs_nodes: | ||
- 'p2o.Mul.224' | ||
- 'p2o.Concat.29' | ||
do_quantization: True | ||
dataset: "./ppyoloe_plus_crn_s_80e_coco/dataset.txt" | ||
output_folder: "./ppyoloe_plus_crn_s_80e_coco" |