Skip to content

Commit

Permalink
edit ncnn code
Browse files Browse the repository at this point in the history
  • Loading branch information
ttjjmm committed Jan 18, 2022
1 parent e85d626 commit 13054b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolov5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void Yolov5::decode_infer(ncnn::Mat& feats,

static void generate_grid_center_priors(const int input_height,
const int input_width,
std::vector<int>& strides,
std::vector<int>& strides,
const std::vector<YoloLayerData>& anchors,
std::vector<CenterPrior>& center_priors) {

Expand Down

0 comments on commit 13054b0

Please sign in to comment.