talebolano / TensorRT-Scaled-YOLOv4

TensorRT for Scaled YOLOv4(yolov4-csp.cfg)
10 stars 4 forks source link

OpenCV 4 compatibility #4

Closed imchwan closed 3 years ago

imchwan commented 3 years ago

I installed openCV 4.0 and CV_BGR2RGB seems changed to COLOR_BGR2RGB in opencv4.

FYI, I successfully build with openCV4 by changing CV_BGR2RGB to cv::COLOR_BGR2RGB in inference.cpp

talebolano commented 3 years ago

@imchwan yes, there are some differences between opencv3 and opencv4