Skip to content

Commit 66f9d4f

Browse files
committed
remove useless heads
1 parent bbade51 commit 66f9d4f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <opencv2/opencv.hpp>
99
#include <dirent.h>
1010
#include "NvInfer.h"
11+
#include "NvInferPlugin.h"
1112
#include "yololayer.h"
12-
#include "batchedNMSPlugin.h"
1313

1414
#define CHECK(status) \
1515
do \

yolov5.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "cuda_runtime_api.h"
44
#include "logging.h"
55
#include "common.hpp"
6-
#include "NvInferPlugin.h"
76

87
#define USE_FP16 // comment out this if want to use FP32
98
#define DEVICE 0 // GPU id

0 commit comments

Comments
 (0)