CN113763734B - Traffic light state detection method, device, equipment and storage medium - Google Patents

Traffic light state detection method, device, equipment and storage medium Download PDF

Info

Publication number
CN113763734B
CN113763734B CN202010732183.1A CN202010732183A CN113763734B CN 113763734 B CN113763734 B CN 113763734B CN 202010732183 A CN202010732183 A CN 202010732183A CN 113763734 B CN113763734 B CN 113763734B
Authority
CN
China
Prior art keywords
state
index
queue
duration
smooth
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010732183.1A
Other languages
Chinese (zh)
Other versions
CN113763734A (en
Inventor
康瀚隆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Qianshi Technology Co Ltd
Original Assignee
Beijing Jingdong Qianshi Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Qianshi Technology Co Ltd filed Critical Beijing Jingdong Qianshi Technology Co Ltd
Priority to CN202010732183.1A priority Critical patent/CN113763734B/en
Publication of CN113763734A publication Critical patent/CN113763734A/en
Application granted granted Critical
Publication of CN113763734B publication Critical patent/CN113763734B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/09Arrangements for giving variable traffic instructions
    • G08G1/0962Arrangements for giving variable traffic instructions having an indicator mounted inside the vehicle, e.g. giving voice messages
    • G08G1/0967Systems involving transmission of highway information, e.g. weather, speed limits
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9014Indexing; Data structures therefor; Storage structures hash tables

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Atmospheric Sciences (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Traffic Control Systems (AREA)

Abstract

The embodiment of the invention discloses a traffic light state detection method, a traffic light state detection device, traffic light state detection equipment and a storage medium, wherein the method comprises the following steps: acquiring a current detection state of a traffic light, and smoothing the current detection state based on a state queue to obtain a smooth detection state; determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and a hash table of each state constructed based on a historical detection state; and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the smooth detection state and the target duration of the smooth detection state. According to the method provided by the embodiment of the invention, the hash table corresponding to each state is constructed, so that the accurate calculation of the duration of the traffic light state can be realized based on a shorter state queue, the storage space occupied by state detection is reduced, and the detection accuracy is improved.

Description

Traffic light state detection method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a traffic light state detection method, a traffic light state detection device, traffic light state detection equipment and a storage medium.
Background
In order to improve the ability of the unmanned vehicle to autonomously and intelligently pass through the traffic intersection, the traffic light module is required to provide a real-time traffic light state, and the stable duration of the state is required to be provided for the unmanned vehicle, so that the intelligent traffic intersection of the vehicle can be planned better according to the duration of different state lights. In the process of implementing the present invention, the inventor finds that at least the following technical problems exist in the prior art: at present, the traffic light state of each frame and the corresponding timestamp in a long time period need to be stored in the traffic light detection process, the storage space is occupied, the detection process is complex, and the detection accuracy is not high.
Disclosure of Invention
The embodiment of the invention provides a traffic light state detection method, a traffic light state detection device, traffic light state detection equipment and a traffic light state detection storage medium, so that the storage space occupied by state detection is reduced, and the detection accuracy is improved.
In a first aspect, an embodiment of the present invention provides a traffic light state detection method, including:
acquiring a current detection state of a traffic light, and smoothing the current detection state based on a state queue to obtain a smooth detection state;
determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state;
and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the target duration of the smooth detection state and the target duration of the smooth detection state.
In a second aspect, an embodiment of the present invention further provides a traffic light status detection apparatus, including:
the smooth detection state module is used for acquiring the current detection state of the traffic light and performing smooth processing on the current detection state based on the state queue to obtain a smooth detection state;
the initial traversal index module is used for determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state;
and the detection information output module is used for determining the target duration of the smooth detection state according to the initial traversal index and the state queue and outputting the smooth detection state and the target duration of the smooth detection state.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
storage means for storing one or more programs;
when executed by one or more processors, the one or more programs cause the one or more processors to implement a traffic light status detection method as provided by any of the embodiments of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the traffic light status detection method according to any embodiment of the present invention.
The embodiment of the invention obtains the smooth detection state by obtaining the current detection state of the traffic light and carrying out smooth processing on the current detection state based on the state queue; determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state; and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, outputting the target duration of the smooth detection state and the target duration of the smooth detection state, and constructing a hash table corresponding to each state to accurately calculate the traffic light state duration based on a shorter state queue, thereby reducing the storage space occupied by state detection and improving the detection accuracy.
Drawings
Fig. 1 is a flowchart of a traffic light status detection method according to an embodiment of the present invention;
fig. 2 is a flowchart of a traffic light status detection method according to a second embodiment of the present invention;
fig. 3 is a flowchart of a traffic light status detection method according to a third embodiment of the present invention;
fig. 4a is a schematic diagram of a traffic light status detecting system according to a fourth embodiment of the present invention;
FIG. 4b is a flowchart illustrating a duration calculation method according to a fourth embodiment of the present invention;
FIG. 4c is a schematic diagram illustrating a calculation of duration of status light according to a fourth embodiment of the present invention;
FIG. 4d is a schematic diagram illustrating a calculation of duration of a status light according to a fourth embodiment of the present invention;
FIG. 4e is a schematic diagram illustrating a calculation of duration of a status light according to a fourth embodiment of the present invention;
FIG. 4f is a schematic diagram illustrating a calculation of duration of a status light according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a traffic light state detection apparatus according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of a computer device according to a sixth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some structures related to the present invention are shown in the drawings, not all of them.
Example one
Fig. 1 is a flowchart of a traffic light status detection method according to an embodiment of the present invention. The present embodiment is applicable to detecting traffic light status. The method may be performed by a traffic light status detection device, which may be implemented in software and/or hardware, for example, the traffic light status detection device may be configured in a computer device. As shown in fig. 1, the method includes:
s110, obtaining the current detection state of the traffic light, and smoothing the current detection state based on the state queue to obtain a smooth detection state.
In this embodiment, the current detection state of the traffic light may be obtained by detecting an image of the traffic light that is interested in the current frame. In order to make the output state more stable, after the current detection state is acquired, the current detection state may be smoothed based on the historical detection states in the state queue, and the smoothed current detection state may be used as the smooth detection state.
Optionally, the traffic light state may specifically include four states of red, green, yellow, black, and unknown. That is, the traffic light STATE may be represented by STATE GREEN, RED, YELLOW, BLACK, UNKNOWN, where RED, GREEN, and YELLOW are active STATEs and BLACK and UNKNOWN are inactive STATEs, i.e., { GREEN, RED, YELLOW } is defined as an active STATE and { BLACK, UNKNOWN } is defined as an inactive STATE.
Illustratively, assume that the set of historical states in the state queue is S m The current detection state is state c. Then smoothing the current detection state based on the historical detection states in the state queue may be: selecting the number n of state frames before the state c, and judging whether the state c is S m-n To S m The most numerous states in between. If the state c is S m-n To S m The state c is taken as the current detection state after the smoothing processing, namely the smooth detection state. If it is notState c is not S m-n To S m The state with the largest number is smoothed into the previous effective state. And in the smoothing process, if the current state c is an effective state and is the same as the last effective state, smoothing all unknown states between the current state c and the effective state c into the current effective state c.
And S120, determining the initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state.
In this embodiment, a hash table is constructed to store information of each state in a state queue, so that the calculation of the duration of the current detection state can be completed based on a shorter state queue, optionally, each state corresponds to one hash table, the hash table corresponding to each state includes an initial index, an end index and the duration of the state in the state queue, and the initial index and the end index of the state form a state interval corresponding to the state. The key of the hash table is the state of the lamp, and the value is the initial index, the end index and the duration of the lamp. It should be noted that each state corresponds to one hash table, and a value in the hash table of each state is updated according to a change of a currently detected state. The hash table corresponding to each state is schematically shown in table 1, where in table 1, R represents a red state, G represents a green state, Y represents a yellow state, B represents a black state, N represents an unknown state, start _ index is an initial index, end _ index is an end index, and duration _ time is a duration.
TABLE 1
Figure BDA0002603721500000051
It can be understood that the information composed of the hash table of each state includes the state of each frame of traffic light in a certain period of time. In order to determine the target duration of the smooth detection state, it is necessary to determine the first index of the smooth detection state in the state interval of the smooth detection state, that is, the target initial index corresponding to the current smooth detection state. In this embodiment, to determine the target initial index, an initial traversal index may be determined first, and a state queue is traversed from the initial traversal index to determine an index in the state queue that is in a smooth state for the first time. The initial traversal index may be determined according to a hash table corresponding to each current state. The hash table corresponding to the state contains the state of each index in the state queue before the current smooth detection state is not updated, and the end index of any other state except the smooth detection state can be used as the initial traversal index. Preferably, the end index of the state closest to the current except for the current smooth detection state may be used as the initial traversal index.
S130, determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the target duration of the smooth detection state and the target duration of the smooth detection state.
In this embodiment, after the initial traversal index is determined, the state queue is traversed from the initial traversal index, a target state interval (i.e., a target initial index and a target end index) corresponding to the smooth detection state is determined, a target duration of the smooth detection state is determined based on the target state interval, and the smooth detection state and the target duration are output. Optionally, the smooth detection state and the target duration may be output to the unmanned aerial vehicle controller, so that the unmanned aerial vehicle controller may plan the intelligent passing intersection of the unmanned aerial vehicle according to the current vehicle speed and the current traffic light state (i.e., the smooth detection state and the target duration) of the unmanned aerial vehicle.
The embodiment of the invention obtains the smooth detection state by obtaining the current detection state of the traffic light and carrying out smooth processing on the current detection state based on the state queue; determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state; and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, outputting the target duration of the smooth detection state and the target duration of the smooth detection state, and constructing a hash table corresponding to each state to accurately calculate the traffic light state duration based on a shorter state queue, thereby reducing the storage space occupied by state detection and improving the detection accuracy.
Example two
Fig. 2 is a flowchart of a traffic light status detection method according to a second embodiment of the present invention. The embodiment is further optimized on the basis of the scheme. As shown in fig. 2, the method includes:
s210, obtaining the current detection state of the traffic light, and smoothing the current detection state based on the state queue to obtain a smooth detection state.
S220, obtaining a hash table of a candidate state, wherein the candidate state is other than the smooth detection state.
Alternatively, other states than the smooth detection state may be used as candidate states, and the hash table of the candidate states may be acquired. For example, assuming that the smooth detection state is green, red, yellow, black, and unknown are taken as candidate states, and the hash table corresponding to the candidate states is obtained.
And S230, determining a target state connected with the smooth detection state based on the hash table of each candidate state.
In this embodiment, the state queue is divided into consecutive state intervals, and each state interval corresponds to one state. In order to make the determination of the initial traversal index more reasonable, a target state that is next to the smooth detection state, that is, a target state that is adjacent to and before the smooth detection state may be first determined, and the initial traversal index may be determined based on a state interval of the target state.
In one embodiment of the present invention, determining a target state to be connected to a smooth detection state based on a hash table of each candidate state includes: determining the target duration and the ending index of each candidate state according to the hash table of each candidate state; and taking the candidate state with the maximum original ending index and the target duration longer than a preset duration threshold as the target state.
Alternatively, the target state may be determined from the candidate states according to the ending index of each candidate state. And taking the candidate state with the maximum original ending index and the target duration longer than a preset duration threshold as the target state. The larger the original end index of a state, the closer the state is in time to the current time. Meanwhile, in order to prevent false detection of the history detection state from affecting the accuracy of the target duration, a duration threshold may be set for each state. And ensuring that the state interval corresponding to the state is an effective state interval, thereby ensuring that the original ending index corresponding to the state is an effective ending index. For example, the duration threshold corresponding to the red state may be 10 seconds, that is, when the duration of the state interval corresponding to the red state is greater than 10 seconds, the state interval is considered to be an effective state interval; the duration threshold corresponding to the green state may be 15 seconds, that is, when the duration of the state interval corresponding to the green state is greater than 15 seconds, the state interval is considered to be an effective state interval. The duration threshold corresponding to each state may be set according to actual requirements, and is not limited herein.
S240, determining an initial traversal index based on the original end index of the target state.
In this embodiment, after the target state is determined, the original end index in the state interval corresponding to the target state is obtained, and the initial traversal index is determined based on the original end index. Optionally, the original end index of the target state may be directly used as the initial traversal index, or 1 may be added to the original end index of the target state to obtain the initial traversal index.
And S250, determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the smooth detection state and the target duration of the smooth detection state.
The embodiment of the invention concretizes the determined initial traversal index on the basis of the embodiment, and obtains the hash table of the candidate state; determining a target state connected with the smooth detection state based on the hash table of each candidate state; the initial traversal index is determined based on the original end index of the target state, so that the determination of the initial traversal index is more reasonable, the traversal times of the target initial index corresponding to the smooth detection state are simplified, and the detection efficiency is improved.
EXAMPLE III
Fig. 3 is a flowchart of a traffic light status detection method according to a third embodiment of the present invention. The embodiment is further optimized on the basis of the scheme. As shown in fig. 3, the method includes
S310, obtaining the current detection state of the traffic light, and smoothing the current detection state based on the state queue to obtain a smooth detection state.
S320, determining the initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state.
S330, traversing the state queue by taking the initial traversal index as a traversal starting point, taking the index with the first state being the same as the smooth detection state as a candidate index, and judging whether the state interval corresponding to the candidate index is an effective state interval.
In this embodiment, the determination of the target duration based on the initial traversal index is embodied. Optionally, after the initial traversal index is determined, the state queue is traversed from the initial traversal index to the previous state queue and the subsequent state queue, whether a state corresponding to each index is the same as a smooth detection state is sequentially determined, when the state corresponding to the index is the same as the smooth detection state, the index is used as a candidate index, whether a state interval corresponding to the candidate index is an effective state interval is determined, when the state interval corresponding to the candidate index is the effective state interval, calculation of target duration is performed based on the state interval corresponding to the candidate index, when the state interval corresponding to the candidate index is not the effective state interval, traversal is continued, and the above determining steps are repeated until a candidate index is obtained, the state interval is the effective state interval, and the corresponding state is the same as the smooth detection state.
In one embodiment of the present invention, determining whether a state section corresponding to a candidate index is a valid state section includes: acquiring original duration of a state interval corresponding to the candidate index, and judging whether the original duration exceeds a duration threshold corresponding to a smooth detection state; and if the original duration exceeds the duration threshold corresponding to the smooth detection state, judging that the state interval corresponding to the candidate index is an effective state interval. Optionally, whether the state interval corresponding to the candidate index is the valid state interval may be determined according to a preset duration threshold. When the original duration of the state interval corresponding to the candidate index exceeds the duration threshold corresponding to the smooth detection state, judging that the state interval corresponding to the candidate index is an effective state interval; and when the original duration of the state interval corresponding to the candidate index does not exceed the duration threshold corresponding to the smooth detection state, judging that the state interval corresponding to the candidate index is not the effective state interval. For example, assuming that the original duration of the state interval corresponding to the candidate index is 6 seconds, and the duration threshold is 10 seconds, it is determined that the state interval corresponding to the candidate index is not a valid state interval.
And S340, when the state interval corresponding to the candidate index is the effective state interval, calculating the target duration of the smooth detection state based on the candidate index.
And when the state interval corresponding to the candidate index is the effective state interval, calculating the target duration of the smooth detection state based on the original information (including the original initial index, the original end index and the original duration) of the state interval. Optionally, a timestamp corresponding to the original initial index may be stored, the target duration may be calculated based on the timestamp, and the target duration may also be directly calculated according to the index value and the sampling frequency of the image.
In one embodiment, calculating a target duration for a smooth detection state based on the candidate index comprises: storing the smooth detection state into a state queue, determining a target ending index and a target initial index of the smooth detection state based on a storage result, and calculating a reference time length of the smooth detection state according to the target initial index and the target ending index; judging whether the state queue is full; if the state queue is full, accumulating the original duration in the hash table corresponding to the smooth detection state to obtain a target duration; and if the state queue is not full, taking the reference duration as the target duration. It is possible that a full queue may occur, considering that the state queue may have limited storage. In this embodiment, the full queue refers to that the head index and the tail index of the queue in the state queue correspond to the same valid state, and no other valid state exists in the state queue. When the valid states included in the state queue are all smooth detection states, if the smooth detection states need to be stored in the state queue, the state corresponding to the first index in the state queue is covered. And the target initial index after the smooth detection state is stored in the state queue is still 0, so that when the state queue is full, the accurate target duration cannot be obtained only according to the target initial index and the target ending index. Therefore, when the state queue is full, the set duration needs to be accumulated on the original duration in the hash table corresponding to the smooth detection state to obtain the target duration. The set duration is the time difference between the time corresponding to the tail index of the state queue before the smooth detection state is not enqueued and the time corresponding to the smooth detection state which is not enqueued. When the status queue is not full, the time period from the target initial index to the target end index can be directly used as the target duration.
Optionally, the determining whether the state queue is full includes: judging whether the target initial index and the candidate index corresponding to the smooth detection state are 0 or not; if the target initial index and the candidate index corresponding to the smooth detection state are both 0, judging that the state queue is full; otherwise, judging that the state queue is not full. Optionally, whether the state queue is full may be determined according to whether the target initial index of the smooth detection state and the candidate index of the smooth detection state after the smooth detection state is stored in the state queue are 0. And when the target initial index and the candidate index corresponding to the smooth detection state are both 0, judging that the state queue is full.
And S350, outputting the smooth detection state and the target duration of the smooth detection state.
On the basis of the embodiment, the embodiment of the invention embodies the duration of the calculated target, traverses the state queue by taking the initial traversal index as a traversal starting point, takes the index with the first state being the same as the smooth detection state as a candidate index, and judges whether the state interval corresponding to the candidate index is an effective state interval; and when the state interval corresponding to the candidate index is the effective state interval, calculating the target duration of the smooth detection state based on the candidate index, so that the calculation of the target duration is more accurate.
On the basis of the scheme, the method further comprises the following steps: and updating the hash table corresponding to each state according to the target initial index, the target ending index and the target duration. Optionally, after the smooth detection state is stored in the state queue, if the current state queue is not full, the hash tables corresponding to other states do not need to be updated, and if the current state queue is full, the original initial index and the original end index in the hash tables corresponding to other states are correspondingly changed. Therefore, when the queue in the current state is full, the original initial index and the original end index in the hash table corresponding to other states need to be updated, and the original duration remains unchanged.
Example four
Fig. 4a is a schematic diagram of a traffic light status detection system according to a fourth embodiment of the present invention. The present embodiment provides a preferred embodiment based on the above-described embodiments. As shown in fig. 4a, the traffic light detection system includes a state identifier and a state manager. The status identifier performs S430-S440 for obtaining the status of the current lamp of interest. The state manager performs S450-S470 for history state smoothing for the current state to obtain a more stable state output, and performing multi-frame state calculation and duration calculation for the history state. Specifically, the traffic light state detection method comprises the following steps:
and S410, traffic lights needing attention in the map are obtained.
Optionally, when the distance between the unmanned aerial vehicle and the traffic light intersection is set, the image of the traffic light at the intersection is obtained.
And S420, projecting a map lamp and cutting the image.
An image of the lamp of interest is cropped from the acquired image.
And S430, detecting an image traffic light.
And S440, matching the detection lamp with the projection lamp.
And detecting the cut traffic light image to obtain the current detection state of the traffic light. Illustratively, the traffic light STATEs may be specifically classified as STATE { GREEN, RED, YELLOW, BLACK, UNKNOWN }, with GREEN, RED, YELLOW } defined as the active STATE and BLACK, UNKNOWN } defined as the inactive STATE.
And S450, smoothing the status lamp.
After the current state is determined, the current detection state is smoothed based on the historical detection state. Optionally, the smoothing method may be to the historical state set S m Selecting the number n of state frames before the state c, at S m-n To S m Of the plurality of states, max { S } if the state c is the maximum m-n ,S m And if not, smoothing the state into a previous effective state. And in the smoothing process, if the current state c is an effective state and is the same as the last effective state, smoothing all unknown states between the current state c and the effective state c.
And S460, calculating the multi-frame state of the state lamp.
And S470, calculating the state lamp duration.
Fig. 4b is a flowchart of a duration calculation method according to a fourth embodiment of the present invention. Fig. 4b illustrates the calculation of the duration by taking as an example the method of calculating the duration with a single lamp. As shown in fig. 4b, first, a history nearest neighbor state initial index i is calculated, and a history outgoing light queue Q is traversed by using i as the initial index, and first, whether a current state c is equal to Q or not is judged i If the history interval is the same as the history interval, continuously traversing Q, otherwise acquiring the corresponding history interval number h according to different states c c By judging Qi and max { Qi,. Q i+h And if yes, calculating the duration, otherwise, continuously traversing Q, and after calculating the duration, respectively updating the duration of the single frame and the multi-frame. Wherein h is c The time length threshold of the state c can be set in advance according to actual conditions.
However, the following problems may exist when the duration is calculated only by means of a sufficiently long status queue: firstly, if some false detection lamp lasts for a short time and is not smoothed by the filter, the green lamp time is blocked, the calculation time is shorter than the real time, and if the filtering frame number of the smoothing filter is increased, the module time delay is increased, the operation efficiency and the real-time performance of the module are reduced, and the blocking problem is not solved fundamentally; secondly, if the duration of a certain lamp is long, the length of the historical maintenance queue Q needs to be increased continuously, taking the module sending frequency of 10Hz as an example, a 100-second intersection needs to maintain the queue Q with the length of at least 1000 seconds, and when the duration of a plurality of traffic lights needs to be maintained, the module operation efficiency is very low. Based on the technical problem, the problem of calculating the time length of the traffic light can be decomposed into two main problems: (1) the problem of blocking, and (2) the problem of accumulation. I.e., when to partition previously different states and how to accumulate history duration without maintaining too long queues.
In one embodiment, a hash table of the status light can be newly created, and the partition problem can be solved by setting a time length threshold. Wherein key is the lamp state, value is the initial index, the end index, and the state duration of the queue of the calculated duration respectively. When the duration of the current state lamp is calculated, searching from front to back aiming at a history queue Q, and taking the maximum ending index (which is not the current state and has duration > the state duration threshold value) in the state lamp hash table as an initial index.
Fig. 4c is a schematic diagram illustrating a calculation of the duration of the status light according to the fourth embodiment of the present invention. As shown in FIG. 4c, when the latest state is R, the state hash table of G at this time is [0, 1, 6] corresponding to the initial index 0, the end index 1, and the duration 6 s. Assume that the duration threshold for G is 10s and the duration threshold for R is 15 s. Since 6<10, there is insufficient partition, R starts the search from the beginning. When the search pointer encounters the first state as R, (and the most appeared state is also R within a certain duration period after the first state), the duration between the search pointer and the tail state is calculated as the current duration. Fig. 4d is a schematic diagram illustrating a calculation of the duration of the status light according to the fourth embodiment of the present invention. As shown in fig. 4d, when the new current status is G, the hash table R is [2, 7, 18], 18>15, and 7 is the maximum ending index, at which time a partition is formed, then the initial index of the green light calculation time length starts from 7.
Fig. 4e is a schematic diagram of another duration calculation method according to the fourth embodiment of the present invention. As shown in fig. 4e, when the new current state is G, the hash table R is [4, 7, 4], 4<15, that is, the red light duration is shorter, and the initial index of the new state G starts from 0. The result of the green hash table is now [0, 8, 9 ].
The mode through setting up the time threshold value can ensure can not lose the duration of state lamp because of little wall, for example can not lead to brightening very long green light, because cut off by other false positives state lamps of short time and lead to the green light duration of retesting to shorten, make unmanned vehicle mistake think just turn green, increase the risk of running the red light.
On the other hand, a sufficiently long queue can solve the accumulation problem. However, in order to improve the efficiency and the extensible capability of the algorithm, the accumulation problem can be solved by judging whether the queue is full or not. The state intervals corresponding to each state can be separated according to the constructed hash table, namely the traffic light states are divided into the current state intervals and the non-current state intervals. The practical meaning of the combination queue being long enough is that the interval which is not in the current state exists forever, so that the interval in the current state can never be fully queued, and the accumulation problem, namely the problem whether the interval in the current state is fully queued can be obtained.
Specifically, the accumulation problem can be solved by: firstly, judging whether the current state needs to be accumulated (whether the current state is full of queue), namely whether the initial index of the calculation time length of the current state is 0 or not, and whether the initial index in the hash table of the state is 0 or not, if yes, the state is considered to be full of queue, the time overflows, and the time length is accumulated at the moment. The accumulated time length method is that the previous calculated time length in the state hash table plus the time length of the tail index of the current queue and the tail index in the hash table are used as the accumulated time length. Fig. 4f is a schematic diagram of the calculation of the duration of the status light according to the fourth embodiment of the present invention. As shown in fig. 4f, due to the queue length limitation, when the new G9 enqueues, the old G1 is covered, but since the duration 18s of G1-G8 is stored in the state hash table, and the duration of G8-G9 is 1s, the accumulated duration is 18s +1 s-19 s. The condition of full queue is judged, because the hash table is the history record of the current state, if the partition exists, no matter the current state or the state in the hash table is at least impossible to index and simultaneously is 0, the current queue is judged to be full queue by judging whether the head index is 0, and then the condition that the current queue is not partitioned by the non-current state interval is proved; and if the hash table head index is 0, the storage state in the hash table is proved to be full.
After the current state is stored in the state queue and the duration of the current state is calculated, the hash table of each state is updated, and if the state queue of the current state is full, the start and end indexes of other states need to be decreased.
And S480, outputting traffic light information.
And after the duration of the current state is obtained through calculation, the current state and the duration are output.
According to the embodiment of the invention, the hash table of each state and the time length threshold value corresponding to each state are constructed, the jump of the historical state is accurately judged to be the false detection state jump or the real state jump, the duration of the state with longer time length is completely calculated by judging whether the state queue is full, the current state is associated with the historical state through the hash table, and the duration of each state lamp is efficiently and stably calculated.
EXAMPLE five
Fig. 5 is a schematic structural diagram of a traffic light state detection apparatus according to a fifth embodiment of the present invention. The traffic light state detection device may be implemented in software and/or hardware, for example, the traffic light state detection device may be configured in a computer device. As shown in fig. 5, the apparatus includes a smooth detection state module 510, an initial traversal index module 520, and a detection information output module 530, wherein:
a smooth detection state module 510, configured to obtain a current detection state of the traffic light, and perform a smoothing process on the current detection state based on the state queue to obtain a smooth detection state;
an initial traversal index module 520, configured to determine an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state;
and a detection information output module 530, configured to determine a target duration of the smooth detection state according to the initial traversal index and the state queue, and output the smooth detection state and the target duration of the smooth detection state.
The embodiment of the invention obtains the current detection state of the traffic light through a smooth detection state module, and carries out smooth processing on the current detection state based on a state queue to obtain a smooth detection state; the initial traversal index module determines an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state; the detection information output module determines the target duration of the smooth detection state according to the initial traversal index and the state queue, outputs the target duration of the smooth detection state and the target duration of the smooth detection state, and accurately calculates the traffic light state duration based on a short state queue by constructing a hash table corresponding to each state, so that the storage space occupied by state detection is reduced, and the detection accuracy is improved.
Optionally, on the basis of the foregoing scheme, the initial traversal indexing module 520 is specifically configured to:
acquiring a hash table of a candidate state, wherein the candidate state is other than a smooth detection state;
determining a target state connected with the smooth detection state based on the hash table of each candidate state;
an initial traversal index is determined based on the original end index of the target state.
Optionally, on the basis of the foregoing scheme, the initial traversal indexing module 520 is specifically configured to:
determining the target duration and the ending index of each candidate state according to the hash table of each candidate state;
and taking the candidate state with the maximum original ending index and the target duration longer than a preset duration threshold as the target state.
Optionally, on the basis of the foregoing scheme, the detection information output module 530 is specifically configured to:
traversing the state queue by taking the initial traversal index as a traversal starting point, taking an index with the first state being the same as the smooth detection state as a candidate index, and judging whether a state interval corresponding to the candidate index is an effective state interval;
and when the state interval corresponding to the candidate index is the effective state interval, calculating the target duration of the smooth detection state based on the candidate index.
Optionally, on the basis of the foregoing scheme, the detection information output module 530 is specifically configured to:
acquiring original duration of a state interval corresponding to the candidate index, and judging whether the original duration exceeds a duration threshold corresponding to a smooth detection state;
and if the original duration exceeds the duration threshold corresponding to the smooth detection state, judging that the state interval corresponding to the candidate index is an effective state interval.
Optionally, on the basis of the foregoing scheme, the detection information output module 530 is specifically configured to:
storing the smooth detection state into a state queue, determining a target ending index and a target initial index of the smooth detection state based on a storage result, and calculating a reference time length of the smooth detection state according to the target initial index and the target ending index;
judging whether the state queue is full;
if the state queue is full, accumulating the original duration in the hash table corresponding to the smooth detection state to obtain a target duration;
and if the state queue is not full, taking the reference duration as the target duration.
Optionally, on the basis of the foregoing scheme, the detection information output module 530 is specifically configured to:
judging whether the target initial index and the candidate index corresponding to the smooth detection state are 0 or not;
if the target initial index and the candidate index corresponding to the smooth detection state are both 0, judging that the state queue is full;
otherwise, judging that the state queue is not full.
Optionally, on the basis of the foregoing scheme, the apparatus further includes a hash table updating module, configured to:
and updating the hash table corresponding to each state according to the target initial index, the target ending index and the target duration.
The traffic light state detection device provided by the embodiment of the invention can execute the traffic light state detection method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example six
Fig. 6 is a schematic structural diagram of a computer device according to a sixth embodiment of the present invention. FIG. 6 illustrates a block diagram of an exemplary computer device 612 suitable for use in implementing embodiments of the present invention. The computer device 612 shown in fig. 6 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in fig. 6, the computer device 612 is in the form of a general purpose computing device. Components of computer device 612 may include, but are not limited to: one or more processors 616, a system memory 628, and a bus 618 that couples various system components including the system memory 628 and the processors 616.
Bus 618 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and processor 616, or a local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 612 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by computer device 612 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 628 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)630 and/or cache memory 632. The computer device 612 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage 634 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 6, and commonly referred to as a "hard drive"). Although not shown in FIG. 6, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be connected to bus 618 by one or more data media interfaces. Memory 628 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 640 having a set (at least one) of program modules 642 may be stored, for example, in memory 628, such program modules 642 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 642 generally perform the functions and/or methods of the described embodiments of the present invention.
The computer device 612 may also communicate with one or more external devices 614 (e.g., keyboard, pointing device, display 624, etc.), with one or more devices that enable a user to interact with the computer device 612, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 612 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 622. Also, computer device 612 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) through network adapter 620. As shown, the network adapter 620 communicates with the other modules of the computer device 612 via the bus 618. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the computer device 612, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processor 616 executes various functional applications and data processing by running programs stored in the system memory 628, for example, implementing a traffic light status detection method provided by the embodiment of the present invention, the method includes:
acquiring a current detection state of a traffic light, and smoothing the current detection state based on a state queue to obtain a smooth detection state;
determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state;
and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the smooth detection state and the target duration of the smooth detection state.
Of course, those skilled in the art can understand that the processor may also implement the technical solution of the traffic light state detection method provided by any embodiment of the present invention.
EXAMPLE seven
The seventh embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the traffic light status detection method provided in the embodiments of the present invention, and the method includes:
acquiring the current detection state of the traffic light, and smoothing the current detection state based on the state queue to obtain a smooth detection state;
determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection state;
and determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the target duration of the smooth detection state and the target duration of the smooth detection state.
Of course, the computer program stored on the computer-readable storage medium provided by the embodiments of the present invention is not limited to the method operations described above, and may also perform operations related to the traffic light status detection method provided by any embodiments of the present invention.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A traffic light state detection method is characterized by comprising the following steps:
acquiring a current detection state of a traffic light, and smoothing the current detection state based on a state queue to obtain a smooth detection state;
determining an initial traversal index of the smooth detection state in the state queue according to the smooth detection state and a hash table of each state constructed based on a historical detection state;
determining the target duration of the smooth detection state according to the initial traversal index and the state queue, and outputting the smooth detection state and the target duration of the smooth detection state;
the hash table stores information for each state in the state queue.
2. The method according to claim 1, wherein the determining an initial traversal index of the current smooth detection state in the state queue according to the smooth detection state and the hash table of each state constructed based on the historical detection states comprises:
acquiring a hash table of a candidate state, wherein the candidate state is other than the smooth detection state;
determining a target state linked with the smooth detection state based on the hash table of each candidate state;
determining the initial traversal index based on an original end index of the target state.
3. The method of claim 2, wherein determining the target state that is to be concatenated with the smooth detect state based on the hash table for each of the candidate states comprises:
determining the target duration and the ending index of each candidate state according to the hash table of each candidate state;
and taking the candidate state with the maximum original ending index and the target duration longer than a preset duration threshold as a target state.
4. The method of claim 1, wherein determining the target duration of the smoothing detection state based on the initial traversal index and the state queue comprises:
traversing the state queue by taking the initial traversal index as a traversal starting point, taking an index with the first state being the same as the smooth detection state as a candidate index, and judging whether a state interval corresponding to the candidate index is an effective state interval;
and when the state interval corresponding to the candidate index is an effective state interval, calculating the target duration of the smooth detection state based on the candidate index.
5. The method of claim 4, wherein the determining whether the state interval corresponding to the candidate index is a valid state interval comprises:
acquiring original duration of a state interval corresponding to the candidate index, and judging whether the original duration exceeds a duration threshold corresponding to the smooth detection state;
and if the original duration exceeds a duration threshold corresponding to the smooth detection state, determining that the state interval corresponding to the candidate index is an effective state interval.
6. The method of claim 4, wherein said calculating a target duration for the smooth detect state based on the candidate index comprises:
storing the smooth detection state into the state queue, determining a target ending index and a target initial index of the smooth detection state based on a storage result, and calculating a reference time length of the smooth detection state according to the target initial index and the target ending index;
judging whether the state queue is full;
if the state queue is full, accumulating the original duration in the hash table corresponding to the smooth detection state to obtain the target duration;
and if the state queue is not full, taking the reference duration as the target duration.
7. The method of claim 6, wherein determining whether the status queue is full comprises:
judging whether the target initial index and the candidate index corresponding to the smooth detection state are 0 or not;
if the target initial index and the candidate index corresponding to the smooth detection state are both 0, judging that the state queue is full;
otherwise, judging that the state queue is not full.
8. The method of claim 6, further comprising:
and updating the hash table corresponding to each state according to the target initial index, the target ending index and the target duration.
9. A traffic light state detection device, comprising:
the system comprises a smooth detection state module, a state queue module and a state detection module, wherein the smooth detection state module is used for acquiring the current detection state of a traffic light and carrying out smooth processing on the current detection state based on the state queue to obtain a smooth detection state;
the initial traversal index module is used for determining an initial traversal index of the smooth detection state in the state queue according to the smooth detection state and a hash table of each state constructed based on a historical detection state;
a detection information output module, configured to determine a target duration of the smooth detection state according to the initial traversal index and the state queue, and output the smooth detection state and the target duration of the smooth detection state;
the hash table stores information for each state in the state queue.
10. A computer device, characterized in that the device comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a traffic light status detection method as claimed in any one of claims 1-8.
11. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a traffic light status detection method according to any one of claims 1-8.
CN202010732183.1A 2020-07-27 2020-07-27 Traffic light state detection method, device, equipment and storage medium Active CN113763734B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010732183.1A CN113763734B (en) 2020-07-27 2020-07-27 Traffic light state detection method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010732183.1A CN113763734B (en) 2020-07-27 2020-07-27 Traffic light state detection method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113763734A CN113763734A (en) 2021-12-07
CN113763734B true CN113763734B (en) 2022-09-30

