Let your life shine Let your life shine: 9月 2018 9月 2018 ~ Let your life shine

Fix GLib-GIO-Message: Using the 'memory' GSettings backend.

Option 1: Add env variable to .bashrc export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/ Option 2: rename gsettings $ which gsettings ~/anaconda3/bin/gsettings $ ll ~/anaconda3/bin/gsettings -rwxrwxr-x 1 user user 35944 1 23:18 ~/anaconda3/bin/gsettings* # rename it $ cd ~/anaconda3/bin $ mv gsettings gsettings_old References GLib-GIO message pops up when using matplotlib gsettings...

Build OpenCV 3.4.1 with CUDA 9.0 support

Environment Ubuntu 16.04 Anaconda 4.5.4 CUDA 9.0 OpenCV 3.4.1 Python 3.6 Git GeForce GTX 1070 Ti (Pascal GPU) Prerequisites Python environment (anaconda/conda) CUDA 9.0 libraries installed Install dependencies Step 1: Update/Upgrade pre-installed packages $ sudo apt-get update $ sudo apt-get upgrade Step 2: Install developer tools used to compile OpenCV 3.x $ sudo apt-get install build-essential...