Lane Departure Warning System Based on OpenCV

Lane Departure Warning development environment Ubuntu 16.04 OpenCV C++ Explanation of lane departure warning concept Lane Departure Warning System is called Lane Department warning system in English. Therefore, Lane Departure Warning System is referred to as LDW system in many models. Its main function is to remind the driver by m ...

Posted by messer on Sun, 05 Dec 2021 09:36:08 -0800

CV--Swin TransFromer, you should change the Backbone again

previously on Hello everyone, VIsion Transformer has reached its sixth day. With the passage of time, the difficulty is getting greater and greater. I believe you have learned from ResNet, ViT Transformer and Diet. Today, you have learned the best ICCV paper Swin Transformer in 2021. Swin Transformer directly killed the list on major pound li ...

Posted by mlavwilson on Fri, 03 Dec 2021 18:22:11 -0800

[MAE] implementation of Masked Autoencoders and visualization of pre training

Masked Autoencoders Are Scalable Vision Learners MAE proposes a self supervised training method, which can effectively and train the model and improve the performance of the model. This project realizes the self-monitoring training part and visualizes the training process. network structure The structure of MAE is relatively simple. It is c ...

Posted by derzok on Fri, 03 Dec 2021 17:10:04 -0800

AdvSemiSeg realizes semi supervised semantic segmentation by generating confrontation

Project description Reproduction of Paper "Adversarial Learning for Semi-Supervised Semantic Segmentation" with PaddlePaddle. This project reproduces the classic paper "Adversarial Learning for Semi-Supervised Semantic Segmentation" in semi supervised semantic segmentation field based on PaddlePaddle, and achieves the index of thesi ...

Posted by atomm on Fri, 03 Dec 2021 14:00:05 -0800

GCANet (gated context aggregation network for image defogging and raining)

Atomization treatment can be represented by the following model: I (x): foggy picture J (x): picture of defogging     A :     Global atmospheric light T (x): intermediate transformation mapping, depending on unknown depth information, medium transmission map       The previous defogging methods used r ...

Posted by carlos1234 on Thu, 02 Dec 2021 20:49:46 -0800

[AI Vision] Intelligent Drug Delivery Cart - 1. Redisk and Core Code

review Ben delayed his sophomore electrical settings, and was lucky to join the team halfway. The author had not done camera and visual code before (AI electromagnetic), although there were various regrets in the end, but also temporarily learned a lot of new knowledge. Before the assessment, the foundation and development were completed s ...

Posted by Fractal on Thu, 02 Dec 2021 09:16:12 -0800

OpenCV learning notes 16_ Common edge detection algorithms

edge detection 1, Understanding of edge detection Edge generally refers to the region where the intensity of an image changes sharply in a certain part. There are generally two situations of strength change: Step change: The image value changes from low to high, and the image changes from dark to bright Peak change: From dark to light ...

Posted by ady01 on Wed, 01 Dec 2021 02:53:50 -0800

Meter reading based on PaddleX

Industrial pointer meter reading 1 project description In this project, we mainly introduce how to use target detection and semantic segmentation to realize the reading of pointer meter. In the power and energy plant, the meter readings need to be monitored regularly to ensure the normal operation of equipment and the safety of the plant. Ho ...

Posted by iceman2g on Mon, 29 Nov 2021 16:46:31 -0800

Automatic driving based on Unity

1. Process Software download and installationdata acquisitionCustom datasetModel buildingmodel trainingtestsummaryfollow-up Download address of this project GitHub 1. Software download and installation 1.Download address: https://github.com/udacity/self-driving-car-sim 2. After entering the link, you can choose your own platform to download ...

Posted by Plex on Mon, 29 Nov 2021 07:47:16 -0800

[opencv] image processing: boundary filling, image fusion, image threshold, numerical calculation

The main contents are: boundary filling cv2.copyMakeBorder(), numerical calculation   cv2.add(), change size   cv2.resize(), image fusion   cv2.addWeighted(), image threshold   cv2.threshold() Before we start, let's import the images, which we need in the img. An image display function is defined to facilitate the next dra ...

Posted by hybmg57 on Sun, 28 Nov 2021 12:41:50 -0800