Engineering model: use TensorRT - Accelerated reasoning under Linux to complete the process from environment installation to training deployment
1. Environment and Version Description
~~~~~~~
● ubuntu 18.04
~~~~~~~
● CUDA 10.0
...
Added by Beauford on Wed, 02 Feb 2022 15:31:07 +0200
Run yolov5 on Xavier and solve the pytorch version compatibility problem
This article mainly describes how I r u n yolov5:v4.0 on Jetson AGX Xavier 0
My Xavier configuration:
JetPack: 4.3cuda:10.0python:3.6.9
YOLOv5
The download training reasoning here runs on the server.
Download yolov5:
git clone https://github.com/Oswells/yolov5.git
Note: This is fork ultralytics/**yolov5 **Yolo V5, version 4.0 of the gre ...
Added by jstgermain on Sat, 22 Jan 2022 02:22:59 +0200
yolov5 train your own dataset
The position of yolo Series in the field of target detection goes without saying. There is a code for training yolov5 implemented by pytorch on github. This paper will use its own data to train a yolov5 model. Reference code address
https://github.com/ultralytics/yolov5/tags
Note that here we select v1.0 under tags 0 version for training, d ...
Added by Sakesaru on Fri, 21 Jan 2022 10:43:30 +0200
Use Darknet to train your own dataset under Windows (model: yolov4 tiny, dataset: garbage classification)
This article mainly introduces how to use Darknet to train your own data set under windows. The model uses yolov4 tiny, and the data set uses your own garbage classification data set (self access required: there are in the resources I upload) PS: This is my first blog. If there are deficiencies, please correct them. Thank you!
Knowledge summar ...
Added by google_man2000 on Tue, 18 Jan 2022 17:17:08 +0200
The target detection model is actually so simple from training to deployment
The task of target detection is to find all interested targets (objects) in the image and determine their categories and positions. It is one of the core problems in the field of computer vision. Target detection has been applied to many fields, such as security, unmanned sales, automatic driving and military.
In many cases, the device running ...
Added by GFXUniverse on Sun, 16 Jan 2022 06:00:23 +0200
OpenVINO2021.4+YOLOX target detection model deployment test
In the previous article, I introduced the YOLOX target detection model. I know that it is based on Pytroch and similar to the YOLOv5 target detection model. The article link is:
YOLOX, which is more powerful than YOLOv5, officially supports OpenVINO reasoning
Based on the ONNX model of YOLOX, this paper tests the models of YOLOX small and Y ...
Added by Thierry on Fri, 14 Jan 2022 07:08:03 +0200
SlowFast - getting started 1 - action recognition - deployment and testing
SlowFast - deployment and testing
brief introduction
GitHub: https://github.com/facebookresearch/SlowFast The official operation example diagram is like this. The features are: the recognized action is atomic action; Each person may be recognized multiple actions at the same time.
Installation deployment
Deployment platform: Polar cha ...
Added by hey_suburbia on Mon, 10 Jan 2022 20:38:24 +0200
Target detection YOLO series: fast iteration YOLO v5
Target detection YOLO series: fast iteration YOLO v5
Author: Glenn Jocher Published on: 2020 Original Paper: no Paper published, through github( yolov5 )Release.
1. Overview
At the beginning of its release, it was controversial. Some people thought it could be called YOLOv5. However, with its excellent performance and perfect engineering sup ...
Added by budz on Mon, 03 Jan 2022 17:21:53 +0200
Darknet evaluates the performance of the trained network
To train a network, we need to evaluate the network, and think about why and how to optimize the network according to the evaluation results. This is a closed loop.
How to evaluate the trained network
First, a parameter of the network is the loss value, which reflects the gap between the results obtained by your trained network and the real v ...
Added by benphelps on Mon, 03 Jan 2022 03:03:38 +0200
SMOKE monocular camera 3D target detection [environment construction]
preface
SMOKE is a real-time monocular 3D object detector for automatic driving. Why pay attention to this article? This is because the obstacle perception of Baidu Apollo 7.0 camera released these two days is also improved based on this model; So it made me interested.
Paper name: smoke: single stage monolithic 3D object detection via keynot ...
Added by ayed on Sun, 02 Jan 2022 12:23:56 +0200