Family

ID=78785534

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010732183.1A Active CN113763734B (en) 2020-07-27 2020-07-27 Traffic light state detection method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113763734B (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10664473B2 (en) * 2017-01-30 2020-05-26 International Business Machines Corporation Database optimization based on forecasting hardware statistics using data mining techniques
CN109145678B (en) * 2017-06-15 2020-12-11 杭州海康威视数字技术股份有限公司 Signal lamp detection method and device, computer equipment and readable storage medium
CN109508580B (en) * 2017-09-15 2022-02-25 阿波罗智能技术(北京)有限公司 Traffic signal lamp identification method and device
CN110542931B (en) * 2018-05-28 2021-12-28 北京京东乾石科技有限公司 Traffic light detection method and device, electronic equipment and computer readable medium
CN110362576A (en) * 2019-07-09 2019-10-22 浙江工业大学 A kind of bayonet traffic flow forecasting method
CN110619307B (en) * 2019-09-18 2020-09-18 广州文远知行科技有限公司 Traffic light state determination method, device, equipment and storage medium
CN110602233B (en) * 2019-09-20 2022-04-15 腾讯科技(深圳)有限公司 Information monitoring method and device and computer storage medium
CN111380555A (en) * 2020-02-28 2020-07-07 北京京东乾石科技有限公司 Vehicle behavior prediction method and device, electronic device, and storage medium

Also Published As

Publication number Publication date
CN113763734A (en) 2021-12-07

Similar Documents

Publication Publication Date Title
CN108038183B (en) Structured entity recording method, device, server and storage medium
CN110457277B (en) Service processing performance analysis method, device, equipment and storage medium
US9104729B2 (en) Querying spatial events in a vehicle network, and optimized querier
US11841864B2 (en) Method, device, and program product for managing index of streaming data storage system
CN112712712B (en) Method and device for determining vehicle queuing information, road side equipment and cloud control platform
CN114817651B (en) Data storage method, data query method, device and equipment
US20210209024A1 (en) Method, device and computer program product for managing cache
CN113763734B (en) Traffic light state detection method, device, equipment and storage medium
CN113868434A (en) Data processing method, device and storage medium for graph database
CN113722600A (en) Data query method, device, equipment and product applied to big data
CN109446437B (en) Information mining method, device, server and storage medium
WO2023066080A1 (en) Forward target determination method and apparatus, electronic device and storage medium
CN113868254B (en) Method, device and storage medium for removing duplication of entity node in graph database
CN115905307A (en) Data storage method and device, electronic equipment and storage medium
US20220237188A1 (en) Method, device, and program product for managing index of storage system
CN113760950B (en) Index data query method, device, electronic equipment and storage medium
CN114428711A (en) Data detection method, device, equipment and storage medium
CN114677570A (en) Road information updating method, device, electronic equipment and storage medium
CN112507957A (en) Vehicle association method and device, road side equipment and cloud control platform
CN113851007B (en) Time interval dividing method and device, electronic equipment and storage medium
CN114333326B (en) Intersection congestion detection method and device and electronic equipment
US20230214377A1 (en) Method, device, and program product for managing log data
CN112783507B (en) Data stream guiding playback method and device, electronic equipment and readable storage medium
CN116304253B (en) Data storage method, data retrieval method and method for identifying similar video
CN111597146B (en) Video file processing method and device, storage medium and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant