Tag:raspberry
-
Time:2021-1-10
preface Last time we set up the development environment of tensorflow. It’s convenient to run the test model, but it’s still too large for raspberry pie. Only 0.3 FPS can’t meet the needs of real-time production environment. In this article, we deploy tensorflow Lite for mobile terminal and embedded devices, and run several models to […]
-
Time:2021-1-8
preface Through the efforts of the previous articles, we have installed several mainstream AI frameworks, involving too much code, which is slightly boring. In this article, we try to do some interesting AI applications on this basis, and catch up with the fashion, using codeless development throughout. Now, the biggest challenges in building artificial intelligence […]
-
Time:2021-1-7
Today, we introduce how to use raspberry pie and a USB camera to build a simple monitoring system. With it, we can view the dynamic images captured by the camera on the computer. 1. Camera detection Raspberry pie supports many common USB cameras, such as the one used by Liangxu: This type of camera can […]
-
Time:2020-12-9
preface I saw sprite’s rendering of react to embedded LCD screen. I thought it was very interesting. React can be rendered to embedded LCD. Is Vue OK? So what we have to do in this paper is: As the title shows, the Vue is rendered to an embedded LCD screen. The LCD screen used here […]
-
Time:2020-11-29
[TOC] Introduction to dig It is a tool for querying DNS records, including ns records, a records, MX records and other related information. install testing environment What I use here is: Hardware: Raspberry pie 4B System: Raspberry PI OS (32 bit) with desktop Start installation In the beginning, I used apt get to install it […]
-
Time:2020-11-27
Construction and maintenance of raspberry pie intranet penetration pi Overview [](http://neiwangchuantou.cn/arc…Chapter links) Today, we mainly talk about the use ofNetwork cloud wear officialIt provides the function of Intranet penetration to visit the website of raspberry pie on the Internet, and remote management through SSH. Raspberry pie(http://neiwangchuantou.cn/arc…Chapter links) Raspberry pie is a microcomputer based on ARM […]
-
Time:2020-11-24
If you want to buy a toy, raspberry pie is definitely the best choice. For the introduction of raspberry pie, Liangxu will not repeat it, baidu searched a lot. In short, raspberry pie is a small computer, we can use it to learn Linux, but also can expand to make a lot of fun toys. […]
-
Time:2020-11-13
preface The last article said that we let the face in the video automatically put on the mask. This article talks about how to restore the face when the lower part is blocked. Face editing confrontation network sc-fegan When it comes to image editing, everyone is familiar with Photoshop, which can handle almost all daily […]
-
Time:2020-11-11
Driving AWS deep racer, you are the most beautiful guy in this street! To help you better learn the mobile phone, Amazon Web Services (AWS) provides an interesting and cool way – the game and competition of self driving cars. Want to learn quickly on the mobile phone? Do you want to know the actual […]
-
Time:2020-10-31
preface Although the raspberry pie of this generation has increased the memory, the limitation of the main frequency makes it impossible to use the pure motherboard for reasoning directly. In this article, we introduce the deployment of openvino nerve rods on raspberry pies to further improve the reasoning speed of AI. Intel’s neural compute stick […]
-
Time:2020-10-30
preface In the last article, we installed the openvino environment on raspberry pie, and ran several official demos as the key point of model transformation. Taking the implementation of various versions of Yolo as an example, we will do the implementation in this article. Target detection is a mature field of artificial intelligence applications, not […]
-
Time:2020-10-19
preface Last time we have all the hardware ready. In this article, we will build a raspberry pie system and install some necessary tools and software. Raspberry pie There are many operating systems for raspberry pie. We take win10 as the main computer and the latest official version of 2020.8.20 as an example. First download […]