Implementation of the whole process of concise cat image classification based on PaddleX

Propeller tool assembly - PaddleXThe whole process development tool of the propeller integrates all the capabilities required for in-depth learning and development such as the core framework, model library, tools and components of the propeller, and opens up the whole process of in-depth learning and development.PaddleX also provides a concise ...

Added by zoreli on Fri, 10 Dec 2021 02:38:56 +0200

Visual SLAM Lecture 14 CH11 code analysis and detailed explanation of exercises after class

If DBoW3 is not installed, the following error will be reported when compiling directly: fatal error: DBoW3/DBoW3.h: No such file or directory #include "DBoW3/DBoW3.h" ^~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/gen_vocab.dir/build.make:82: recipe for target 'CMakeFiles/gen_vocab.dir/gen_vocab_large.cpp.o' failed make[2]: *** ...

Added by wilsonodk on Thu, 09 Dec 2021 18:35:36 +0200

Advanced face detection: sleepiness detection

Today we implement sleepiness detection. If the eyes have been closed for some time, we think they start to doze off and give an alarm to wake them up and attract their attention. We test a video to show the effect. At the same time, the code for turning on the camera is reserved in the code, which can be used after canceling the comment. Bu ...

Added by hawleyj on Thu, 09 Dec 2021 04:42:32 +0200

DICOM image display - DCMTK - three conversions of pixel data

   to display medical images in DICOM format, the original image data must undergo a series of transformations to obtain data that can be directly displayed on the display device (called P Values). DICOM medical image display needs three conversion processes: Modality LUT, VOI LUT and Presentation LUT, and the final output P Values is ...

Added by Francois on Mon, 06 Dec 2021 03:40:57 +0200

Image bit plane information embedding -- the last name and first name are embedded in bit plane 0 and bit plane 1 respectively

Plane introduction For the gray-scale image, each pixel value of the gray-scale image is 0-255, which exactly corresponds to the eight bit binary. For example, the binary representation of 255 is 11111111. The 0-bit plane refers to a binary graph composed of the first binary bit of all pixel values, and the first bit plane refers to a binary g ...

Added by neave on Sun, 05 Dec 2021 13:14:44 +0200

Surface defect detection of steel plate based on PaddleX

Steel defect detection project case 1, Project introduction This project comes from Kaggle's last project Steel surface defect detection competition , this is also a very good case of applying deep learning to traditional industrial material testing. This project will use Baidu PaddlePaddle. PaddleX Develop the deep learning algorithm suite, ...

Added by prabhuksmani on Sat, 04 Dec 2021 03:25:28 +0200

STM32 uses RTC(hal)

1, Introduction to RTC 1.1 INTRODUCTION The abbreviation of real-time clock is RTC(Real_Time Clock). RTC is an integrated circuit, usually called clock chip.-The real-time clock is an independent timer. The RTC module has a set of continuous counting counters, which can provide the function of clock calendar under the corresponding softwa ...

Added by yellowepi on Mon, 29 Nov 2021 22:12:51 +0200

[deep learning practice 2]: cifar10 image classification based on Keras (very detailed, open source code)

  deep learning "hello world“( [deep learning practice 1]: handwritten numeral recognition based on Keras (very detailed, open source code) )It has been updated. If you can recognize handwritten digits, it means that one foot has stepped into the door of deep learning!   today, the blogger brings the second practical conte ...

Added by samohtwerdna on Mon, 29 Nov 2021 10:05:36 +0200

Mobile vit: an improved model with smaller, lighter and higher precision

introduce MobileViT: a lightweight general vision Transformer for mobile devices. According to the author, this is the first lightweight ViT work that can match the performance of lightweight CNN network, representing SOTA! The performance is better than MobileNetV3, CrossViT and other networks.Lightweight convolutional neural network (CNN) is ...

Added by snorcha on Sat, 27 Nov 2021 05:09:31 +0200

Introduction to pytorch

Introduction to pytorch The article is only used to record your own learning. If there is infringement, delete it immediately Some good websites https://github.com/jcjohnson/pytorch-examples Some small projects of pytorch https://pytorch.org/tutorials/ pytorch official tutorial Fastai Michael Nielsen's "Neural Network and Deep Learn ...

Added by bosco500 on Fri, 26 Nov 2021 15:54:41 +0200