Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomoaki0705
tomoaki0705 / CMake.log
Created November 19, 2018 06:22
Building OpenCV 4.0.0 on Raspberry Pi 3
pi@raspberrypi:~ $ time cmake -DCPU_BASELINE=NEON ..
-- The CXX compiler identification is GNU 6.3.0
-- The C compiler identification is GNU 6.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / CMake.log
Created November 19, 2018 06:19
Building OpenCV 4.0.0 on Firefly RK3399
firefly@firefly:~$ time cmake -DCPU_BASELINE=FP16 ..
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / CMake.log
Created November 19, 2018 06:11
Building OpenCV 4.0.0 on Tinkerboard
linaro@tinkerboard:~$ time cmake -DCPU_BASELINE=NEON ..
-- The CXX compiler identification is GNU 6.3.0
-- The C compiler identification is GNU 6.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / CMake.log
Created November 19, 2018 05:56
Building OpenCV 4.0.0 on Jetson TX2
nvidia@tegra-ubuntu:~/opencv-fork/build$ time cmake -DOPENCV_ENABLE_NONFREE=true -DBUILD_EXAMPLE=ON -DWITH_CUDA=ON -DCUDA_ARCH_BIN=6.2 -DOPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules/ -DCPU_BASELINE=FP16 ..
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / opencv_perf_imgproc.log
Created November 12, 2018 02:36
test log of gaussian blur on Firefly RK3399
Time compensation is 0
CTEST_FULL_OUTPUT
OpenCV version: 4.0.0-pre
OpenCV VCS version: 4.0.0-beta-250-g5459c11-dirty
Build type: Release
Compiler: /usr/bin/c++ (ver 5.4.0)
Parallel framework: pthreads
CPU features: N/A
OpenCL Platforms:
ARM Platform
@tomoaki0705
tomoaki0705 / CMake.log
Created October 23, 2018 08:45
Building OpenCV 4.0.0-beta on Jetson TX2
nvidia@tegra-ubuntu:~$ cd opencv-fork/build/
nvidia@tegra-ubuntu:~/opencv-fork/build$ time rm -rf * && time cmake -DWITH_CUDA=ON -DCUDA_ARCH_BIN=6.2 -DOPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules/ .. && time make -j 4 all
real 0m0.373s
user 0m0.032s
sys 0m0.332s
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
@tomoaki0705
tomoaki0705 / failure_opencv_test_video_cpu.log
Created October 11, 2018 08:09
test failure of OpenCL when running on cpu
CTEST_FULL_OUTPUT
OpenCV version: 3.4.3-dev
OpenCV VCS version: 3.4.3-306-g11e2a216c
Build type: N/A
WARNING: build value differs from runtime: Release
Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe (ver 19.0.24215.1)
Parallel framework: ms-concurrency
CPU features: SSE SSE2 SSE3 *SSE4.1 *SSE4.2 *FP16 *AVX *AVX2
Intel(R) IPP version: ippIP AVX2 (l9) 2017.0.3 (-) Jul 31 2017
OpenCL Platforms:
@tomoaki0705
tomoaki0705 / crash_repeat_100_opencv_test_video.log
Created October 11, 2018 08:03
Random crash of OCL_Video/PyrLKOpticalFlow
CTEST_FULL_OUTPUT
OpenCV version: 3.4.3-dev
OpenCV VCS version: 3.4.3-306-g11e2a216c
Build type: N/A
WARNING: build value differs from runtime: Release
Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe (ver 19.0.24215.1)
Parallel framework: ms-concurrency
CPU features: SSE SSE2 SSE3 *SSE4.1 *SSE4.2 *FP16 *AVX *AVX2
Intel(R) IPP version: ippIP AVX2 (l9) 2017.0.3 (-) Jul 31 2017
OpenCL Platforms:
@tomoaki0705
tomoaki0705 / opencv_test_cudabgsegm.log
Created October 6, 2018 14:47
Log of opencv_test_cudabgsegm
Available options besides google test option:
Usage: opencv_test_cudabgsegm.exe [params]
--cuda_device (value:-1)
CUDA device on which tests will be executed (-1 means all devices)
-h, --help (value:false)
Print help info
Run tests on all supported CUDA devices