PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.35k stars 2.84k forks source link

PP-YOLOE的前置处理如何做?有无Python示例Code #8979

Closed TommysLee closed 1 month ago

TommysLee commented 1 month ago

问题确认 Search before asking

请提出你的问题 Please ask your question

PP-YOLOE的前置处理如何写?有没有Python或Java的示例Code呢? 搞清楚这个事情,我准备基于DJL实现PP-YOLOE的模型加载与调用。

lyuwenyu commented 1 month ago

按照config里的名字 可以在这里找到对应的实现 https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.7/deploy/python/preprocess.py