A safety monitoring method for dangerous areas based on action trajectory prediction
By deploying cameras and alarm devices in dangerous areas, and using YOLOv5 and Deep Sort algorithms to predict pedestrian trajectories and control the alarm devices to sound an alarm, the problems of manpower requirements and insufficient prediction in existing monitoring methods are solved, and long-term, low-cost security monitoring is achieved.
Patent Information
- Application Number
- CN202210879638.1
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2022-07-25
- Publication Date
- 2025-11-25
- Estimated Expiration
- 2042-07-25
AI Technical Summary
Existing methods for monitoring dangerous areas suffer from high labor costs, high requirements for supervisors' attention and endurance, inability to carry out long-term work, and the inability of electronic fences to predict and dissuade people from trespassing in advance.
A safety monitoring method based on movement trajectory prediction is adopted. Using cameras and alarm devices, pedestrians are detected by the YOLOv5 algorithm, the Deep Sort algorithm is used to track their trajectories, and the least squares method is used to predict the direction of pedestrian movement. The alarm devices are controlled to issue alarms at different frequencies to dissuade people from entering the area by mistake.
It enables long-term monitoring without human intervention, can predict and dissuade unauthorized personnel from entering, avoids unexpected interruptions to projects or experiments, and reduces the risk of loss.
Smart Images

