Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Correction: YOLO-based intelligent recognition system for hidden dangers at construction sites

  • The PLOS One Staff

The algorithm text appears incorrectly in the article, as it should have appeared in sequence. The correct full Algorithm are:

Algorithm 1 Pseudocode for the YOLO-CGBSE algorithm

Input: images Img, Bounding box coordinates Bx, By, width Bw, height Bℎ

Output: Class probabilities Pc and Predicted Bounding box coordinates

1: Initialize: Img = Img_train(80%) + Img_val(20%);

2: batch_size = 24;

3: epochs E = 200;

4: Generation G = 200;

5: for i = 1 : G do

6: for j = 1 : batcℎ_size do

7: Load yolo hyperparameters configuration file;

8: Run Genetic Algorithm (GA) to obtain best hyperparameter values;

9: end for

10: end for

11: Training Stage:

12: for i = 1 : E do

13: Load optimized yolo training parameters from GA;

14: Training on the Img_train with the YOLO-CGBSE;

15: Evaluating algorithm using Img_val;

16: end for

17: save optimal checkpoint bestweight.pt

The publisher apologizes for the errors.

Reference

  1. 1. Li H, Jin P, Zhan L, Yan W, Guo S, Sun S. YOLO-based intelligent recognition system for hidden dangers at construction sites. PLoS One. 2025;20(9):e0332042. pmid:40961170