Detailed interpretation of Detectron2 "quick start" detection tutorial lab notebook
Detectron quick start
official Colab Notebook Read the Getting Started section on:
1. Use the pre trained Detectron2 model
To download an image, we need to create a detectron2 config, and then create a Default Predictor according to the config for single image reasoning.
cfg = get_cfg() # Get Default Config
# According to mask_ rcnn_ R_ 50_ ...
Added by plimpton on Sat, 19 Feb 2022 05:59:11 +0200
pixhawk flight control openmv -- precise landing of apm code
I Precision landing overview
1. General UAVs are gradually gaining greater use in production and life. JD's logistics UAVs are expected to solve the problem of the last minute of user express delivery, and the requirements for accurate identification and landing of UAVs are becoming higher and higher. After careful research, I decided to u ...
Added by amesowe on Sat, 19 Feb 2022 02:59:33 +0200
Compare your heart with photos: on Valentine's day, spell out a love show with stock photos and blow up a circle of friends
Reprint AI Studio project link https://aistudio.baidu.com/aistudio/projectdetail/3499631?forkThirdPart=1
Compare your heart with photos: on Valentine's day, spell out a love show with stock photos and blow up a circle of friends
Links: [Valentine's day limit] dog food artifact in the circle of friends
The annual Valentine's Day is coming. Pe ...
Added by Hamlets666 on Fri, 18 Feb 2022 21:30:08 +0200
ORB-SLAM2 from theory to code implementation: ORB feature extraction and matching theory and code explanation
1. Theoretical knowledge
Feature points are composed of key points and descriptors. ORB feature points (Oriented FAST and Rotated BRIEF) are composed of Oriented FAST corner points and BRIEF (binary robot independent elemental features) descriptors. Its calculation speed is 100 times that of sift feature points and 10 times that of surf featur ...
Added by frans-jan on Fri, 18 Feb 2022 12:23:25 +0200
"Come, refuse, go, stay" is a small car based on Openmv ranging to identify objects and maintain a constant distance
Recently, a classmate came to me because his graduation project was about to be concluded. His project was to make a car that could recognize the QR code and realize ranging. At the same time, he also hoped that the car would keep a constant distance from the QR code. That is, when the QR code approaches the car, the car will retreat, and when ...
Added by SnakeO on Fri, 18 Feb 2022 12:04:56 +0200
Painless introduction to computer vision and learning notes
Computer vision quick start learning notes
Great cause needs great theory to guide. Code without theory is a rogue
I Overview of artificial intelligence
Turing test: in 1950, Turing put forward the Turing test, that is, a person carries out a series of questions and answers with the other party in a special way without contacting the other ...
Added by tbach2 on Fri, 18 Feb 2022 10:25:10 +0200
It took an hour to write an OCR tool for image and character recognition in Python
Life is short, learn Python!
In the previous article, we tried to use Python to realize text OCR recognition many times!
Today we are going to make an upgraded version: directly write an image character recognition OCR tool!
introduction
Recently, I talked about a demand for image and character recognition in the technical exchange group, w ...
Added by sharke on Thu, 17 Feb 2022 18:19:48 +0200
Pytoch: fast migration of image style
Pytoch: fast migration of image style - residual network, fixed style and arbitrary content
Copyright: Jingmin Wei, Pattern Recognition and Intelligent System, School of Artificial and Intelligence, Huazhong University of Science and Technology
Pytoch tutorial column link
This tutorial is not for commercial use. It is only for learning ...
Added by idire on Wed, 16 Feb 2022 20:03:05 +0200
Pytorch: image style migration
Pytoch: image style migration
Copyright: Jingmin Wei, Pattern Recognition and Intelligent System, School of Artificial and Intelligence, Huazhong University of Science and Technology
Reference
Image Style Transfer Using Convolutional Neural Networks
A Neural Algorithm of Artistic Style
Perceptual Losses for Real-Time Style Transfer a ...
Added by FirePhoenix on Wed, 16 Feb 2022 19:52:14 +0200
Pytorch: Target Detection Network-FPN
Pytorch: Target Detection-Feature Pyramid-FPN
Copyright: Jingmin Wei, Pattern Recognition and Intelligent System, School of Artificial and Intelligence, Huazhong University of Science and Technology
Pytorch Tutorial Column Link
This tutorial is not commercial and is only for learning and reference exchange. If you need to reproduce it, ...
Added by magicmoose on Wed, 16 Feb 2022 19:24:48 +0200