"Space guard" based on propeller -- geosynchronous geostationary orbit space target detection system

Introduction to project background and competition questionsSatellites are widely used and many industries rely on them every day. We usually classify the orbit of artificial earth satellites into low orbit (200 km ~ 2000 km), medium orbit (2000 km ~ 20000 km) and high orbit (more than 20000 km) according to the altitude.The geostationary orbit ...

Added by matthewd on Sat, 19 Feb 2022 22:19:08 +0200

RegSeg rethinks beyond DeepLab, BiSeNetv2_ copy

AI Studio project link https://aistudio.baidu.com/aistudio/projectdetail/3451057 This paper reproduces CVPR2021, rethinks void convolution, surpasses Deeplab and BiseNetv2, and enables segmentation to achieve real-time + high precision 1, The 17th National College Student smart car competition: Online qualification competition of complete mod ...

Added by interpim on Sat, 19 Feb 2022 21:12:23 +0200

ReID pedestrian re recognition (training + detection, with code) can be used for image retrieval, stranger retrieval and other items

You can learn the code with the paper and ReID below GitHub - michuanhaohao/ReID_tutorial_slides: courseware of deep learning and pedestrian recognitionDeep learning and pedestrian recognition, Dr. Luo Hao, Zhejiang University_ Beep beep beep_ bilibilihttps://www.bilibili.com/video/BV1Pg4y1q7sN?from=search&seid=12319613973768358764&spm_ ...

Added by neerav on Sat, 19 Feb 2022 20:37:39 +0200

Original SLAM exercise - rigid body rotation in three-dimensional space

Handwritten SLAM notes from zero Rotation mode conversion Title 1: the known rotation matrix is defined as rotating 45 ° along the Z axis. Please initialize the rotation vector, rotation matrix, quaternion and Euler angle according to this definition. Please program: 1. The mutual conversion relations of the above four expressions ...

Added by jonasr on Sat, 19 Feb 2022 13:20:47 +0200

Comparison between WebGL and WebGPU [4] - Uniform

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python actual combat quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 Catalogue* 1. WebGL 1.0 Uniform + 1.1. Addressing with WebGLUniformLocation + 1.2. uniformMatrix[234]fv for matrix assignment + 1.3. Scalar a ...

Added by mckinney3 on Sat, 19 Feb 2022 03:55:08 +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

DistributedDataParallel:Expected tensor for argument 1 'input' to have the same device as tensor for

Record the bug s encountered in distributed training using pytorch's DistributedDataParallel for the first time: Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight Background: single machine multi card parallel training using linux server, pytorch version 1.7, python 3.0 7,cuda101 After consulti ...

Added by cretam on Fri, 18 Feb 2022 23:22:40 +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

Five interesting Python hand training projects, with code

  Python is not only easier to use than other programming languages. In life, the technical scope of Python may not be as deep as that of other programming languages, but Python is definitely the most grounded. In theory, Python's affinity to the people can also be said to be the position of big brother. So what interesting little functions ...

Added by cowboy_x on Fri, 18 Feb 2022 19:34:11 +0200

Simulated annealing algorithm Python Programming multivariable function optimization

1. Simulated annealing algorithm Simulated annealing algorithm draws lessons from the idea of statistical physics. It is a simple and general heuristic optimization algorithm, and has probabilistic global optimization performance in theory. Therefore, it has been widely used in scientific research and engineering. Annealing is a process in whi ...

Added by AcidDriver on Fri, 18 Feb 2022 13:42:26 +0200