mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
更新pptinypose模型
This commit is contained in:
@@ -18,6 +18,7 @@ void RKNPU2Infer(const std::string& tinypose_model_dir,
|
||||
const std::string& image_file) {
|
||||
auto tinypose_model_file =
|
||||
tinypose_model_dir + "/PP_TinyPose_256x192_infer_rk3588_unquantized.rknn";
|
||||
std::cout << tinypose_model_file << std::endl;
|
||||
auto tinypose_params_file = "";
|
||||
auto tinypose_config_file = tinypose_model_dir + "/infer_cfg.yml";
|
||||
auto option = fastdeploy::RuntimeOption();
|
||||
|
Reference in New Issue
Block a user