Figure CN116129340B_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the field of safety supervision and monitoring of dangerous areas in engineering and testing, and particularly relates to a safety monitoring method for dangerous areas based on action trajectory prediction. BACKGROUND
[0002] In the process of engineering construction and test detection, the safety of personnel is the top priority and needs to be considered first. Usually, in order to ensure safety, a dangerous area is demarcated and a safety warning line is determined before the construction or test begins, and personnel are reminded and warned by clear signs not to break into the dangerous area to avoid dangerous situations. However, in actual engineering and testing processes, even if clear signs are placed, it is still impossible to prevent some personnel who do not understand the situation from breaking into the dangerous area, which brings great security risks to the construction and testing. Therefore, further supervision and monitoring of the dangerous area is needed on the premise of retaining clear signs.
[0003] The existing dangerous area supervision and monitoring methods mainly have the following ways: manual on-site monitoring method, video monitoring method and infrared electronic fence method.
[0004] The manual on-site monitoring method mainly sends personnel to supervise and manage around the dangerous area or the entrance and exit, observes and timely dissuades personnel who may break into the dangerous area to eliminate security risks. This method can effectively realize the supervision and monitoring of the dangerous area, and can timely prevent the occurrence of dangerous situations before personnel break into the dangerous area, and has a certain predictive nature. However, this method requires a large amount of manpower for some large dangerous areas, and has high requirements for the attention and endurance of the supervisors, which is not conducive to the long-term development of engineering or testing.
[0005] The video monitoring method mainly installs monitoring cameras at each position of the dangerous area, and a small number of personnel can observe and safety supervise and monitor in the video monitoring room. When the trend of personnel breaking into the dangerous area is found, dissuasion can be carried out by relying on broadcasting and alarm. Although this method can greatly reduce the demand for manpower, the attention and endurance of the monitoring personnel are still a big test, and it is impossible to work for a long time.
[0006] The infrared electronic fence method mainly uses the switching mode of infrared signal on-off state for supervision and monitoring. An infrared signal generator and a receiver are respectively arranged on both sides of the warning line in the dangerous area. The generator continuously sends infrared signals for the receiver to receive. When no one crosses the warning line, the receiver receives signals continuously, and the electronic fence works normally without alarm. When someone crosses the warning line, the receiver receives signals discontinuously, and the electronic fence sends an alarm sound and sends a signal to stop construction or test. This method does not need human supervision, and realizes the automation of safety monitoring to a certain extent. However, this method can only alarm and stop construction or test after the safety hazard occurs when someone crosses the warning line, and cannot realize the early perception and dissuasion of the mistaken person. For some special projects or tests, such as long-term aging test, sudden stop will lead to the failure of the test and cause a certain degree of loss. SUMMARY
[0007] The application provides a safety monitoring method for a dangerous area based on action trajectory prediction, which can solve the problems of high labor cost, high requirement for the attention and pressure resistance of supervisors, inability to work for a long time, and inability to early predict and dissuade the mistaken person of the current manual on-site monitoring method and video monitoring method for a dangerous area and the electronic fence method.
[0008] The embodiment of the application provides a safety monitoring method for a dangerous area based on action trajectory prediction, which comprises the following steps: arranging a camera and an alarm device at the dangerous area, and making the visual range of the camera completely cover the dangerous area. Reading the image of the camera. Dividing the image into a dangerous area, a warning area and a safe area, the dangerous area being the area occupied by the dangerous area in the image, the warning area being the area occupied by the preset area in the periphery of the dangerous area in the image, the safe area being all areas in the image except the dangerous area and the warning area, and determining the coordinate range of the dangerous area, the warning area and the safe area. The yolov5 algorithm is used to realize the detection of pedestrians in the image. The Deep Sort algorithm is used to realize the positioning and trajectory tracking of the pedestrians in the image, and the position coordinates of the pedestrians in the image are obtained. The position coordinates of the pedestrians in each frame of image within a preset time length are recorded, and the trajectory sequence of the pedestrians in the image is formed. According to the trajectory sequence, a straight line coordinate function is obtained by using the least square method, and is used as a predicted advancing function. The slope of the predicted advancing function is the predicted advancing direction of the pedestrians in the image. The intersection of the predicted advancing function of the pedestrians and the edge line function of the dangerous area is calculated, and the predicted advancing distance between the pedestrians and the dangerous area in the predicted advancing direction is calculated. According to the position coordinates, the predicted advancing direction and the predicted advancing distance of the pedestrians, the working of the alarm device is controlled.
[0009] In some embodiments, the position coordinates of the bottom center of the bounding box of the pedestrian are recorded in the process of recording the position coordinates of the pedestrian in each frame of image within the preset time length.
[0010] In some embodiments, in the process of obtaining the linear coordinate function according to the trajectory sequence and using the least square method, the function selected for parameter fitting using the least square method is a linear equation, and the expression of the linear equation is y=kx+b, and k and b in the expression are fitted by the position coordinates in the trajectory sequence.
[0011] In some embodiments, if the position coordinates of the pedestrian are outside the coordinate range of the warning area, the alarm device is controlled not to send an alarm signal.
[0012] In some embodiments, if the position coordinates of the pedestrian are within the coordinate range of the warning area and outside the coordinate range of the danger area, and the predicted advancing direction is away from or parallel to the danger area, the alarm device is controlled not to send an alarm signal.
[0013] In some embodiments, if the position coordinates of the pedestrian are within the coordinate range of the warning area and outside the coordinate range of the danger area, and the predicted advancing direction is close to the danger area, the alarm device is controlled to send a first alarm signal.
[0014] In some embodiments, when the alarm device is controlled to send the first alarm signal, a dissuasion prompt is given to the pedestrian.
[0015] In some embodiments, if the predicted advancing direction is still close to the danger area after the alarm device is controlled to send the first alarm signal, the frequency of the first alarm signal is accelerated.
[0016] In some embodiments, in the process of controlling the frequency of the first alarm signal to be accelerated, the frequency of the first alarm signal is gradually accelerated as the predicted advancing distance gradually decreases.
[0017] In some embodiments, if the position coordinates of the pedestrian are within the coordinate range of the danger area, the alarm device is controlled to send a second alarm signal.
[0018] In some embodiments, when the alarm device is controlled to send the second alarm signal, a dissuasion prompt is given to the pedestrian, and an emergency stop operation is performed on the construction or test in the danger area.
[0019] In some embodiments, the alarm device is arranged at the edge line of the danger area.
[0020] According to the safety monitoring method for dangerous area based on action trajectory prediction provided by the embodiment of the application, the following steps are included: arranging a camera and an alarm device at the dangerous area, and making the field of view range of the camera completely cover the dangerous area. An image of the camera is read. The image is divided into a dangerous area, a warning area and a safe area, the dangerous area is an area occupied by the dangerous area in the image, the warning area is an area occupied by a preset area in the periphery of the dangerous area in the image, the safe area is all areas in the image except the dangerous area and the warning area, and the coordinate ranges of the dangerous area, the warning area and the safe area are determined. The yolov5 algorithm is used to realize the detection of pedestrians in the image. The Deep Sort algorithm is used to realize the positioning and trajectory tracking of the pedestrians in the image, and the position coordinates of the pedestrians in the image are obtained. The position coordinates of the pedestrians in each frame of image within a preset time length are recorded, and a trajectory sequence of the pedestrians in the image is formed. According to the trajectory sequence, a straight line coordinate function is obtained by using the least square method, and is used as a predicted advancing function, the slope of the predicted advancing function is a predicted advancing direction of the pedestrians in the image. The intersection of the predicted advancing function of the pedestrians and the edge line function of the dangerous area is calculated, and a predicted advancing distance between the pedestrians and the dangerous area in the predicted advancing direction is calculated. According to the position coordinates of the pedestrians, the predicted advancing direction and the predicted advancing distance, the working of the alarm device is controlled. In the monitoring process of the application, no human cost is needed, the recognition of the pedestrians, the prediction of the action trajectory and the measurement of the distance are all completed by the software system of the upper computer connected with the camera and the alarm device, long-time monitoring of the dangerous area can be realized, and the problems of high human cost, high requirement for attention and pressure resistance of supervisors, inability to work for a long time, and inability to predict and discourage the mistaken personnel in advance by the electronic fence method are solved. In addition, the action trajectory of the mistaken personnel can be predicted by the application, the mistaken personnel can be predicted and discouraged before entering the dangerous area, and the loss caused by the accidental stop of the engineering or test is avoided to a certain extent. In addition, the application can be realized by arranging only the monitoring camera and the alarm device, and can be realized by using the embedded software of the existing monitoring equipment, and the implementation is simple and the hardware requirement is low. BRIEF DESCRIPTION OF DRAWINGS
[0021] In order to more clearly illustrate the technical solutions in the embodiments of the application or the prior art, the following will briefly introduce the drawings needed to be used in the embodiments or the prior art description. Obviously, the drawings in the following description are only some embodiments of the application, and for those skilled in the art, other drawings can also be obtained from these drawings without creative labor.
[0022] Figure 1 It is a schematic diagram of the arrangement of one camera and one alarm device in an embodiment of the application.
[0023] Figure 2 A schematic diagram of the arrangement of multiple cameras and multiple alarm devices in another embodiment of the present application;
[0024] Figure 3 A schematic diagram of the division of the danger zone, the warning zone and the safety zone in an embodiment of the present application;
[0025] Figure 4 A schematic diagram of the bounding box, the position coordinate point and the trajectory of the pedestrian in an embodiment of the present application;
[0026] Figure 5 A schematic diagram of the position and the predicted advancing direction of the pedestrian when the first alarm signal is not sent in an embodiment of the present application;
[0027] Figure 6 A schematic diagram of the position and the predicted advancing direction of the pedestrian when the first alarm signal is not sent in another embodiment of the present application;
[0028] Figure 7 A schematic diagram of the position and the predicted advancing direction of the pedestrian when the first alarm signal is sent in an embodiment of the present application;
[0029] Figure 8 A schematic diagram of the position and the predicted advancing direction of the pedestrian when the second alarm signal is sent in an embodiment of the present application;
[0030] Figure 9 A schematic diagram of the flow of the safety monitoring method in an embodiment of the present application. DETAILED DESCRIPTION
[0031] In order to make the purpose, technical scheme and advantages of the present application more clear, the present application is further described in detail below in combination with the drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present application and do not limit the present application.
[0032] Referring to Figures 1-9 , the embodiment of the present application provides a safety monitoring method of a danger zone 1 based on action trajectory 60 prediction, which comprises the following steps:
[0033] Step one, arranging a camera 2 and an alarm device 3 at the danger zone 1, and making the field of view range 20 of the camera 2 completely cover the danger zone 1.
[0034] In the above steps, referring to Figure 1 , 2The camera 2 is arranged at the edge line of the dangerous area 1. The camera 2 is installed above the dangerous area 1 to ensure that the field of view of the camera 2 can completely cover the dangerous area 1 with sufficient margin. The camera 2 has a top-down view or a downward view to avoid positioning deviation of the pedestrian 6 caused by the view angle, thereby causing false alarm or missed alarm. In addition, if the dangerous area 1 is small, the number of cameras can be one. If the dangerous area 1 is large and the field of view of a single camera 2 cannot cover the dangerous area 1, multiple cameras 2 can be used to monitor the edge or entrance of the dangerous area 1.
[0035] The alarm device 3 is arranged at the edge line of the dangerous area 1 to effectively remind the intruder. In addition, the alarm device 3 can be one or multiple, and each alarm device 3 is arranged corresponding to one camera 2. For example, when the cameras are arranged at the four corners of the dangerous area 1, the alarm devices are arranged at the four corners of the dangerous area 1.
[0036] The camera 2 and the alarm device 3 are connected to the upper computer 5 through the signal line 4. The upper computer 5 receives the image signal of the camera 2 and analyzes it, and gives an alarm instruction to the alarm device 3 according to the analysis result.
[0037] Step two, reading the image of the camera 2.
[0038] Step three, dividing the image into a dangerous area 210, a warning area 211 and a safe area 212. The dangerous area 210 is the area occupied by the dangerous area 1 in the image, the warning area 211 is the area occupied by the preset area outside the dangerous area 1 in the image, and the safe area 212 is all areas in the image except the dangerous area 210 and the warning area 211. The coordinate ranges of the dangerous area 210, the warning area 211 and the safe area 212 are determined.
[0039] In the above steps, a frame of image, i.e. the camera monitoring image interface 21, is intercepted. According to the actual size of the dangerous area 1, the area in the camera monitoring image interface 21 is divided into a dangerous area 210, a warning area 211 and a safe area 212. The dangerous area 210 is the area occupied by the dangerous area 1 in the camera monitoring image interface 21. The warning area 211 is the area occupied by the preset area (the distance between the edge line of the preset area and the edge line of the dangerous area is within a preset range) outside the dangerous area 1 in the camera monitoring image interface 21. The preset range can be adjusted according to the danger degree of the dangerous area 1 and the sensitivity of the monitoring system. The safe area 212 is all areas in the camera monitoring image interface 21 except the dangerous area 210 and the warning area 211. It should be noted that the division of the dangerous area 210, the warning area 211 and the safe area 212 in the camera monitoring image interface 21 can be as shown in FIG. 2. Figure 3As shown in FIG. 5-8, it can also be as shown in FIG. 5-8, and is not limited.
[0040] According to the danger zone 210, the warning zone 211 and the safety zone 212, the determination rules are formulated, such as the pedestrian 6 is located in the danger zone 210, and the pedestrian 6 is located outside the danger zone 210 and is located in the warning zone 211 and advances in the direction of approaching the danger zone 210, the control alarm device 3 sends an alarm signal, the pedestrian 6 is located outside the danger zone 210 and is located in the warning zone 211 but does not advance in the direction of approaching the danger zone 210, and the pedestrian 6 is located outside the warning zone 211 (that is, located in the safety zone 212), the control alarm device 3 does not send an alarm signal.
[0041] Step four, read each frame image of the camera 2.
[0042] Step five, realize real-time detection of each pedestrian 6 in the image by using the yolov5 algorithm.
[0043] In the above steps, YOLOv5 (You Only Look Once) is a single-stage target detection algorithm released by Uitralytics LLC company, and YOLOv5 has the characteristics of smaller mean weight file, shorter training time and faster inference speed compared with the previous version, while the average precision is reduced little.
[0044] Step six, realize the positioning and trajectory 60 tracking of each pedestrian 6 in the image by using the Deep Sort algorithm, and realize the real-time acquisition of the position coordinates of each pedestrian 6 in the image.
[0045] In the above steps, Deep-Sort introduces the idea of deep learning, mainly using convolutional neural network to extract features, and using the Mahalanobis distance and cosine distance between the predicted state and the newly arrived state in the tracking process to measure the correlation between the threshold, and has realized the real-time tracking of multiple targets.
[0046] Step seven, record the position coordinates of each pedestrian 6 in each frame image within a preset time length in real time, and form the trajectory 60 sequence of each pedestrian 6 in the image, which is composed of a plurality of position coordinates.
[0047] In the above steps, refer to Figure 4 In the process of recording the position coordinates of the pedestrian 6 in each frame image within a preset time length, the position coordinates of the bottom center of the detection result outer frame 61 of the pedestrian 6 are recorded, that is, when determining the position coordinate point 62 of the pedestrian, the position coordinate point of the bottom center of the detection result outer frame 61 of the pedestrian 6 is selected as the position coordinate point 62 of the pedestrian 6, which takes into account the influence of the camera 2 view angle, so as to accurately describe the relative coordinates of the pedestrian 6.
[0048] Step eight, according to the sequence of the trajectory 60 of each pedestrian 6, and using the least square method to calculate the linear coordinate function of each pedestrian 6 in real time, and as the predicted advancing function of each pedestrian 6, the slope of the predicted advancing function of each pedestrian 6 is the predicted advancing direction 63 of each pedestrian 6 in the image.
[0049] In the above steps, referring to Figures 5-8 , in the process of calculating the linear coordinate function according to the sequence of the trajectory 60 and using the least square method, the function selected for parameter fitting is a linear equation, the expression of which is y=kx+b, and k and b in the expression are fitted by the position coordinates in the sequence of the trajectory 60. Wherein, x and y are the horizontal coordinate and the vertical coordinate in each position coordinate respectively, and k is the slope, i.e. the predicted advancing direction 63 of the pedestrian 6.
[0050] Step nine, the predicted advancing distance between each pedestrian 6 and the dangerous area 210 in the predicted advancing direction 63 is calculated in real time by calculating the intersection of the predicted advancing function of each pedestrian 6 and the edge line function of the dangerous area 210.
[0051] Step ten, according to the determination rule, and the position coordinate, the predicted advancing direction and the predicted advancing distance of each pedestrian 6, the working of the alarm device 3 is controlled in real time.
[0052] In the above steps, referring to Figure 5 , if the position coordinate 62 of the pedestrian 6 is outside the coordinate range of the warning area 211, at this time, the position coordinate 62 of the pedestrian 6 is within the coordinate range of the safe area 212, then the alarm device 3 is controlled not to send an alarm signal.
[0053] Referring to Figure 6 , if the position coordinate 62 of the pedestrian 6 is within the coordinate range of the warning area 211 and outside the coordinate range of the dangerous area 210, and the predicted advancing direction 63 is away from or parallel to the dangerous area 210, the alarm device 3 is controlled not to send an alarm signal.
[0054] Referring to Figure 7 , if the position coordinate 62 of the pedestrian 6 is within the coordinate range of the warning area 211 and outside the coordinate range of the dangerous area 210, and the predicted advancing direction 63 is close to the dangerous area 210, the alarm device 3 is controlled to send a first alarm signal. The first alarm signal can be a yellow warning signal. When the alarm device 3 sends the first alarm signal, the pedestrian 6 can be prompted to stop. In the above process, the construction or test in the dangerous area 1 does not stop.
[0055] Further, if the control alarm device 3 sends the first alarm signal, and the predicted forward direction 63 is still close to the dangerous area 210, the frequency of the first alarm signal is controlled to be accelerated. In the process of controlling the frequency of the first alarm signal to be accelerated, the frequency of the first alarm signal is gradually accelerated with the gradual decrease of the predicted forward distance, so as to attract the attention of the person.
[0056] Referring to Figure 8 If the position coordinates 62 of the pedestrian 6 are within the coordinate range of the dangerous area 210, the control alarm device 3 sends the second alarm signal. The second alarm signal can be a red alarm signal. When the control alarm device 3 sends the second alarm signal, the pedestrian 6 can be prompted to stop, and the construction or test in the dangerous area 1 can be stopped urgently to eliminate the safety hazard.
[0057] Through the safety monitoring method of the present application, the recognition of the pedestrian, the prediction of the action trajectory and the measurement of the distance in the monitoring process of the present application are completed by the software system of the upper computer connected with the camera and the alarm device, which can realize long-time monitoring of the dangerous area, solve the problems of high labor cost, high requirement for the attention and pressure resistance of the supervisor, inability to work for a long time, and inability to pre-judge and discourage the mistaken personnel by the electronic fence method. In addition, the present application can predict the action trajectory of the mistaken personnel, pre-judge and discourage the mistaken personnel before entering the dangerous area, which can avoid the loss caused by the accidental stop of the construction or test to a certain extent. In addition, the present application only needs to arrange monitoring cameras and alarm devices, and can also use the embedded software of the existing monitoring equipment, which is simple to implement and has low hardware requirements.
[0058] The same or similar reference numerals in the drawings of the present embodiment correspond to the same or similar components; in the description of the present application, it should be understood that the orientation or position relationship indicated by the terms "upper", "lower", "left", "right" and the like is based on the orientation or position relationship shown in the drawings, which is only for the convenience of describing the present application and simplifying the description, and does not indicate or imply that the indicated device or element must have a particular orientation, be constructed and operated in a particular orientation, therefore the terms describing the position relationship in the drawings are only used for exemplary illustration, and cannot be understood as a limitation of the present patent, and for those skilled in the art, the specific meaning of the above terms can be understood according to the specific circumstances.
[0059] The above only describes the preferred embodiments of the present application, and does not limit the present application, any modification, equivalent replacement and improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application.
Claims
1. A safety monitoring method of a dangerous area based on action trajectory prediction, characterized by, The method comprises the following steps: arranging a camera and an alarm device at a dangerous area, and making the field of view of the camera completely cover the dangerous area; reading the image of the camera; dividing the area in the image into a dangerous area, a warning area and a safe area, the dangerous area being the area occupied by the dangerous area in the image, the warning area being the area occupied by the preset area at the periphery of the dangerous area in the image, the safe area being all areas in the image except the dangerous area and the warning area, and determining the coordinate range of the dangerous area, the warning area and the safe area; detecting pedestrians in the image by using a yolov5 algorithm; locating and tracking the trajectories of the pedestrians in the image by using a Deep Sort algorithm, and obtaining the position coordinates of the pedestrians in the image; recording the position coordinates of the pedestrians in each frame of the image within a preset time period, and forming a trajectory sequence of the pedestrians in the image; obtaining a straight line coordinate function by using a least square method according to the trajectory sequence, and taking the function as a predicted advancing function, the slope of the predicted advancing function being a predicted advancing direction of the pedestrians in the image; calculating a predicted advancing distance between the pedestrians and the dangerous area in the predicted advancing direction by calculating the intersection of the predicted advancing function of the pedestrians and the edge line function of the dangerous area; controlling the work of the alarm device according to the position coordinates of the pedestrians, the predicted advancing direction and the predicted advancing distance.
2. The safety monitoring method of claim 1, wherein in the process of recording the position coordinates of the pedestrians in each frame of the image within a preset time period, the position coordinates of the bottom center of the detection result frame of the pedestrians are recorded.
3. The safety monitoring method of claim 1, wherein in the process of obtaining a straight line coordinate function by using a least square method according to the trajectory sequence, a first order straight line equation is selected as the function for parameter fitting by using the least square method, the expression of the first order straight line equation is y=kx+b, and k and b in the expression are fitted by using the position coordinates in the trajectory sequence.
4. The safety monitoring method of claim 1, wherein if the position coordinates of the pedestrians are outside the coordinate range of the warning area, the alarm device is controlled not to send an alarm signal.
5. The safety monitoring method of claim 1, wherein if the position coordinates of the pedestrians are within the coordinate range of the warning area and outside the coordinate range of the dangerous area, and the predicted advancing direction is away from or parallel to the dangerous area, the alarm device is controlled not to send an alarm signal.
6. The safety monitoring method of claim 1, wherein if the position coordinates of the pedestrians are within the coordinate range of the warning area and outside the coordinate range of the dangerous area, and the predicted advancing direction is close to the dangerous area, the alarm device is controlled to send a first alarm signal.
7. The safety monitoring method of claim 6, wherein The alarm device is controlled to issue a first alarm signal when the pedestrian is prompted to be dissuaded.
8. The safety monitoring method of claim 6, wherein if the predicted advancing direction is still approaching the dangerous area after the alarm device is controlled to issue the first alarm signal, the frequency of the first alarm signal is controlled to be accelerated.
9. The safety monitoring method of claim 8, wherein the frequency of the first alarm signal is controlled to be gradually accelerated with the gradual reduction of the predicted advancing distance during the process of controlling the frequency of the first alarm signal to be accelerated.
10. The safety monitoring method of claim 1, wherein if the position coordinates of the pedestrian are within the coordinate range of the dangerous area, the alarm device is controlled to issue a second alarm signal.
11. The safety monitoring method of claim 10, wherein the alarm device is controlled to issue the second alarm signal when the pedestrian is prompted to be dissuaded and the construction or test in the dangerous area is operated to be stopped urgently.
12. The safety monitoring method of claim 1, wherein the alarm device is arranged at the edge line of the dangerous area.
Citation Information
Patent Citations
Moving track prediction method based on big data
CN114463687A
Cross-video person location tracking method and system, and device
WO2021196294A1