mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-10 02:50:19 +08:00
[Model] Refactor PaddleDetection module (#575)
* Add namespace for functions * Refactor PaddleDetection module * finish all the single image test * Update preprocessor.cc * fix some litte detail * add python api * Update postprocessor.cc
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
namespace fastdeploy {
|
||||
namespace pipeline {
|
||||
PPTinyPose::PPTinyPose(
|
||||
fastdeploy::vision::detection::PPYOLOE* det_model,
|
||||
fastdeploy::vision::detection::PicoDet* det_model,
|
||||
fastdeploy::vision::keypointdetection::PPTinyPose* pptinypose_model)
|
||||
: detector_(det_model), pptinypose_model_(pptinypose_model) {}
|
||||
|
||||
|
Reference in New Issue
Block a user