Skip to content

Commit

Permalink
yolov8 det p6
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo committed Mar 31, 2024
1 parent a9daf44 commit a1de9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yolov8/yolov8_det.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void deserialize_engine(std::string &engine_name, IRuntime **runtime, ICudaEngin
assert(serialized_engine);
file.read(serialized_engine, size);
file.close();

*runtime = createInferRuntime(gLogger);
assert(*runtime);
*engine = (*runtime)->deserializeCudaEngine(serialized_engine, size);
Expand Down

0 comments on commit a1de9a3

Please sign in to comment.