更新pptinypose模型

This commit is contained in:
Zheng-Bicheng
2023-02-15 20:55:26 +08:00
parent 53333c5db6
commit 2b1631b563
2 changed files with 6 additions and 1 deletions

View File

@@ -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();