We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbade51 commit 66f9d4fCopy full SHA for 66f9d4f
common.hpp
@@ -8,8 +8,8 @@
8
#include <opencv2/opencv.hpp>
9
#include <dirent.h>
10
#include "NvInfer.h"
11
+#include "NvInferPlugin.h"
12
#include "yololayer.h"
-#include "batchedNMSPlugin.h"
13
14
#define CHECK(status) \
15
do \
yolov5.cpp
@@ -3,7 +3,6 @@
3
#include "cuda_runtime_api.h"
4
#include "logging.h"
5
#include "common.hpp"
6
-#include "NvInferPlugin.h"
7
#define USE_FP16 // comment out this if want to use FP32
#define DEVICE 0 // GPU id
0 commit comments