Skip to content

Commit

Permalink
Update yolov8_det.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo authored Mar 30, 2024
1 parent 3d45702 commit 357844c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yolov8/yolov8_det.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ bool parse_args(int argc, char **argv, std::string &wts, std::string &engine, bo
wts = std::string(argv[2]);
engine = std::string(argv[3]);
auto sub_type = std::string(argv[4]);

if (sub_type[0] == 'n') {
gd = 0.33;
gw = 0.25;
Expand Down Expand Up @@ -255,4 +254,4 @@ int main(int argc, char **argv) {
//std::cout << std::endl;

return 0;
}
}

0 comments on commit 357844c

Please sign in to comment.