mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-28 02:53:39 +08:00
[FlyCV] Bump up FlyCV -> official release 1.0.0 (#916)
This commit is contained in:
@@ -106,7 +106,7 @@ bool StridePad::ImplByFlyCV(Mat* mat) {
|
||||
fcv::Mat new_im;
|
||||
// top, bottom, left, right
|
||||
fcv::copy_make_border(*im, new_im, 0, pad_h, 0, pad_w,
|
||||
fcv::BorderTypes::BORDER_CONSTANT, value);
|
||||
fcv::BorderType::BORDER_CONSTANT, value);
|
||||
mat->SetMat(new_im);
|
||||
mat->SetHeight(new_im.height());
|
||||
mat->SetWidth(new_im.width());
|
||||
|
||||
Reference in New Issue
Block a user