Updated 4/11/2018
Here's my experience of installing the NVIDIA CUDA kit 9.0 on a fresh install of Ubuntu Desktop 16.04.4 LTS.
| #!/usr/bin/env python | |
| import cv2 | |
| import gi | |
| import numpy as np | |
| gi.require_version('Gst', '1.0') | |
| from gi.repository import Gst |
Updated 4/11/2018
Here's my experience of installing the NVIDIA CUDA kit 9.0 on a fresh install of Ubuntu Desktop 16.04.4 LTS.