[Interpretation of mmDetection Framework] Introduction 1. MMDetection overall construction process, training and testing core components, building fast RCNN configuration file

Preface I am following the monthly release of 2021.09.28: v2.17.0 This article explains the following: mmDetection Training Core ComponentsmmDetection Test Core ComponentsBuild a faster rcnn configuration file using the core components above There is no specific code implementation involved here, but familiarize yourself with the main c ...

Posted by phpcat on Wed, 20 Oct 2021 09:54:58 -0700

Ptorch machine learning - for anchor box and prediction box in YOLO, generate candidate areas and label candidate areas in detail

Pytoch machine learning (IX) -- anchor box and prediction box in YOLO, generating candidate regions and labeling candidate regions in detail catalogue Pytoch machine learning (IX) -- anchor box, prediction box, generating candidate regions and labeling candidate regions in YOLO preface 1, Basic concepts 1. bounding box xyx ...

Posted by rdoylelmt on Wed, 06 Oct 2021 13:01:31 -0700

Target Detection and Seat Balance Analysis

1. Overview This is an application for target detection, followed by target detection (28 messages) YOLOv5 training its own dataset _ONEPIECE_00's blog - CSDN blog And target positioning (28 messages) Target Detection and Target Location _ONEPIECE_00 Blog-CSDN Blog To determine whether there are people on the seat based on the results of the d ...

Posted by hilltopper06 on Tue, 05 Oct 2021 09:02:37 -0700

Improvement of YOLOv5 - loss function for target detection

Improvement of YOLOv5 - loss function for target detection flyfish Full code download address The improved source code is fully compatible with the original YOLOv5:v5 version. At the same time, the backbone supports mobilenetv3 and shufflenetv2, and the original backbone supports all of them Categories include relationships. For example, a t ...

Posted by born4flirt on Tue, 28 Sep 2021 02:52:14 -0700