Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo committed Mar 31, 2024
1 parent 473b9ca commit 70c5eb4
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 @@ -70,7 +70,6 @@ nvinfer1::IHostMemory* buildEngineYolov8Det(nvinfer1::IBuilder* builder,
*******************************************************************************************************/
nvinfer1::ITensor* data = network->addInput(kInputTensorName, dt, nvinfer1::Dims3{3, kInputH, kInputW});
assert(data);

/*******************************************************************************************************
***************************************** YOLOV8 BACKBONE ********************************************
*******************************************************************************************************/
Expand Down

0 comments on commit 70c5eb4

Please sign in to comment.