mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00
add ocr, ppyoloe, picodet examples (#1076)
* add ocr examples * add ppyoloe examples add picodet examples * remove /ScaleFactor in ppdet/postprocessor.cc
This commit is contained in:
@@ -71,8 +71,8 @@ bool FastDeployModel::InitRuntimeWithSpecifiedBackend() {
|
||||
}
|
||||
} else if (use_sophgotpu) {
|
||||
if (!IsSupported(valid_sophgonpu_backends, runtime_option.backend)) {
|
||||
FDERROR << "The valid rknpu backends of model " << ModelName() << " are "
|
||||
<< Str(valid_rknpu_backends) << ", " << runtime_option.backend
|
||||
FDERROR << "The valid sophgo backends of model " << ModelName() << " are "
|
||||
<< Str(valid_sophgonpu_backends) << ", " << runtime_option.backend
|
||||
<< " is not supported." << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user