Intelligent transportation combination fist - Propeller realizes vehicle category / license plate / speed detection, cross-border head tracking, traffic flow density detection and retrograde detection

Intelligent transportation combination fist - flying paddle realizes vehicle category / license plate / speed detection, cross-border head tracking, traffic flow density detection and retrograde detection General introduction All the codes and files of this project have been uploaded to Baidu aistudio. Partners in need can search the followin ...

Added by Chizzad on Sat, 05 Mar 2022 05:38:58 +0200

Introduction to computer vision based on Paddle -- Lecture 9: detailed explanation of MobilenetV3 network

Station B tutorial address https://www.bilibili.com/video/BV18b4y1J7a6/ introduce Mobilenet is a network series created by Google. It has been released to V3. Each version update is an optimization modification on the previous network. Mobilenet focuses on lightweight networks, which means less network parameters, faster execution speed and ...

Added by schandhok on Mon, 24 Jan 2022 17:01:31 +0200

The most complete Vision Transformer(ViT) paper interpretation and code reproduction (based on the paddle framework)

preface The pioneering work of the VIT model is to use a pure transformer structure, as shown in the title of the paper: AN IMAGE IS WORTH 16X16 WORDS, which embeds the pictures into a series of sequence s, and realizes the effect comparable to the SOTA model in CNN through multiple encoder structures and head s. Image classification t ...

Added by T2theC on Sat, 18 Dec 2021 09:54:15 +0200

Layers and models in Paddle network architecture

Introduction: This is Models and layers in Paddle Learning notes. For the construction and operation of the layer in the pad, the preliminary test and related learning are carried out. Key words: Layer, cushion   § 01 model and layer   model is one of the important concepts in deep learning. The core function o ...

Added by MasterHernan on Sun, 12 Dec 2021 14:37:16 +0200

AI Studio: use the minimalist framework in the paddy framework to identify MNIST

Introduction: ※ identify MNIST program by testing this minimalist Paddle on the network, that is, use a very simple linear regression network, and preliminarily get familiar with the network architecture under Paddle. An example is also given in the tensor conversion program from numpy to Paddle. Keywords: AI Studio, paddy, MNIST   ...

Added by jguy on Sun, 12 Dec 2021 05:30:22 +0200