How to install OpenCV on Ubuntu 20.04

How to install OpenCV on Ubuntu 20.04 OpenCV(Open Source Computer Vision Library) is an open source computer vision library that supports C++, Python, and Java on all major operating systems. It can work with multicore processes and GPU Accelerated for real-time operation. OpenCV is widely used, including medical picture analysis, street view ...

Posted by magicrobotmonkey on Fri, 18 Feb 2022 04:56:56 +0100

Linux operation and maintenance -- several commonly used commands for viewing system hardware information

Here we recommend a free and convenient mall project: Source code through train > > > Under Linux, we often need to view the hardware information of the system. Here I list the practical commands for viewing the hardware information of the system, classify them and explain them with examples. Execution environment: ubuntu 16.04 1. c ...

Posted by Digwood on Thu, 17 Feb 2022 21:01:43 +0100

Ubuntu 18.0 based on VMware 04 system installation ROS

My blog: Q's blog Configuration preparation: ubuntu18 04 If you encounter other problems, please see some methods at the end of the article, or search by yourself. Installation steps First look WIK of ROS , with Chinese interface, select the appropriate version of the system and the method of ROS installation. This is mainly for Ubuntu 1 ...

Posted by shadownet on Thu, 17 Feb 2022 01:19:13 +0100

[rk356x] [firefly Linux] take you through each partition of Ubuntu firmware during a break

In order to facilitate development and product customization, Ruixin micro has defined a set of firmware partitions, and these partition information is stored in parameter Txt file, Firefly defines its own Ubuntu partition with reference to this file, and the file is parameter Ubuntu Txt, stored in Linux_ Under the device/rockchip/rk356x d ...

Posted by Serpent7 on Sun, 13 Feb 2022 11:56:09 +0100

Play Hudi Docker Demo based on Ubuntu -- Spark write and query

brief introduction Last article Playing Hudi Docker Demo based on Ubuntu (2) -- writing test data to Kafka Describes how to write test data to fkaka cluster. This article describes how to use Spark to consume Kafka data and write the data to HDFS. Hudi is introduced into Spark in the form of Jar package. Types of Hudi tables and queries Tabl ...

Posted by dilum on Fri, 11 Feb 2022 17:01:45 +0100

The most complete in history!!! NVIDIA Xavier under ARM architecture installs ROS melody and uses Sagitar lidar + A-loam to obtain point cloud images

** 1, NVIDIA Xavier under ARM architecture switches domestic sources ** Do not change the software source of AMD architecture PC platform here, but the source used by supporting ARM. First, back up the previous source list sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup Modify source list Tsinghua source is recommended here, an ...

Posted by wittanthony on Fri, 11 Feb 2022 14:40:16 +0100

ROS development environment configuration of VScode combined with docker

Software installation VSCODE There are three installation methods, as follows: stay vscode official website Download the required version and install it directly.Search and install in the software center under ubuntu (the easiest installation, recommended): Install using apt: wget -q https://packages.microsoft.com/keys/microsoft.asc -O- ...

Posted by raymie on Fri, 11 Feb 2022 10:45:42 +0100

Ubuntu16.04 installing cuda10 0/cudnn7. 6.5/openpose and problems (graphics card GTX1660 SUPER)

1, Install cuda10 0,CUDNN7. six point five Please follow the blog post below for the installation tutorial ubuntu16.04 installation of CUDA, cuDNN GTX 1660Ti Note: the latest version of graphics card installation and computer graphics card adaptation 2, CUDA unloading steps No need to uninstall the graphics card driver sudo apt-get rem ...

Posted by Optimo on Thu, 10 Feb 2022 02:02:10 +0100

[3] Local synchronization of ubuntu warehouse

  catalogue 1 Introduction 2 ubuntu official warehouse 3. Significance of warehouse parameters 4 local warehouse creation tool 4.1 rsync 4.2 apt-mirror 5 set timing synchronization 5.1 rules reference resources 1 Introduction Imagine that 10000 Linux developers try to use the Internet to obtain source updates at the same time, but ...

Posted by Sj0wKOoMel on Wed, 09 Feb 2022 09:17:25 +0100

Ubuntu18.04 install dpdk20 11.1 first step! Super detailed!

I Content installation 1.GCC sudo apt install build-essential // Verify gcc version gcc --version gcc --version gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PART ...

Posted by jnutter on Wed, 09 Feb 2022 07:55:24 +0100