Skip to content

Commit

Permalink
Update model.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo authored Apr 17, 2024
1 parent ebba1f9 commit a149c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yolov8/src/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ nvinfer1::IHostMemory* buildEngineYolov8DetP6(nvinfer1::IBuilder* builder, nvinf
int& max_channels) {
std::map<std::string, nvinfer1::Weights> weightMap = loadWeights(wts_path);
nvinfer1::INetworkDefinition* network = builder->createNetworkV2(0U);
std::cout << "gd: " << gd << ", gw: " << gw << std::endl;
/*******************************************************************************************************
****************************************** YOLOV8 INPUT **********************************************
*******************************************************************************************************/
Expand Down

0 comments on commit a149c50

Please sign in to comment.