Basic supplement of digital image and machine vision -- distinguishing bitmap and image processing

1, Picture conversion (1) Original drawing 1. Original sky jpeg(2240*1080) 2. Original drawing information (2) Convert to bitmap 1. Use Photoshop and the drawing tool provided by the computer or IrfanView to change the color format and bit depth of the picture, and convert the original picture into the following pictures, including 32- ...

Posted by noj75 on Fri, 10 Dec 2021 15:40:13 +0100

Other machine learning technologies: decision tree, anomaly detection, PCA

catalogue 1, Definitions and formulas 1. Decision tree 2. Anomaly Detection 3. Principal component analysis PCA 2, Code practice 1. Decision tree: Iris iris Iris data classification 2. Anomaly detection 2.1} visualize the probability density function of Gaussian distribution 2.2} establish a model to realize the prediction of abnormal ...

Posted by kliopa10 on Fri, 10 Dec 2021 11:52:16 +0100

You may also want to have your own AI model file format-

If the reader has not read the first two articles or wants to review them again, the following is the corresponding link: You may also want to have your own AI model file format - (1)https://blog.csdn.net/Pengcode/article/details/121754272You may also want to have your own AI model file format - (2)https://blog.csdn.net/Pengcode/article/detail ...

Posted by khr2003 on Fri, 10 Dec 2021 11:23:41 +0100

Java Native PCM format file to WAV

reference resources pcm to wav_ Little bear blog - CSDN blog_ Professional tool for converting pcm to wav file Introduction to audio format and conversion of pcm to wav_ Lidongxiu0714 CSDN blog_ pcm to wav Background During the development of Hikvision camera, the original voice file (pcm) is obtained by decomposing the audio file in the au ...

Posted by scuba on Fri, 10 Dec 2021 05:18:09 +0100

Learn these steps and simply integrate the atomic power SDK for video editing

After the launch of Huawei video editing service version 6.2.0, we have brought two major changes: rich and diverse AI capabilities and flexible integration methods. In order to let developers get started faster, today's Xiaobian has brought a specific integration method of video editing atomic power SDK. Come and try! 1 development preparatio ...

Posted by PcGeniusProductions on Thu, 09 Dec 2021 03:27:49 +0100

Byte jump safety Ai challenge - Summary of small sample track scheme

1 description of competition questions In real social networks, cheating users will affect the social network platform. In the real scene, there will be many constraints. We can only obtain a small number of cheating samples and a part of normal user samples. Now we need to use a small number of labeled samples to mine the remaining cheating s ...

Posted by NikkiLoveGod on Wed, 08 Dec 2021 02:44:27 +0100

Model engineering practice based on nvidia triton

What is Triton information server? Its predecessor is nvidia's tensorRT. triton adds reasoning deployment support of mainstream TF, pytorch, onnx and other models on the basis of tensorRT. It is a very good reasoning model deployment service. Specific understanding: NVIDIA Triton Inference Server | NVIDIA Developerhttps://developer.nvidia.co ...

Posted by raydenl on Tue, 07 Dec 2021 23:07:59 +0100

Trial production of bad apple project

preface I've been envious of the big guy's ability to make a project of running bad apple with characters, and I've always wanted to try. Recently, I suddenly thought of it, so I did it myself. Many of the codes in the project are borrowed from the big guys. I also thank many big guys for their detailed blogs. It mainly draws lessons from ...

Posted by FrOzeN on Mon, 06 Dec 2021 22:39:04 +0100

cmake uses the tutorial to call opencv external libraries and its own generated libraries

This section is what I encounter when I really use it. I need to build a dynamic library, but this dynamic library depends on some external libraries, such as opencv and matlab. How to build such a dynamic library? How to test when the build is ready? This chapter will introduce the process in detail: 1.ubuntu installation opencv   &nbsp ...

Posted by pbase on Sat, 04 Dec 2021 03:52:51 +0100

[embedded AI Development & Maxim issues] maxim78000 Evaluation Kit AI actual development BUG summary

Part I: [embedded AI Development & Maxim Part IV] maxim78000 Evaluation Kit AI actual combat development II Describes the use of   Maxim78000 Evaluation Kit is the whole process of development and actual combat.      Based on the problems encountered in the development practice and the key and difficult points, thi ...

Posted by oliverj777 on Wed, 01 Dec 2021 21:56:35 +0100