Skip to content

Commit 53709d2

Browse files
committed
fix opencv/dnn .h
1 parent 3d022d9 commit 53709d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yolov3-spp/yolov3-spp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <vector>
66
#include <chrono>
77
#include <opencv2/opencv.hpp>
8+
#include <opencv2/dnn/dnn.hpp>
89
#include <dirent.h>
910
#include "NvInfer.h"
1011
#include "cuda_runtime_api.h"

0 commit comments

Comments
 (0)