Skip to content

Commit 81fb8e5

Browse files
authored
Merge pull request #34 from datamachines/20220815
Update to 20220815 release: OpenCV 4.6.0 and PyTorch 1.12.1
2 parents 3b31de4 + 716a6d3 commit 81fb8e5

File tree

31 files changed

+12180
-31
lines changed

31 files changed

+12180
-31
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ inc/
5151
# Mac cache
5252
.DS_Store
5353

54-
# Test MP4 files
54+
# Test video files
5555
*.mp4
56+
*.mkv

BuildInfo/cudnn_tensorflow_opencv-11.3.1_2.9.1_3.4.16-20220815/cudnn_tensorflow_opencv-11.3.1_2.9.1_3.4.16-20220815-FFmpeg.txt

+695
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
CTO_FROM : nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04
2+
docker build \
3+
--build-arg CTO_FROM="nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04" \
4+
--build-arg CTO_BUILD="GPU" \
5+
--build-arg CTO_TENSORFLOW_VERSION="2.9.1" \
6+
--build-arg CTO_OPENCV_VERSION="3.4.16" \
7+
--build-arg CTO_NUMPROC="32" \
8+
--build-arg CTO_CUDA_APT="" \
9+
--build-arg CTO_CUDA11_APT_XTRA="" \
10+
--build-arg CTO_CUDA_BUILD="-D WITH_CUDA=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DCUDA_ARCH_BIN=6.0,6.1,7.0,7.5,8.0,8.6 -D WITH_NVCUVID=ON" \
11+
--build-arg CTO_OPENCV_NONFREE="" \
12+
--build-arg LATEST_BAZELISK="1.11.0" \
13+
--build-arg LATEST_BAZEL="5.1.1" \
14+
--build-arg CTO_TF_OPT="v2" \
15+
--build-arg CTO_TF_KERAS="keras" \
16+
--build-arg CTO_TF_NUMPY="numpy" \
17+
--build-arg CTO_DNN_ARCH="6.0,6.1,7.0,7.5,8.0,8.6" \
18+
--build-arg CTO_FFMPEG_VERSION="4.4.2" \
19+
--build-arg CTO_FFMPEG_NVCODEC="11.1.5.1" \
20+
--build-arg CTO_FFMPEG_NONFREE="" \
21+
--build-arg CTO_MAGMA="2.6.2" \
22+
--build-arg CTO_TORCH="1.12.1" \
23+
--build-arg CTO_TORCHVISION="0.13.1" \
24+
--build-arg CTO_TORCHAUDIO="0.12.1" \
25+
--tag="datamachines/cudnn_tensorflow_opencv:11.3.1_2.9.1_3.4.16-20220815" \
26+
-f ubuntu20.04/Dockerfile \
27+
.
28+
-- CUDA NVCC target flags: -gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-D_FORCE_INLINES
29+
-- Added CUDA NVCC flags for: -gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_86,code=compute_86
30+
-- Added CUDA NVCC flags for: -gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_86,code=compute_86
31+
32+
General configuration for OpenCV 3.4.16 =====================================
33+
Version control: unknown
34+
35+
Extra modules:
36+
Location (extra): /usr/local/src/opencv_contrib/modules
37+
Version control (extra): unknown
38+
39+
Platform:
40+
Timestamp: 2022-08-16T20:56:04Z
41+
Host: Linux 5.19.1-051901-generic x86_64
42+
CMake: 3.24.0
43+
CMake generator: Unix Makefiles
44+
CMake build tool: /usr/bin/make
45+
Configuration: Release
46+
47+
CPU/HW features:
48+
Baseline: SSE SSE2 SSE3
49+
requested: SSE3
50+
Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
51+
requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
52+
SSE4_1 (14 files): + SSSE3 SSE4_1
53+
SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
54+
FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
55+
AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
56+
AVX2 (28 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
57+
AVX512_SKX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
58+
59+
C/C++:
60+
Built as dynamic libs?: YES
61+
C++11: YES
62+
C++ Compiler: /usr/bin/c++ (ver 9.4.0)
63+
C++ flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
64+
C++ flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
65+
C Compiler: /usr/bin/cc
66+
C flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
67+
C flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
68+
Linker flags (Release): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
69+
Linker flags (Debug): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
70+
ccache: NO
71+
Precompiled headers: NO
72+
Extra dependencies: m pthread cudart_static dl rt nppc nppial nppicc nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cufft -L/usr/local/cuda/lib64 -L/usr/lib/x86_64-linux-gnu
73+
3rdparty dependencies:
74+
75+
OpenCV modules:
76+
To be built: aruco bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dpm face features2d flann freetype fuzzy hdf hfs highgui img_hash imgcodecs imgproc line_descriptor ml objdetect optflow phase_unwrapping photo plot python3 reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
77+
Disabled: world
78+
Disabled by dependency: -
79+
Unavailable: cvv java matlab ovis python2 ts viz
80+
Applications: apps
81+
Documentation: NO
82+
Non-free algorithms: NO
83+
84+
GUI:
85+
GTK+: YES (ver 3.24.20)
86+
GThread : YES (ver 2.64.6)
87+
GtkGlExt: NO
88+
VTK support: NO
89+
90+
Media I/O:
91+
ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
92+
JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver 80)
93+
WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x020e)
94+
PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.37)
95+
TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.1.0)
96+
JPEG 2000: build (ver 1.900.1)
97+
OpenEXR: build (ver 2.3.0)
98+
GDAL: NO
99+
HDR: YES
100+
SUNRASTER: YES
101+
PXM: YES
102+
103+
Video I/O:
104+
DC1394: YES (ver 2.2.5)
105+
FFMPEG: YES
106+
avcodec: YES (ver 58.134.100)
107+
avformat: YES (ver 58.76.100)
108+
avutil: YES (ver 56.70.100)
109+
swscale: YES (ver 5.9.100)
110+
avresample: NO
111+
GStreamer: YES
112+
base: YES (ver 1.16.3)
113+
video: YES (ver 1.16.3)
114+
app: YES (ver 1.16.3)
115+
riff: YES (ver 1.16.3)
116+
pbutils: YES (ver 1.16.3)
117+
libv4l/libv4l2: NO
118+
v4l/v4l2: linux/videodev2.h
119+
Xine: YES (ver 1.2.9)
120+
121+
Parallel framework: TBB (ver 2020.1 interface 11101)
122+
123+
Trace: YES (with Intel ITT)
124+
125+
Other third-party libraries:
126+
Intel IPP: 2020.0.0 Gold [2020.0.0]
127+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/icv
128+
Intel IPP IW: sources (2020.0.0)
129+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/iw
130+
Lapack: YES (/usr/lib/x86_64-linux-gnu/libopenblas.so -lpthread -lm -ldl)
131+
Eigen: YES (ver 3.3.7)
132+
Custom HAL: NO
133+
Protobuf: build (3.5.1)
134+
135+
NVIDIA CUDA: YES (ver 11.3, CUFFT CUBLAS FAST_MATH)
136+
NVIDIA GPU arch: 60 61 70 75 80 86
137+
NVIDIA PTX archs:
138+
139+
OpenCL: YES (no extra features)
140+
Include path: /usr/local/src/opencv/3rdparty/include/opencl/1.2
141+
Link libraries: Dynamic load
142+
143+
Python 3:
144+
Interpreter: /usr/bin/python3 (ver 3.8.10)
145+
Libraries: /usr/lib/x86_64-linux-gnu/libpython3.8.so (ver 3.8.10)
146+
numpy: /usr/local/lib/python3.8/dist-packages/numpy/core/include (ver 1.23.2)
147+
install path: /usr/lib/python3/dist-packages/cv2/python-3.8
148+
149+
Python (for build): /usr/bin/python3
150+
151+
Java:
152+
ant: NO
153+
JNI: NO
154+
Java wrappers: NO
155+
Java tests: NO
156+
157+
Install to: /usr/local
158+
-----------------------------------------------------------------
159+
160+

0 commit comments

Comments
 (0)