Caffe studies unbutun18 Configure Caffe OCR under 04

Caffe learning (8) unbutun18 Configure Caffe OCR under 04 preface Whereas https://github.com/senlinuc/caffe_ocr There is no linux version. Here is a record of how to convert the Windows version to the linux version Preparation stage https://github.com/senlinuc/caffe_ocr https://github.com/BVLC/caffe Installing caffe Here is mainly to ...

Added by tomsasse on Wed, 02 Feb 2022 08:32:52 +0200

Paddedetection tutorial

Detailed tutorials can be used for reference Official documents 1, Installation instructions Before installing PaddleDetection, you need to install dependency PaddlePaddle first. You can think of it as a kernel and install PaddleDetection with it. First, we can create a new virtual environment named paddle and activate the environment. cond ...

Added by joecooper on Wed, 02 Feb 2022 06:24:35 +0200

Chapter 5 error back propagation

The fourth chapter introduces the implementation of a two-layer neural network, in which the method of obtaining the gradient is numerical differentiation. This method is relatively simple, but the speed is slow. This will greatly affect the performance of neural network. This paper introduces a faster method to obtain the gradient, whic ...

Added by carrotcake1029 on Wed, 02 Feb 2022 02:43:14 +0200

Configuring python virtual environment on remote server through Anaconda under Mac os

1, SSH management software Here I recommend a software I am using, termius. Termius is a very easy to use and beautiful SSH client, which can quickly control the server remotely and customize your favorite themes Termius not only covers Windows, Linux and OSX, but also supports Android and iOS (in the future, you can take out your mobile phone ...

Added by the_NEWBIE_ON_THE_BLOCK on Wed, 02 Feb 2022 02:31:04 +0200

Train an image classifier with one line of code (Luwu Tutorial Series)

Hello, guys, long time no see... (really * long time no see =.) I haven't written a blog for a long time. To apologize, I spent the whole day on the big guys today ~ that's the theme I'm going to talk about this time - Luwu~ So, what is Luwu? It's a spicy chicken open source project written by bencai chicken What's the use of this spicy ch ...

Added by polarbear66 on Tue, 01 Feb 2022 21:25:37 +0200

Novice zero foundation tutorial: running cornernet under Windows_ Lite source code

·For related learning of CornerNet, please refer to my other articles~ This article is more detailed. Zero basic Xiaobai can also run out of the program through this article. The author is just getting started. If there are deficiencies, please point out more! 1, Foreword 1. Relevant references The key to this tutorial is to re ...

Added by JamieWAstin on Tue, 01 Feb 2022 19:20:17 +0200

Ox tail sweeps the shadow and tiger head opens the blind box. Three volume online disc competition, ranking evaluation 0.59168

Ox tail sweeps the shadow and tiger head opens the blind box. Three volume online disc competition, ranking evaluation 0.59168 Baidu online AI competition: document image shadow elimination, and the prize pool is a mysterious gift package. The prize pool is a blind box. I'm a little curious. 1, Document image shadow elimination In life, whe ...

Added by bumbar on Tue, 01 Feb 2022 15:08:08 +0200

anaconda configures the tensorflow GPU environment and uses it in the jupyter notebook (two methods: in the command line / anaconda)

This article is about how Anaconda configures the tensorflow GPU environment. It will be through the command line and anaconda. Readers can choose by themselves. let's go! The contents of chapters 1 and 2 in the following table of contents are the same, but the methods are different. Choose one of them. 1, Creating tensorflow virtual enviro ...

Added by Bac on Tue, 01 Feb 2022 13:50:29 +0200

Four layer CNN based on pytorch MNIST data set, with a test accuracy of 99.77%

MNIST dataset MNIST dataset is already a "chewed" dataset. Many tutorials will "start" on it and almost become a "model" However, some people may not know it very well. Let's introduce it MNIST datasets are available in http://yann.lecun.com/exdb/mnist/ Get, which consists of four parts: Training set images: ...

Added by onlyteo on Mon, 31 Jan 2022 22:24:18 +0200

Implementation of keras version of DeepLab-V3 + semantic segmentation Neural Network

Implementation of keras version of DeepLab-V3 + semantic segmentation Neural Network network structure Deeplab series network models are developed from ResNet residual module, and on this basis, they are integrated with the implementation of empty convolution. Compared with Deeplab v3, Deeplab v3 + introduces the encoder decoder structure c ...

Added by phorman on Mon, 31 Jan 2022 09:09:55 +0200