Categories
Linux Technology

Deploying YOLOv3 on Ubuntu Linux

During this post, I will discuss the experience of deploying and testing the YOLOv3 object detection neural network. YOLO[1] (You Only Look Once) is a state-of-the-art, well-known object detection neural network in the field of computer vision. The project originated in 2016, and several changes have been made on the old one that leads to […]

Categories
Linux Technology

Installing OpenCV 4.2.0 With CUDA on Ubuntu 19.10

In this post, we’ll go through the process of installing OpenCV library 4.2.0 with the contrib package and the CUDA enabled on the latest Ubuntu desktop 19.10. The desktop setup is i9 9900KS and Nvidia 1080 Ti. OpenCV (Open source computer vision) is a famous and useful library in computer vision programming tasks. It provides […]