mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Doc] Update Android SDK usage docs (#605)
* [Backend] fix lite backend save model error * [Backend] fixed typos * [FlyCV] optimize the integration of FlyCV * [cmake] close some tests options * [cmake] close some test option * [FlyCV] remove un-need warnings * [FlyCV] remove un-need GetMat method * [FlyCV] optimize FlyCV codes * [cmake] remove un-need cmake function in examples/CMakelists * [cmake] support gflags for Android * [Android] Run button shutter in sub Ui Thread * [Android] Update CameraSurfaceView * [Android] Update Android SDK usage docs
This commit is contained in:
@@ -30,10 +30,10 @@ void RenderingDetection(JNIEnv *env, const cv::Mat &c_bgr,
|
||||
if (AssetsLoader::IsDetectionLabelsLoaded()) {
|
||||
c_vis_im = vision::VisDetection(c_bgr, c_result,
|
||||
AssetsLoader::GetDetectionLabels(),
|
||||
score_threshold, 2, 1.0f);
|
||||
score_threshold, 2, 0.5f);
|
||||
} else {
|
||||
c_vis_im =
|
||||
vision::VisDetection(c_bgr, c_result, score_threshold, 2, 1.0f);
|
||||
vision::VisDetection(c_bgr, c_result, score_threshold, 2, 0.5f);
|
||||
}
|
||||
LOGD("Visualize from native costs %f ms", GetElapsedTime(t));
|
||||
|
||||
|
Reference in New Issue
Block a user