Skip to content

Commit

Permalink
[Bug Fix] Remove useless code in tracking (PaddlePaddle#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun authored Nov 8, 2022
1 parent 4858a3c commit b0af754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastdeploy/vision/tracking/pptracking/letter_box_resize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ bool LetterBoxResize::operator()(Mat* mat, ProcLib lib) {
<< std::endl;
return false;
}
cv::Mat* im = mat->GetOpenCVMat();
// generate scale_factor
int origin_w = mat->Width();
int origin_h = mat->Height();
Expand Down

0 comments on commit b0af754

Please sign in to comment.