Skip to content

Commit

Permalink
Cleanup heads in TRT example
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Feb 18, 2022
1 parent 240ac43 commit d2daea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/tensorrt/main.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#include <cuda_runtime_api.h>
#include <opencv2/opencv.hpp>
#include <iomanip>
#include <iostream>
#include <memory>
#include <fstream>
#include <ostream>
#include <iostream>
#include <sstream>
#include "NvInfer.h"
#include "NvInferPlugin.h"
Expand Down

0 comments on commit d2daea9

Please sign in to comment.