With the rapid development of machinery and equipment modernization, more and more non-standard shaped parts are designed and put into specific occasions to use to meet the needs of special circumstances. Therefore, h...
详细信息
With the rapid development of machinery and equipment modernization, more and more non-standard shaped parts are designed and put into specific occasions to use to meet the needs of special circumstances. Therefore, how to quickly recognize the shaped parts has become an urgent need for a technology. To recognize shaped parts, deep learning methodssuch as the widely used yolov5s network are commonly employed. However, directly deploying the official network model has drawbacks, including heavy reliance on data, poor detection results for small target objects, and high hardware requirements. These issues increase the threshold for non-professionals to use it. For this reason, this paper designs an improved network based on yolov5s. This paper proposes improvements in terms of both lightness and accuracy. In terms of light weight, the backbone of yolov5s is replaced by MobileNetV3;and the convolution and C3 module of the head part of yolov5s is replaced by phantom convolution and C3Ghost module, and the attention mechanism layer is trimmed to reduce the number of computational parameters and model size. In terms of accuracy, non-maximum suppression (NMs) is improved to soft-NMs;intersection over union (IoU) loss function is replaced with distance-IoU loss function. And trained on the homemade shaped parts dataset, the resultsshow that the average accuracy of the improved network is 99.2% in the test case, the model size is 2.4M, and the detection time is 1.5 ms per image, which is a significant increase in speed and accuracy compared with other unmodified networks, and a substantial decrease in the model size and the number of parameters.
With the development of artificial intelligence technology, human-computer interaction technology through gestures, images and voices has gradually become a hot topic for discussion. A modified yolov5s gesture recogni...
详细信息
With the development of artificial intelligence technology, human-computer interaction technology through gestures, images and voices has gradually become a hot topic for discussion. A modified yolov5s gesture recognition method is proposed in the field of human-computer cooperation by optimizing the network structure of yolov5s backbone, CNN is replaced by Ghostbottleneck module to increase the target occlusion recognition rate. secondly, tensor stitching is added to the output of Ghostbottleneck module for up sampling to strengthen the reuse of image features. Finally, the detection ability of the improved model in the face of complex environment is verified on the self-made data set. Experimental resultsshow that, the mAP@0.5 (mean average precision) of the modified yolov5s is 94.49%, the AP (average precision) is 94.2%. By comparing the yolov5s algorithm, yolov4 algorithm,yolov3 algorithm and ssD algorithm, the detection accuracy of the modified method has been significantly improved, which can fully meet the application requirements of real-time detection of gesture-controlled robots.
Existing target detection algorithms have limitations in complex mine environments like low illumination, small targets, background interference, occlusion, and motion blur. Also, their complex network structures and ...
详细信息
Existing target detection algorithms have limitations in complex mine environments like low illumination, small targets, background interference, occlusion, and motion blur. Also, their complex network structures and large parameter volumes can't meet real-time detection needs of edge devices. Thus, a lightweight network-based multi-target detection method for mine driverless rail locomotive driving areas was proposed. A dataset of seven target images (electric locomotives, miners, etc.) in five scenarios (normal & low illumination, etc.) was constructed. Based on yolov5s, improvements were made: adding a small target detection layer to enhance small target detection;using the GhostBottleNeck module to replace BottleNeck in C3 to build C3Ghost, reducing calculation and parameters and compensating for the added layer;introducing the simAM attention mechanism to focus on targets and suppress interference;replacing CIoU with sIoU loss function to speed up convergence. Experimental resultsshow the proposed lightweight network cuts parameters by 12.3%, boosts mAP by 1.7%, and is more suitable for multi-object detection in mine rail locomotive driving areas.
Infrared vehicle-mounted target detection is an important research direction in assisted driving,but also a very challenging *** infrared target detection methods often have problemssuch as high missed detection rate...
详细信息
ISBN:
(数字)9789887581536
ISBN:
(纸本)9781665482561
Infrared vehicle-mounted target detection is an important research direction in assisted driving,but also a very challenging *** infrared target detection methods often have problemssuch as high missed detection rate and false alarm in complex background,small target size and occlusion scene.A swinT-yolov5salgorithm is proposed by the fusion of attention mechanism and convolutional *** on yolov5salgorithm,a detection layer is added to enhance the detection ability of small target *** CBAM modules are inserted into the backbone network to make the model pay more attention to the useful information and resist the interference of redundant information,so as to improve the detection ability in dense *** addition,the swin Transfomer encoders are used to replace some part of C3 modules to improve the model's ability of mining potential feature details and further improve the detection accuracy of the *** resultsshow that the improved algorithm increases the average precision(IOU=0.5) and precision rate by 5.60% and 4.20% compared with the original yolov5s model,and has good generalization ability in remote small target and overlapping target scenarios.
Detection and tracking of vehicle pedestrians have important application values in the fields of intelligent driving and traffic monitoring. To this end, the study improves the yolov5s algorithm by replacing the backb...
详细信息
ISBN:
(纸本)9798400709777
Detection and tracking of vehicle pedestrians have important application values in the fields of intelligent driving and traffic monitoring. To this end, the study improves the yolov5s algorithm by replacing the backbone network of yolov5s with sGWin Transformer V2, and introduces the CBAM module, while optimizing the sIoU loss function to obtain the improved yolov5s algorithm. The improved yolov5s algorithm is used for the detection of vehicles and pedestrians in real-time video, then the fusion model is used to correlate the motion trajectories of the detected targets, and finally the Kalman filter tracking algorithm is applied to correct the tracking prediction results to realize the fast, accurate and continuous detection and tracking of vehicles and pedestrians. The resultsshow that the tracking and detection accuracy of the method used in the study is 84.7%, and 51 vehicles and 32 pedestrians are accurately labeled. Research algorithms can accurately achieve vehicle and pedestrian recognition in complex road environments, and provide technical guidance for object recognition of the same type.
Water conservancy experts obtain fish school information through analyzing sonar videos, providing objective basis for the construction of fishway and guiding their construction. In order to reduce the missed detectio...
详细信息
As a more common fault type of electrical equipment, the economic loss of electrical equipment caused by the slow identification speed of overheating problems issevere. To solve the above issues, we choose yolov5s as...
详细信息
暂无评论