[model training] ubuntu compiles Darknet and YOLO training
Welcome to my official account, reply to 001 Google programming specification. O_o >_< o_O O_o ~_~ o_O Hello, I'm Jizhi horizon. This paper introduces the method of compiling darknet and yolo training on ubuntu.1. Compiling darknet1.1 compiling opencv I won't say much about the installation of cuda and ...
Posted by surajkandukuri on Tue, 30 Nov 2021 05:17:38 -0800
[model training] ubuntu compiles Darknet and YOLO training
Welcome to my official account, reply to 001 Google programming specification.
O_o >_< o_O O_o ~_~ o_O
Hello, I'm Jizhi horizon. This paper introduces the method of compiling darknet and yolo training on ubuntu.
1. Compiling darknet
1.1 compiling opencv
I won't say much about the installation of cuda and ...
Posted by AZDoc on Tue, 30 Nov 2021 03:30:32 -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
11-[LVI-SAM]visual_ feature_ img_ Analysis of callback
2021SC@SDUSC
visual_ feature_ img_ Analysis of callback
In the previous blog, we analyzed one of the callback functions lidar in LVI-SAM_ callback. Through the last blog, we know lidar_callback subscribes to the lidar message and obtains the read-up information through processing, and then puts the dot graph with depth information into the s ...
Posted by zeddeh on Sun, 28 Nov 2021 10:14:35 -0800
Cambrian acceleration platform (MLU200 Series) Fishing Guide -- Analysis of edge end example program
PS: if you want to reprint, please indicate the source. I own the copyright. PS: This is only based on my own understanding, If it conflicts with your principles and ideas, please understand and do not spray.
Environmental description
MLU220 development boardUbuntu18.04 + one mlu270 development hostAarch64 Linux GNU GCC 6. X cross compiling ...
Posted by rwfresh on Sun, 28 Nov 2021 06:07:09 -0800
Understand the broadcast mechanism and the multiplication operation in NumPy and Torch
introduction
numpy and pytorch provide a variety of methods to distinguish when we want to calculate a vector or matrix a times b. Let's sort them out today.
radio broadcast
Before that, we must understand the broadcasting mechanism. Both NumPy and PyTorch have broadcast mechanisms.
When the shapes of the two vectors to be operated (not jus ...
Posted by st3ady on Sun, 28 Nov 2021 02:15:29 -0800
Python basic learning 04
Creation and indexing of list objects
The split method returns a list object ------ > ['h ',' LLO ']
In Python, list objects are represented by lists
List creation:
1.[ ]
l=[1,2,3]
l
[1,2,3]
type(l)
list
Essence of list: multi-element container ------------ > first, a list object can be composed of one or more objects. Th ...
Posted by jmaccs64 on Sat, 27 Nov 2021 18:05:13 -0800
Python beautifies pictures without knowing the day after getting drunk? (Code attached)|Machine Learning
Catalog
Preface
Project Description
Project structure
Data preparation
Magic Change Code
summary
Preface
According to another article of mine: How to Beautify Photos, DPED Machine Learning Open Source Project Installation Use | Machine Learning_ Alan's Blog - CSDN Blog
The DPED project was found to require commanded execution and a ...
Posted by misteraven on Sat, 27 Nov 2021 09:49:27 -0800
ROS learning IX. image processing package in ROS RGBD image to PCL
preface
Recently, I'm doing simulation again. I need to turn the RGBD camera into a point cloud.
Image processing package provided by ROS_ pipeline
ROS provides tools for monocular, binocular, depth image processing, camera calibration and visualization, which are included in the integration module image_ In pipeline. There are mainly th ...
Posted by akrocks_extreme on Mon, 22 Nov 2021 11:09:27 -0800