WO2021135879A1 - Vehicle data monitoring method and apparatus, computer device, and storage medium - Google Patents

Vehicle data monitoring method and apparatus, computer device, and storage medium Download PDF

Info

Publication number
WO2021135879A1
WO2021135879A1 PCT/CN2020/134940 CN2020134940W WO2021135879A1 WO 2021135879 A1 WO2021135879 A1 WO 2021135879A1 CN 2020134940 W CN2020134940 W CN 2020134940W WO 2021135879 A1 WO2021135879 A1 WO 2021135879A1
Authority
WO
WIPO (PCT)
Prior art keywords
vehicle
data
image
visual
fusion
Prior art date
Application number
PCT/CN2020/134940
Other languages
French (fr)
Chinese (zh)
Inventor
刘伟超
郭倜颖
陈远旭
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021135879A1 publication Critical patent/WO2021135879A1/en

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/017Detecting movement of traffic to be counted or controlled identifying vehicles
    • G08G1/0175Detecting movement of traffic to be counted or controlled identifying vehicles by photographing vehicles, e.g. when violating traffic rules
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/052Detecting movement of traffic to be counted or controlled with provision for determining speed or overspeed

Definitions

  • This application relates to the field of artificial intelligence, and in particular to a method, device, computer equipment, and storage medium for monitoring vehicle data.
  • Violation detection cameras are generally deployed in fixed locations such as bayonet and bridges, resulting in single violation detection capabilities, insufficient road violation monitoring coverage, and lack of supervision and punishment measures for a large number of violations during vehicle driving, thereby reducing the efficiency of urban road traffic.
  • the inventor realized that the current product solution is still a single method based on visual analysis. Take the camera installed on a police vehicle as an example. Due to the complex road conditions, the current equipment can only complete the screening of suspected license plates. The judgment of road violations can only be done manually. Although some manufacturers have introduced deep learning technology to determine violations on the mobile terminal in specific scenarios, due to the complex road conditions, the two-dimensional image is due to inherent parallax and assistance. Lack of judgment information can easily lead to misjudgments.
  • the purpose of the embodiments of the present application is to provide a method, device, computer equipment, and storage medium for monitoring vehicle data, so as to improve the coverage of road violation detection.
  • an embodiment of the present application provides a method for monitoring vehicle data, which adopts the following technical solutions:
  • the fusion data is processed through the target neural network to monitor vehicle data.
  • the step of mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data specifically includes:
  • the object including at least a vehicle and a traffic identifier
  • step of calculating the target average speed of the object according to the moving speed of the object specifically includes:
  • v k is the speed of the k-th point in the distance traveled by the vehicle
  • n is the total number of points in the distance traveled by the vehicle
  • V avr is the distance traveled by the vehicle Average speed of travel
  • V avr is used as the target average speed.
  • the step of acquiring the visual image, identifying and extracting the vehicle and the traffic identifier in the visual image through the visual camera to obtain the image data specifically includes:
  • the method After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to monitor the vehicle data, the method includes:
  • step of running a digital signal processing algorithm to process the visual image by means of direct storage access includes:
  • the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
  • the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  • the method further includes:
  • a target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
  • the method further includes:
  • an embodiment of the present application also provides a device for monitoring vehicle data, which adopts the following technical solutions:
  • An acquisition module for acquiring a visual image, identifying and extracting a vehicle and a traffic identifier in the visual image through a visual camera to obtain image data
  • the detection module is used to detect the vehicle data corresponding to the visual image through radar;
  • the fusion module is used for mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
  • the processing module is used to process the fused data through the target neural network to monitor vehicle data.
  • the fusion module includes a speed acquisition sub-module, a position calculation sub-module, an average speed acquisition sub-module acquisition sub-module, a complete view field construction sub-module, and a two-line interpolation sub-module.
  • the speed acquisition sub-module is used to obtain the moving speed of the object according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
  • the position calculation sub-module is used to obtain the type of the object and the position of the object according to the image data
  • the average speed acquisition sub-module is used to calculate the target average speed of the object according to the moving speed of the object;
  • the complete field of view construction sub-module is used to construct a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
  • the two-line interpolation sub-module is used for two-line interpolation of vehicle data in the complete field of view to obtain the fusion data.
  • the fusion module includes a distance acquisition sub-module, an average speed calculation sub-module, a confidence calculation sub-module, a normalization sub-module, and a threshold comparison sub-module.
  • the distance acquisition sub-module is used to acquire the lattice distribution in the radar field of view to obtain the travel distance of the vehicle;
  • the average speed calculation sub-module is used to pass The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
  • the confidence calculation sub-module is used to pass Calculate the matching confidence, where ⁇ is the matching confidence;
  • the normalization sub-module is used to pass Normalize the matching confidence to obtain a normalized confidence
  • the threshold comparison sub-module is configured to use the V avr as the target average speed if the normalized confidence is greater than a preset confidence threshold.
  • the monitoring vehicle data device further includes a violation determination module, and the violation determination module includes an image processing sub-module, an identification sub-module, a detection sub-module, and a vehicle information output sub-module.
  • the image processing sub-module is used to run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
  • the recognition sub-module is used to recognize the vehicle and the traffic identifier in the preprocessed visual data through the recognition neural network;
  • the step of processing the fused data through the neural network it specifically includes:
  • the detection sub-module is used to detect and extract the license plate information of the vehicle and the violation information of the vehicle if the vehicle violates regulations;
  • the vehicle information output sub-module is used to output the license plate information of the vehicle and the violation information of the vehicle.
  • the violation judgment module includes a statistical sub-module and an image processing parallel sub-module.
  • the statistics sub-module is used to count the number of the visual images input each time
  • the image processing parallel sub-module is configured to run the digital signal processing algorithm by using a thread pool of the threshold number of images when the number of input visual image data exceeds the threshold number of images each time;
  • the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  • the monitoring vehicle data device further includes a parallel processing module, and the parallel processing module includes an image sequence acquisition sub-module, a maximum processing number acquisition sub-module, and an image analysis sub-module.
  • the image sequence acquisition sub-module is configured to arrange the number of the visual images inputted each time by the plurality of the statistics in a time sequence to obtain an image sequence;
  • the maximum processing number acquisition sub-module is used to acquire the maximum processing image number N;
  • the image analysis sub-module is used for selecting a target image from the image sequence, taking the target image as the first image, and sequentially selecting N images for input.
  • the monitoring vehicle data device further includes an overspeed module, and the overspeed module includes a violation information acquisition submodule.
  • the violation information acquisition sub-module is used to acquire the vehicles that do not follow the traffic line in the image data, and obtain the violation information of the vehicles.
  • the embodiments of the present application also provide a computer device, which adopts the following technical solutions:
  • a computer device includes at least one connected processor, a memory, and a network interface, wherein the memory is used to store computer readable instructions, and the processor is used to call the computer readable instructions in the memory to execute the following The steps of the method for monitoring vehicle data:
  • the fusion data is processed through the target neural network to monitor vehicle data.
  • the embodiments of the present application also provide a computer-readable storage medium, which adopts the following technical solutions:
  • a computer-readable storage medium having computer-readable instructions stored thereon, and when the computer-readable instructions are executed by a processor, the steps of the method for monitoring vehicle data as described below are implemented:
  • the fusion data is processed through the target neural network to monitor vehicle data.
  • This application introduces a method of monitoring vehicle data in the mobile violation detection platform.
  • the violation detection process through the introduction of millimeter wave radar and matching with vehicle image data, the vehicle position, speed and three-dimensional space location information of transportation facilities are effectively obtained , Increase the dimension of information acquisition, improve the accuracy of the terminal algorithm, greatly reduce the possibility of misjudgment of violations, and reduce the labor cost of later violation reviews.
  • Figure 1 is an exemplary system architecture diagram to which the present application can be applied;
  • FIG. 2-1 A flowchart of an embodiment of a method for monitoring vehicle data according to the present application
  • Figure 2-2 A schematic diagram of the installation of a radar and a vision camera in the method for monitoring vehicle data according to the present application;
  • Figure 2-3 A schematic diagram of the mapping and fusion of radar monitoring data and visual images according to the method for monitoring vehicle data according to the present application;
  • Fig. 3 is a schematic structural diagram of an embodiment of a device for monitoring vehicle data according to the present application.
  • Fig. 4 is a schematic structural diagram of an embodiment of a computer device according to the present application.
  • the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105.
  • the network 104 is used to provide a medium for communication links between the terminal devices 101, 102, 103 and the server 105.
  • the network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, and so on.
  • the user can use the terminal devices 101, 102, and 103 to interact with the server 105 through the network 104 to receive or send messages and so on.
  • Various communication client applications such as web browser applications, shopping applications, search applications, instant messaging tools, email clients, and social platform software, may be installed on the terminal devices 101, 102, and 103.
  • the terminal devices 101, 102, and 103 may be various electronic devices with display screens and supporting web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (Moving Picture Experts Group Audio Layer III, dynamic Video experts compress standard audio layer 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic image experts compress standard audio layer 4) players, laptop portable computers and desktop computers, etc.
  • MP3 players Moving Picture Experts Group Audio Layer III, dynamic Video experts compress standard audio layer 3
  • MP4 Moving Picture Experts Group Audio Layer IV, dynamic image experts compress standard audio layer 4
  • laptop portable computers and desktop computers etc.
  • the server 105 may be a server that provides various services, for example, a background server that provides support for pages displayed on the terminal devices 101, 102, and 103.
  • the method for monitoring vehicle data provided by the embodiments of the present application is generally executed by a server/terminal device. Accordingly, the device for monitoring vehicle data is generally set in the server/terminal device.
  • terminal devices, networks, and servers in FIG. 1 are merely illustrative. There can be any number of terminal devices, networks, and servers according to implementation needs.
  • the method for monitoring vehicle data includes the following steps:
  • Step 201 Obtain a visual image, identify and extract the vehicle and the traffic identifier in the visual image through the visual camera to obtain image data.
  • the electronic device (such as the server/terminal device shown in FIG. 1) on which the method for monitoring vehicle data runs can be calibrated by receiving a user request through a wired connection or a wireless connection.
  • the above-mentioned wireless connection methods can include, but are not limited to, 3G/4G connection, WiFi connection, Bluetooth connection, WiMAX connection, Zigbee connection, UWB (ultra wideband) connection, and other wireless connection methods currently known or developed in the future .
  • the visual image is obtained through a radar and a vision camera, and the vision camera and the radar antenna are installed on the same plane of the device for detection of the vehicle ahead and the road identifier.
  • the circle on the left is the camera lens
  • the millimeter wave radar antenna is on the right.
  • the vehicle and traffic identifiers are detected by training the recognition neural network for detecting the target.
  • Complete the detection and extraction of vehicle and traffic identifiers through the vision system including vehicle position, solid lines, dashed lines, yellow solid lines, diversion lines, etc.
  • the image data is obtained.
  • the detection of road edges, the collection of vehicle position and vehicle speed are completed by millimeter wave radar.
  • the vision system is mainly composed of multiple vision cameras.
  • Step 202 Detect vehicle data corresponding to the visual image by radar.
  • the vehicle data includes vehicle position and vehicle speed.
  • the detection and extraction of vehicles and traffic identifiers are completed by the vision system, including vehicle position, solid lines, dashed lines, yellow solid lines, diversion lines, etc.
  • the detection of road edges, the collection of vehicle position and vehicle speed are completed by millimeter wave radar.
  • the radar detects is not a plane point, but a point with a spatial structure, and the vision system is mainly composed of multiple vision cameras.
  • a single camera and radar cannot be completed, so multiple components are required to complete all-round data monitoring.
  • Step 203 Perform mapping and fusion on the image data and the vehicle data through information fusion to obtain fusion data.
  • the left side is the radar field of view
  • the right side is the image field of view
  • the radar is used to detect objects and moving speed in the field
  • the image field of view is used to detect the type and location of the object.
  • the radar detection area is expanded and mapped to the image area through the bilinear interpolation method (Usually the radar field of view will be smaller than the image field of view), the interpolation process only processes the position of the radar detection point, but does not change the size of the changed point and the speed information.
  • v k is the speed of the k-th point in the travel distance of the vehicle
  • n is the total number of points in the travel distance of the vehicle
  • V avr is the travel distance of the vehicle The average speed; thus completing the fusion of k data.
  • Step 204 Process the fusion data through the target neural network to monitor vehicle data.
  • Perception refers to how to parse out the information of the surrounding environment through the input of cameras and other sensors, such as which obstacles, the speed and distance of the obstacles, the width and curvature of the road, etc.
  • Control refers to how to achieve this goal by adjusting the mechanical parameters of the car when there is a goal, such as turning 30 degrees to the right.
  • the target neural network has the fusion data, it can be used to judge whether the car has violations.
  • This application introduces a method of monitoring vehicle data in a mobile violation detection platform.
  • millimeter wave radar and matching with vehicle image data Through the introduction of millimeter wave radar and matching with vehicle image data, the vehicle position, speed, and three-dimensional spatial location information of transportation facilities are effectively obtained, and the information acquisition dimension is increased. , Improve the accuracy of the terminal algorithm, greatly reduce the possibility of misjudgment of violations, and reduce the labor cost of later violation reviews.
  • the moving speed of the object is obtained according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
  • a complete field of view is constructed.
  • the recognition neural network model is used to perform vehicle detection and traffic sign segmentation respectively.
  • the deep learning algorithm refers to how to parse out the information of the surrounding environment through the input of the camera and other sensors, such as which obstacles, the speed and distance of the obstacles, the width and curvature of the road, etc.
  • the vehicle speed measurement is realized by the speed measurement radar array.
  • the confidence level S( ⁇ ) and S( ⁇ ) of the vehicle speed are calculated to determine whether the vehicle speed is less than a value to screen whether the measured vehicle speed is credible.
  • the speed and position of the object are also the same, and passed It is calibrated with the camera data to obtain the speed distribution of all vehicles within the viewing angle. The two-line difference is applied. When the number of radar points appearing in a certain place is too dense due to too many noise points, which affects the judgment, some points near a certain point are eliminated.
  • the step of calculating the target average speed of the object according to the moving speed of the object specifically includes:
  • v k is the speed of the k-th point in the distance traveled by the vehicle
  • n is the total number of points in the distance traveled by the vehicle
  • V avr is the distance traveled by the vehicle Average speed of travel
  • V avr is used as the target average speed.
  • the vehicle in the radar field of view, the vehicle is composed of a series of lattices, and the visually collected vehicle position is matched with the lattice to determine the distance and speed of the vehicle.
  • S( ⁇ ) ⁇ S the data is considered unreliable, and the detected vehicle data is deleted.
  • the credibility of the data is detected, and the misjudgment caused by the wrong detection result is prevented.
  • the moving speed of car A is 10m/s, then according to the location of nearby traffic signs, nearby cyclists, non-moving cars, the location of various obstacles, and the moving speed of cyclists and pedestrians, a complete vehicle and pedestrian can be constructed. Image data.
  • the method before the step of processing the fused data through a neural network, the method further includes:
  • DSP Digital Signal Process
  • DMA Direct Memory Access
  • the method After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to determine whether the vehicle is speeding and violating regulations, the method includes:
  • the image signal processing sub-module is mainly used to output signal processing sub-modules to the front-end image sensor to match image sensors of different manufacturers.
  • the camera data is distributed to the traditional video processing sub-module and the algorithm analysis sub-module at the same time.
  • the programmable logic gate array Field Programmable Gate Arra, FPGA parallelizes the advantages of processing deep learning algorithms, and uses the central processing unit (CPU) to complete logic operations.
  • the existing Semiconductor technology effectively improves the terminal algorithm processing capacity and image processing throughput, realizes the real-time completion of road violation detection algorithms on embedded devices, and transmits the extracted structured information and violation proofs to the traffic management bureau server, which greatly reduces System bandwidth requirements, while reducing the labor costs of later violation reviews.
  • the step of processing the visual image by running a digital signal processing algorithm by means of direct storage access specifically includes:
  • the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
  • the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  • the digital signal processing algorithm is run in a multi-threaded manner to complete the encoding flow through BUF1, BUF2...
  • Data buffering, through the "sampling control" sub-module to realize data multi-stage pipeline processing, the number of BUFx (xth buffer area) is designed according to the actual algorithm execution time, by setting a certain number of buffer areas, that is, the number of image buffers. Zone, to ensure the feasibility of parallel operation of the algorithm.
  • the method before the step of counting the number of visual images input each time, the method further includes:
  • a target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
  • the violation judgment algorithm outputs before, during, after, and after the violation and close-up pictures of the vehicle, extracts the detection result of the license plate, and outputs the time point of the violation judgment, and extracts the time within t before the violation occurred (t according to the violation evidence Request design) Violation information, and save it in the violation video file, and send the data.
  • 10 seconds per time and 10 frames per second 100 frames of images are taken as input each time, and the first 10 frames are deleted for the images in the next second, and the frame number of the last frame is moved back by 10 frames.
  • the method further includes:
  • the vehicle detection data and traffic sign segmentation information are used to determine whether the vehicle is not traveling along the traffic line. If it is determined that the vehicle is not traveling along the traveling line, it is determined that the vehicle is in violation.
  • the vehicle data corresponding to the visual image detected by the radar may be stored in a block.
  • the blockchain referred to in this application is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, and encryption algorithm.
  • Blockchain essentially a decentralized database, is a series of data blocks associated with cryptographic methods. Each data block contains a batch of network transaction information for verification. The validity of the information (anti-counterfeiting) and the generation of the next block.
  • the blockchain can include the underlying platform of the blockchain, the platform product service layer, and the application service layer.
  • the aforementioned storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.
  • this application provides an embodiment of a device for monitoring vehicle data.
  • the device embodiment corresponds to the method embodiment shown in FIG.
  • the device can be specifically applied to various electronic devices.
  • the device 300 for monitoring vehicle data in this embodiment includes: an acquisition module 301, a detection module 302, a fusion module 303, and a processing module 304. among them:
  • the fetching module 301 is used to obtain a visual image, and use a visual camera to identify and extract the vehicle and traffic identifiers in the visual image to obtain image data;
  • the detection module 302 is configured to detect vehicle data corresponding to the visual image through radar;
  • the fusion module 303 is used for mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
  • the processing module 304 is configured to process the fusion data through the target neural network to determine whether the vehicle is speeding and violating regulations.
  • the fusion module of the aforementioned fusion module includes a speed acquisition sub-module, a position calculation sub-module, an average speed acquisition sub-module acquisition sub-module, a complete view field construction sub-module, and a two-line interpolation Submodule:
  • the speed acquisition sub-module is used to obtain the moving speed of the object according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
  • the position calculation sub-module is used to obtain the type of the object and the position of the object according to the image data
  • the average speed acquisition sub-module is used to calculate the target average speed of the object according to the moving speed of the object;
  • the complete field of view construction sub-module is used to construct a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
  • the two-line interpolation sub-module is used for two-line interpolation of vehicle data in the complete field of view to obtain the fusion data.
  • the aforementioned fusion module includes a distance acquisition submodule, an average speed calculation submodule, a confidence calculation submodule, a normalization submodule, and a threshold comparison submodule:
  • the distance acquisition sub-module is used to acquire the lattice distribution in the radar field of view to obtain the travel distance of the vehicle;
  • the average speed calculation sub-module is used to pass The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
  • the confidence calculation sub-module is used to pass Calculate the matching confidence, where ⁇ is the matching confidence;
  • the normalization sub-module is used to pass Normalize the matching confidence to obtain a normalized confidence
  • the threshold comparison sub-module is configured to use the V avr as the target average speed if the normalized confidence is greater than a preset confidence threshold.
  • the above-mentioned device 300 further includes: the monitoring vehicle data device further includes a violation determination module, the monitoring vehicle data device further includes a violation determination module, and the violation determination module includes: Image processing sub-module, recognition sub-module, detection sub-module and vehicle information output sub-module:
  • the image processing sub-module is used to run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
  • the recognition sub-module is used to recognize the vehicle and the traffic identifier in the preprocessed visual data through the recognition neural network;
  • the step of processing the fused data through the neural network it specifically includes:
  • the detection sub-module is used to detect and extract the license plate information of the vehicle and the violation information of the vehicle if the vehicle violates regulations;
  • the vehicle information output sub-module is used to output the license plate information of the vehicle and the violation information of the vehicle.
  • the violation judgment module includes a statistics sub-module and an image processing parallel sub-module:
  • the statistics sub-module is used to count the number of the visual images input each time
  • the image processing parallel sub-module is configured to run the digital signal processing algorithm by using a thread pool of the threshold number of images when the number of input visual image data exceeds the threshold number of images each time;
  • the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  • the above-mentioned device 300 further includes: a parallel processing sub-module, the device for monitoring vehicle data further includes a parallel processing module, the device for monitoring vehicle data further includes a parallel processing module, and the parallel processing
  • the modules include image sequence acquisition sub-module, maximum processing number acquisition sub-module, and image analysis sub-module are also used for:
  • the image sequence acquisition sub-module is configured to arrange the number of the visual images inputted each time by the plurality of the statistics in a time sequence to obtain an image sequence;
  • the maximum processing number acquisition sub-module is used to acquire the maximum processing image number N;
  • the image analysis sub-module is used for selecting a target image from the image sequence, taking the target image as the first image, and sequentially selecting N images for input.
  • the above-mentioned apparatus 300 further includes: a violation judging submodule, and the overspeeding module includes a violation information acquiring submodule:
  • the violation information acquisition sub-module is used to acquire the vehicles that do not follow the traffic line in the image data, and obtain the violation information of the vehicles.
  • FIG. 4 is a block diagram of the basic structure of the computer device in this embodiment.
  • the computer device 4 includes a memory 41, a processor 42, and a network interface 43 that are connected to each other in communication via a system bus. It should be pointed out that the figure only shows the computer device 4 with components 41-43, but it should be understood that it is not required to implement all the shown components, and more or fewer components may be implemented instead. Among them, those skilled in the art can understand that the computer device here is a device that can automatically perform numerical calculation and/or information processing in accordance with pre-set or stored instructions.
  • Its hardware includes, but is not limited to, a microprocessor, a dedicated Integrated Circuit (Application Specific Integrated Circuit, ASIC), Programmable Gate Array (Field-Programmable Gate Array, FPGA), Digital Processor (Digital Signal Processor, DSP), embedded equipment, etc.
  • ASIC Application Specific Integrated Circuit
  • ASIC Application Specific Integrated Circuit
  • FPGA Field-Programmable Gate Array
  • DSP Digital Processor
  • the computer device may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the computer device can interact with the user through a keyboard, a mouse, a remote control, a touch panel, or a voice control device.
  • the memory 41 includes at least one type of readable storage medium, and the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static memory Random access memory (SRAM), read only memory (ROM), electrically erasable programmable read only memory (EEPROM), programmable read only memory (PROM), magnetic memory, magnetic disk, optical disk, etc.
  • the memory 41 may be an internal storage unit of the computer device 4, such as a hard disk or memory of the computer device 4.
  • the memory 41 may also be an external storage device of the computer device 4, such as a plug-in hard disk equipped on the computer device 6, a smart media card (SMC), a secure digital (Secure Digital, SD) card, Flash Card, etc.
  • the memory 41 may also include both the internal storage unit of the computer device 4 and its external storage device.
  • the memory 41 is generally used to store an operating system and various application software installed in the computer device 4, such as computer-readable instructions for monitoring vehicle data.
  • the memory 41 can also be used to temporarily store various types of data that have been output or will be output.
  • the processor 42 may be a central processing unit (Central Processing Unit, CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments.
  • the processor 42 is generally used to control the overall operation of the computer device 4.
  • the processor 42 is configured to run computer-readable instructions or process data stored in the memory 41, for example, run the computer-readable instructions of the aforementioned method for monitoring vehicle data.
  • the network interface 43 may include a wireless network interface or a wired network interface, and the network interface 43 is generally used to establish a communication connection between the computer device 4 and other electronic devices.
  • the computer-readable storage medium may be non-volatile or volatile, and the computer-readable storage medium may be non-volatile. Volatile, or volatile, the computer-readable storage medium stores computer-readable instructions, and the computer-readable instructions can be executed by at least one processor, so that the at least one processor can execute as described above The steps of the method of monitoring vehicle data.
  • the technical solution of this application essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to make a terminal device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the methods described in the various embodiments of the present application.
  • a terminal device which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Image Analysis (AREA)
  • Traffic Control Systems (AREA)

Abstract

A vehicle data monitoring method, comprising: obtaining a visual image, and identifying and extracting a vehicle and a traffic identifier in the visual image by means of a visual camera, so as to obtain image data (201); detecting vehicle data corresponding to the visual image by means of radar (202); performing mapping fusion on the image data and the vehicle data by means of information fusion, and obtaining fusion data (203); processing the fusion data by means of a target neural network, so as to monitor the vehicle data (204). Also provided are a vehicle data monitoring apparatus, a computer device, and a storage medium. The present invention increases the accuracy of information discrimination

Description

监控车辆数据方法、装置、计算机设备及存储介质Method, device, computer equipment and storage medium for monitoring vehicle data
本申请要求于2020年9月7日提交中国专利局、申请号为202010931252.1,发明名称为“监控车辆数据方法、装置、计算机设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of a Chinese patent application filed with the Chinese Patent Office on September 7, 2020 with the application number 202010931252.1 and the invention title "Methods, devices, computer equipment and storage media for monitoring vehicle data", the entire contents of which are incorporated by reference Incorporated in this application.
技术领域Technical field
本申请涉及人工智能领域,尤其涉及一种监控车辆数据方法、装置、计算机设备及存储介质。This application relates to the field of artificial intelligence, and in particular to a method, device, computer equipment, and storage medium for monitoring vehicle data.
背景技术Background technique
违章检测摄像机一般部署在卡口、桥梁等固定位置,使得违章行为检测能力单一,道路违章监测覆盖面不足,对于车辆行车过程中大量违章缺乏监管及惩罚措施,进而降低了城市道路通行效率。在监控车辆数据过程中,发明人意识到目前产品方案还是单一基于视觉分析的方法,以安装在警用车辆上摄像机为例,由于路面状况复杂,目前装备端仅能够完成疑似车牌的筛查,对于道路违章行为的判断只能够通过人工进行,虽然已经有部分厂商引入深度学习技术,在特定场景下在移动端进行违章行为的判别,但是由于路面状况复杂,二维图像由于固有的视差以及辅助判断信息缺乏,很容易造成误判。Violation detection cameras are generally deployed in fixed locations such as bayonet and bridges, resulting in single violation detection capabilities, insufficient road violation monitoring coverage, and lack of supervision and punishment measures for a large number of violations during vehicle driving, thereby reducing the efficiency of urban road traffic. In the process of monitoring vehicle data, the inventor realized that the current product solution is still a single method based on visual analysis. Take the camera installed on a police vehicle as an example. Due to the complex road conditions, the current equipment can only complete the screening of suspected license plates. The judgment of road violations can only be done manually. Although some manufacturers have introduced deep learning technology to determine violations on the mobile terminal in specific scenarios, due to the complex road conditions, the two-dimensional image is due to inherent parallax and assistance. Lack of judgment information can easily lead to misjudgments.
发明内容Summary of the invention
本申请实施例的目的在于提出一种监控车辆数据方法、装置、计算机设备及存储介质,以提高道路违章检测的覆盖范围。The purpose of the embodiments of the present application is to provide a method, device, computer equipment, and storage medium for monitoring vehicle data, so as to improve the coverage of road violation detection.
为了解决上述技术问题,本申请实施例提供一种监控车辆数据方法,采用了如下所述的技术方案:In order to solve the above technical problems, an embodiment of the present application provides a method for monitoring vehicle data, which adopts the following technical solutions:
获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
进一步的,所述通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据的步骤具体包括:Further, the step of mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data specifically includes:
根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;Obtaining the moving speed of the object according to the vehicle data, the object including at least a vehicle and a traffic identifier;
根据所述图像数据,得到所述物体的类型以及所述物体的位置;Obtaining the type of the object and the position of the object according to the image data;
根据所述物体的移动速度计算物体的目标平均速度;Calculating the target average speed of the object according to the moving speed of the object;
基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;Constructing a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
双线插值所述完整视域中的车辆数据,得到所述融合数据。Two-line interpolation of vehicle data in the complete field of view obtains the fusion data.
进一步的,所述根据所述物体的移动速度计算物体的目标平均速度的步骤具体包括:Further, the step of calculating the target average speed of the object according to the moving speed of the object specifically includes:
获取雷达视域中的点阵分布,得到所述车辆的行进距离;Obtain the lattice distribution in the radar field of view, and obtain the travel distance of the vehicle;
通过
Figure PCTCN2020134940-appb-000001
计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
by
Figure PCTCN2020134940-appb-000001
The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
通过
Figure PCTCN2020134940-appb-000002
计算匹配置信度,其中σ为匹配置信度;
by
Figure PCTCN2020134940-appb-000002
Calculate the matching confidence, where σ is the matching confidence;
通过
Figure PCTCN2020134940-appb-000003
对所述匹配置信度归一化,得到归一化的置信度;
by
Figure PCTCN2020134940-appb-000003
Normalize the matching confidence to obtain a normalized confidence;
若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 If the normalized confidence is greater than a preset confidence threshold, then the V avr is used as the target average speed.
进一步的,所述获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据的步骤具体包括:Further, the step of acquiring the visual image, identifying and extracting the vehicle and the traffic identifier in the visual image through the visual camera to obtain the image data specifically includes:
通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;Run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;Recognizing vehicles and traffic identifiers in the pre-processed visual data through the recognition neural network;
所述通过目标神经网络处理所述融合数据中的所述车辆以及所述交通标识符,以监控车辆数据的步骤之后,包括:After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to monitor the vehicle data, the method includes:
若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;If the vehicle violates regulations, detect and extract the license plate information of the vehicle and the violation information of the vehicle;
输出所述车辆的车牌信息以及所述车辆的违章信息。Output the license plate information of the vehicle and the violation information of the vehicle.
进一步的,所述通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像的步骤包括:Further, the step of running a digital signal processing algorithm to process the visual image by means of direct storage access includes:
统计每次输入的所述视觉图像数量;Count the number of the visual images input each time;
当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;When the number of the visual image data input each time exceeds the image number threshold, the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
进一步的,所述统计每次输入的所述视觉图像数量的步骤之前还包括:Further, before the step of counting the number of visual images input each time, the method further includes:
将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;Arranging the number of the visual images inputted each time by the plurality of the statistics in time sequence to obtain an image sequence;
获取最大处理图像数量N;Obtain the maximum number of processed images N;
从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。A target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
进一步的,所述通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标 识符的步骤之后还包括:Further, after the step of recognizing the vehicle and the traffic identifier in the preprocessed visual data through the recognition neural network, the method further includes:
获取所述图像数据中未按照交通线行驶的车辆,得到所述车辆的违章信息。Obtain the vehicle that does not follow the traffic line in the image data, and obtain the violation information of the vehicle.
为了解决上述技术问题,本申请实施例还提供一种监控车辆数据装置,采用了如下所述的技术方案:In order to solve the above technical problems, an embodiment of the present application also provides a device for monitoring vehicle data, which adopts the following technical solutions:
获取模块,用于获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;An acquisition module for acquiring a visual image, identifying and extracting a vehicle and a traffic identifier in the visual image through a visual camera to obtain image data;
检测模块,用于通过雷达检测所述视觉图像对应的车辆数据;The detection module is used to detect the vehicle data corresponding to the visual image through radar;
融合模块,用于通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;The fusion module is used for mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
处理模块,用于通过目标神经网络处理所述融合数据,以监控车辆数据。The processing module is used to process the fused data through the target neural network to monitor vehicle data.
进一步的,所述融合模块包括速度获取子模块、位置计算子模块、平均速度获取子模块获取子模块、完整视域构建子模块以及双线插值子模块。Further, the fusion module includes a speed acquisition sub-module, a position calculation sub-module, an average speed acquisition sub-module acquisition sub-module, a complete view field construction sub-module, and a two-line interpolation sub-module.
速度获取子模块用于根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;The speed acquisition sub-module is used to obtain the moving speed of the object according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
位置计算子模块用于根据所述图像数据,得到所述物体的类型以及所述物体的位置;The position calculation sub-module is used to obtain the type of the object and the position of the object according to the image data;
平均速度获取子模块用于根据所述物体的移动速度计算物体的目标平均速度;The average speed acquisition sub-module is used to calculate the target average speed of the object according to the moving speed of the object;
完整视域构建子模块用于基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;The complete field of view construction sub-module is used to construct a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
双线插值子模块用于双线插值所述完整视域中的车辆数据,得到所述融合数据。The two-line interpolation sub-module is used for two-line interpolation of vehicle data in the complete field of view to obtain the fusion data.
进一步的,所述融合模块包括距离获取子模块、平均速度计算子模块、置信度计算子模块、归一化子模块以及阈值比较子模块。Further, the fusion module includes a distance acquisition sub-module, an average speed calculation sub-module, a confidence calculation sub-module, a normalization sub-module, and a threshold comparison sub-module.
距离获取子模块用于获取雷达视域中的点阵分布,得到所述车辆的行进距离;The distance acquisition sub-module is used to acquire the lattice distribution in the radar field of view to obtain the travel distance of the vehicle;
平均速度计算子模块用于通过
Figure PCTCN2020134940-appb-000004
计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
The average speed calculation sub-module is used to pass
Figure PCTCN2020134940-appb-000004
The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
置信度计算子模块用于通过
Figure PCTCN2020134940-appb-000005
计算匹配置信度,其中σ为匹配置信度;
The confidence calculation sub-module is used to pass
Figure PCTCN2020134940-appb-000005
Calculate the matching confidence, where σ is the matching confidence;
归一化子模块用于通过
Figure PCTCN2020134940-appb-000006
对所述匹配置信度归一化,得到归一化的置信度;
The normalization sub-module is used to pass
Figure PCTCN2020134940-appb-000006
Normalize the matching confidence to obtain a normalized confidence;
阈值比较子模块用于若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 The threshold comparison sub-module is configured to use the V avr as the target average speed if the normalized confidence is greater than a preset confidence threshold.
进一步的,所述监控车辆数据装置还包括违章判别模块,所述违章判别模块包括,图像处理子模块、识别子模块、检测子模块以及车辆信息输出子模块。Further, the monitoring vehicle data device further includes a violation determination module, and the violation determination module includes an image processing sub-module, an identification sub-module, a detection sub-module, and a vehicle information output sub-module.
图像处理子模块用于通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;The image processing sub-module is used to run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
识别子模块用于通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;The recognition sub-module is used to recognize the vehicle and the traffic identifier in the preprocessed visual data through the recognition neural network;
所述通过神经网络处理所述融合数据的步骤之后,具体包括:After the step of processing the fused data through the neural network, it specifically includes:
检测子模块用于若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;The detection sub-module is used to detect and extract the license plate information of the vehicle and the violation information of the vehicle if the vehicle violates regulations;
车辆信息输出子模块用于输出所述车辆的车牌信息以及所述车辆的违章信息。The vehicle information output sub-module is used to output the license plate information of the vehicle and the violation information of the vehicle.
进一步的,所述违章判别模模块包括统计子模块以及图像处理并行子模块。Further, the violation judgment module includes a statistical sub-module and an image processing parallel sub-module.
统计子模块用于统计每次输入的所述视觉图像数;The statistics sub-module is used to count the number of the visual images input each time;
图像处理并行子模块用于当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;The image processing parallel sub-module is configured to run the digital signal processing algorithm by using a thread pool of the threshold number of images when the number of input visual image data exceeds the threshold number of images each time;
当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
进一步的,所述监控车辆数据装置还包括并行处理模块,所述并行处理模块包括图像序列获取子模块、最大处理数获取子模块以及图像分析子模块。Further, the monitoring vehicle data device further includes a parallel processing module, and the parallel processing module includes an image sequence acquisition sub-module, a maximum processing number acquisition sub-module, and an image analysis sub-module.
图像序列获取子模块用于将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;The image sequence acquisition sub-module is configured to arrange the number of the visual images inputted each time by the plurality of the statistics in a time sequence to obtain an image sequence;
最大处理数获取子模块用于获取最大处理图像数量N;The maximum processing number acquisition sub-module is used to acquire the maximum processing image number N;
图像分析子模块用于从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。The image analysis sub-module is used for selecting a target image from the image sequence, taking the target image as the first image, and sequentially selecting N images for input.
进一步的,所述监控车辆数据装置还包括超速模块,所述超速模块包括违章信息获取子模块。Further, the monitoring vehicle data device further includes an overspeed module, and the overspeed module includes a violation information acquisition submodule.
违章信息获取子模块用于获取所述图像数据中未按照交通线行驶的车辆,得到所述车辆的违章信息。The violation information acquisition sub-module is used to acquire the vehicles that do not follow the traffic line in the image data, and obtain the violation information of the vehicles.
为了解决上述技术问题,本申请实施例还提供一种计算机设备,采用了如下所述的技术方案:In order to solve the above technical problems, the embodiments of the present application also provide a computer device, which adopts the following technical solutions:
一种计算机设备,其包括至少一个连接的处理器、存储器、网络接口,其中,所述存储器用于存储计算机可读指令,所述处理器用于调用所述存储器中的计算机可读指令来执行如下所述的监控车辆数据方法的步骤:A computer device includes at least one connected processor, a memory, and a network interface, wherein the memory is used to store computer readable instructions, and the processor is used to call the computer readable instructions in the memory to execute the following The steps of the method for monitoring vehicle data:
获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
为了解决上述技术问题,本申请实施例还提供一种计算机可读存储介质,采用了如下所述的技术方案:In order to solve the above technical problems, the embodiments of the present application also provide a computer-readable storage medium, which adopts the following technical solutions:
一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如下所述的监控车辆数据方法的步骤:A computer-readable storage medium having computer-readable instructions stored thereon, and when the computer-readable instructions are executed by a processor, the steps of the method for monitoring vehicle data as described below are implemented:
获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
与现有技术相比,本申请实施例主要有以下有益效果:Compared with the prior art, the embodiments of the present application mainly have the following beneficial effects:
本申请在移动违章检测平台中引入监控车辆数据的方法,在违章检测过程中,通过毫米波雷达的引入,并与车辆图像数据进行匹配,有效获取了车辆位置、速度以及交通设施三维空间位置信息,增加了信息获取维度,提升了终端算法准确度,大大降低了对于违章误判的可能,同时减少了后期违章审核的人工成本。This application introduces a method of monitoring vehicle data in the mobile violation detection platform. In the violation detection process, through the introduction of millimeter wave radar and matching with vehicle image data, the vehicle position, speed and three-dimensional space location information of transportation facilities are effectively obtained , Increase the dimension of information acquisition, improve the accuracy of the terminal algorithm, greatly reduce the possibility of misjudgment of violations, and reduce the labor cost of later violation reviews.
附图说明Description of the drawings
为了更清楚地说明本申请中的方案,下面将对本申请实施例描述中所需要使用的附图作一个简单介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the solution in this application more clearly, the following will briefly introduce the drawings used in the description of the embodiments of the application. Obviously, the drawings in the following description are some embodiments of the application. Ordinary technicians can obtain other drawings based on these drawings without creative work.
图1是本申请可以应用于其中的示例性系统架构图;Figure 1 is an exemplary system architecture diagram to which the present application can be applied;
图2-1根据本申请的监控车辆数据方法的一个实施例的流程图;Fig. 2-1 A flowchart of an embodiment of a method for monitoring vehicle data according to the present application;
图2-2根据本申请的监控车辆数据方法的一个雷达以及视觉摄像机的安装示意图;Figure 2-2 A schematic diagram of the installation of a radar and a vision camera in the method for monitoring vehicle data according to the present application;
图2-3根据本申请的监控车辆数据方法的一个雷达监测数据与视觉图像的映射融合示意图;Figure 2-3 A schematic diagram of the mapping and fusion of radar monitoring data and visual images according to the method for monitoring vehicle data according to the present application;
图3是根据本申请的监控车辆数据装置的一个实施例的结构示意图;Fig. 3 is a schematic structural diagram of an embodiment of a device for monitoring vehicle data according to the present application;
图4是根据本申请的计算机设备的一个实施例的结构示意图。Fig. 4 is a schematic structural diagram of an embodiment of a computer device according to the present application.
具体实施方式Detailed ways
除非另有定义,本文所使用的所有的技术和科学术语与属于本申请的技术领域的技术人员通常理解的含义相同;本文中在申请的说明书中所使用的术语只是为了描述具体的实施例的目的,不是旨在于限制本申请;本申请的说明书和权利要求书及上述附图说明中的术语“包括”和“具有”以及它们的任何变形,意图在于覆盖不排他的包含。本申请的说明书和权利要求书或上述附图中的术语“第一”、“第二”等是用于区别不同对象,而不是用于描述特定顺序。Unless otherwise defined, all technical and scientific terms used herein have the same meanings as commonly understood by those skilled in the technical field of the application; the terms used in the specification of the application herein are only for describing specific embodiments. The purpose is not to limit the application; the terms "including" and "having" in the specification and claims of the application and the above-mentioned description of the drawings and any variations thereof are intended to cover non-exclusive inclusions. The terms "first", "second", etc. in the specification and claims of the present application or the above-mentioned drawings are used to distinguish different objects, rather than to describe a specific sequence.
在本文中提及“实施例”意味着,结合实施例描述的特定特征、结构或特性可以包含在本申请的至少一个实施例中。在说明书中的各个位置出现该短语并不一定均是指相同的实施例,也不是与其它实施例互斥的独立的或备选的实施例。本领域技术人员显式地和隐式地理解的是,本文所描述的实施例可以与其它实施例相结合。The reference to "embodiments" herein means that a specific feature, structure, or characteristic described in conjunction with the embodiments may be included in at least one embodiment of the present application. The appearance of the phrase in various places in the specification does not necessarily refer to the same embodiment, nor is it an independent or alternative embodiment mutually exclusive with other embodiments. Those skilled in the art clearly and implicitly understand that the embodiments described herein can be combined with other embodiments.
为了使本技术领域的人员更好地理解本申请方案,下面将结合附图,对本申请实施例中的技术方案进行清楚、完整地描述。In order to enable those skilled in the art to better understand the solutions of the present application, the technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the accompanying drawings.
如图1所示,系统架构100可以包括终端设备101、102、103,网络104和服务器105。网络104用以在终端设备101、102、103和服务器105之间提供通信链路的介质。网络104可以包括各种连接类型,例如有线、无线通信链路或者光纤电缆等等。As shown in FIG. 1, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 is used to provide a medium for communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, and so on.
用户可以使用终端设备101、102、103通过网络104与服务器105交互,以接收或发送消息等。终端设备101、102、103上可以安装有各种通讯客户端应用,例如网页浏览器应用、购物类应用、搜索类应用、即时通信工具、邮箱客户端、社交平台软件等。The user can use the terminal devices 101, 102, and 103 to interact with the server 105 through the network 104 to receive or send messages and so on. Various communication client applications, such as web browser applications, shopping applications, search applications, instant messaging tools, email clients, and social platform software, may be installed on the terminal devices 101, 102, and 103.
终端设备101、102、103可以是具有显示屏并且支持网页浏览的各种电子设备,包括但不限于智能手机、平板电脑、电子书阅读器、MP3播放器(Moving Picture Experts Group Audio Layer III,动态影像专家压缩标准音频层面3)、MP4(Moving Picture Experts Group Audio Layer IV,动态影像专家压缩标准音频层面4)播放器、膝上型便携计算机和台式计算机等等。The terminal devices 101, 102, and 103 may be various electronic devices with display screens and supporting web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (Moving Picture Experts Group Audio Layer III, dynamic Video experts compress standard audio layer 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic image experts compress standard audio layer 4) players, laptop portable computers and desktop computers, etc.
服务器105可以是提供各种服务的服务器,例如对终端设备101、102、103上显示的页面提供支持的后台服务器。The server 105 may be a server that provides various services, for example, a background server that provides support for pages displayed on the terminal devices 101, 102, and 103.
需要说明的是,本申请实施例所提供的监控车辆数据方法一般由服务器/终端设备执行,相应地,监控车辆数据装置一般设置于服务器/终端设备中。It should be noted that the method for monitoring vehicle data provided by the embodiments of the present application is generally executed by a server/terminal device. Accordingly, the device for monitoring vehicle data is generally set in the server/terminal device.
应该理解,图1中的终端设备、网络和服务器的数目仅仅是示意性的。根据实现需要,可以具有任意数目的终端设备、网络和服务器。It should be understood that the numbers of terminal devices, networks, and servers in FIG. 1 are merely illustrative. There can be any number of terminal devices, networks, and servers according to implementation needs.
继续参考图2,示出了根据本申请的监控车辆数据的方法的一个实施例的流程图。所述的监控车辆数据方法,包括以下步骤:With continued reference to FIG. 2, a flowchart of an embodiment of the method for monitoring vehicle data according to the present application is shown. The method for monitoring vehicle data includes the following steps:
步骤201,获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据。Step 201: Obtain a visual image, identify and extract the vehicle and the traffic identifier in the visual image through the visual camera to obtain image data.
在本实施例中,监控车辆数据方法运行于其上的电子设备(例如图1所示的服务器/终端设备)可以通过有线连接方式或者无线连接方式服务器接收用户请求进行标定。需要指出的是,上述无线连接方式可以包括但不限于3G/4G连接、WiFi连接、蓝牙连接、WiMAX连接、Zigbee连接、UWB(ultra wideband)连接、以及其他现在已知或将来开发的无线连接方式。In this embodiment, the electronic device (such as the server/terminal device shown in FIG. 1) on which the method for monitoring vehicle data runs can be calibrated by receiving a user request through a wired connection or a wireless connection. It should be pointed out that the above-mentioned wireless connection methods can include, but are not limited to, 3G/4G connection, WiFi connection, Bluetooth connection, WiMAX connection, Zigbee connection, UWB (ultra wideband) connection, and other wireless connection methods currently known or developed in the future .
在本实施中,视觉图像通过雷达和视觉摄像机获得,视觉摄像机与雷达天线安装在设备的同一平面,用于对于前方车辆以及道路标识符的检测。如图2-2所示,左侧圆形为摄像机镜头,靠右侧为毫米波雷达天线。通过训练好用于检测目标的识别神经网络来对车辆以及交通标识符进行检测。通过视觉系统完成车辆、交通标识符的检测、提取,包括车辆 位置、实线、虚线、黄实线、导流线等。在完成对视觉图像的识别以后,得到了图像数据。通过毫米波雷达完成道路边缘的检测、车辆位置及车辆速度的采集。视觉系统主要由多个视觉摄像机组成。In this implementation, the visual image is obtained through a radar and a vision camera, and the vision camera and the radar antenna are installed on the same plane of the device for detection of the vehicle ahead and the road identifier. As shown in Figure 2-2, the circle on the left is the camera lens, and the millimeter wave radar antenna is on the right. The vehicle and traffic identifiers are detected by training the recognition neural network for detecting the target. Complete the detection and extraction of vehicle and traffic identifiers through the vision system, including vehicle position, solid lines, dashed lines, yellow solid lines, diversion lines, etc. After completing the recognition of the visual image, the image data is obtained. The detection of road edges, the collection of vehicle position and vehicle speed are completed by millimeter wave radar. The vision system is mainly composed of multiple vision cameras.
步骤202,通过雷达检测所述视觉图像对应的车辆数据。Step 202: Detect vehicle data corresponding to the visual image by radar.
在本实施例中,车辆数据包括车辆位置及车辆速度,通过视觉系统完成车辆、交通标识符的检测、提取,包括车辆位置、实线、虚线、黄实线、导流线等。通过毫米波雷达完成道路边缘的检测、车辆位置及车辆速度的采集。其中,雷达所检测出来的不是平面的点,是具有空间结构的点,而视觉系统主要由多个视觉摄像机组成。一般在车辆监控中,为了全方位无死角的监控四周的路况,单个摄像机以及雷达无法完成,因此需要多个构成完成全方位数据监控。In this embodiment, the vehicle data includes vehicle position and vehicle speed. The detection and extraction of vehicles and traffic identifiers are completed by the vision system, including vehicle position, solid lines, dashed lines, yellow solid lines, diversion lines, etc. The detection of road edges, the collection of vehicle position and vehicle speed are completed by millimeter wave radar. Among them, what the radar detects is not a plane point, but a point with a spatial structure, and the vision system is mainly composed of multiple vision cameras. Generally, in vehicle monitoring, in order to monitor the surrounding road conditions in all directions without blind spots, a single camera and radar cannot be completed, so multiple components are required to complete all-round data monitoring.
步骤203,通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据。Step 203: Perform mapping and fusion on the image data and the vehicle data through information fusion to obtain fusion data.
在本实施例中,如图2-3所示左侧为雷达视域,右侧为图像视域,雷达用于探测域内物体及移动速度,图像视域用于检测物体类型及位置。通过将两视域结合,进行车辆、物体甄别及相对移动速度判别。由于通常两个视域比例是不完全一致的,此时需要通过裁剪方式,牺牲一部分探测能力,保证视域比例的一致性;最后,通过双线性插值方式将雷达探测域扩展映射到图像域(通常雷达视域会小于图像视域),插值过程仅仅处理雷达检测点的位置,但不改变改点的大小以及速度信息。获取雷达视域中的点阵分布,得到所述车辆的行进距离,通过
Figure PCTCN2020134940-appb-000007
计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;从而完成k个数据的融合。
In this embodiment, as shown in Figure 2-3, the left side is the radar field of view, the right side is the image field of view, the radar is used to detect objects and moving speed in the field, and the image field of view is used to detect the type and location of the object. By combining the two fields of view, vehicle and object discrimination and relative movement speed discrimination are performed. Since the ratios of the two viewing areas are usually not completely the same, it is necessary to sacrifice a part of the detection ability through cropping to ensure the consistency of the viewing area ratio; finally, the radar detection area is expanded and mapped to the image area through the bilinear interpolation method (Usually the radar field of view will be smaller than the image field of view), the interpolation process only processes the position of the radar detection point, but does not change the size of the changed point and the speed information. Obtain the lattice distribution in the radar field of view, obtain the travel distance of the vehicle, and pass
Figure PCTCN2020134940-appb-000007
The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the travel distance of the vehicle, n is the total number of points in the travel distance of the vehicle, and V avr is the travel distance of the vehicle The average speed; thus completing the fusion of k data.
步骤204,通过目标神经网络处理所述融合数据,以监控车辆数据。Step 204: Process the fusion data through the target neural network to monitor vehicle data.
在本实施例中,在驾驶领域中包含了感知、决策和控制三个方面。感知指的是如何通过摄像头和其他传感器的输入解析出周围环境的信息,例如有哪些障碍物、障碍物的速度和距离、道路的宽度和曲率等。控制是指当有了一个目标,例如右转30度,如何通过调整汽车的机械参数达到这个目标。当所述目标神经网络拥有融合数据以后,可以用来判断汽车是否存在违规。In this embodiment, three aspects of perception, decision-making and control are included in the driving field. Perception refers to how to parse out the information of the surrounding environment through the input of cameras and other sensors, such as which obstacles, the speed and distance of the obstacles, the width and curvature of the road, etc. Control refers to how to achieve this goal by adjusting the mechanical parameters of the car when there is a goal, such as turning 30 degrees to the right. When the target neural network has the fusion data, it can be used to judge whether the car has violations.
本申请在移动违章检测平台中引入监控车辆数据的方法,通过毫米波雷达的引入,并与车辆图像数据进行匹配,有效获取了车辆位置、速度以及交通设施三维空间位置信息,增加了信息获取维度,提升了终端算法准确度,大大降低了对于违章误判的可能,同时减少了后期违章审核的人工成本。This application introduces a method of monitoring vehicle data in a mobile violation detection platform. Through the introduction of millimeter wave radar and matching with vehicle image data, the vehicle position, speed, and three-dimensional spatial location information of transportation facilities are effectively obtained, and the information acquisition dimension is increased. , Improve the accuracy of the terminal algorithm, greatly reduce the possibility of misjudgment of violations, and reduce the labor cost of later violation reviews.
在一些可选的实现方式中,根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;In some optional implementation manners, the moving speed of the object is obtained according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
根据所述图像数据,得到所述物体的类型以及所述物体的位置;Obtaining the type of the object and the position of the object according to the image data;
根据所述物体的移动速度计算物体的目标平均速度;Calculating the target average speed of the object according to the moving speed of the object;
基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域。Based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object, a complete field of view is constructed.
双线插值所述完整视域中的车辆数据,得到所述融合数据。Two-line interpolation of vehicle data in the complete field of view obtains the fusion data.
上述实施方式中,利用识别神经网络模型分别进行车辆检测与交通标识分割。深度学习算法是指的是如何通过摄像头和其他传感器的输入解析出周围环境的信息,例如有哪些障碍物、障碍物的速度和距离、道路的宽度和曲率等。通过测速雷达阵列实现车速测量,通过计算车速的置信度S(σ),S(σ)判断是否小于一个值,以筛选测量的车速是否可信,物体的速度,位置等也是同理,并通过与摄像机的数据标定,获取视角范围内所有车辆的车速分布。双线差值应用于,当某处出现的雷达点数由于噪声点过多,导致过于密集,影响了判断,则将某个点附近的一些点进行剔除。In the foregoing embodiment, the recognition neural network model is used to perform vehicle detection and traffic sign segmentation respectively. The deep learning algorithm refers to how to parse out the information of the surrounding environment through the input of the camera and other sensors, such as which obstacles, the speed and distance of the obstacles, the width and curvature of the road, etc. The vehicle speed measurement is realized by the speed measurement radar array. The confidence level S(σ) and S(σ) of the vehicle speed are calculated to determine whether the vehicle speed is less than a value to screen whether the measured vehicle speed is credible. The speed and position of the object are also the same, and passed It is calibrated with the camera data to obtain the speed distribution of all vehicles within the viewing angle. The two-line difference is applied. When the number of radar points appearing in a certain place is too dense due to too many noise points, which affects the judgment, some points near a certain point are eliminated.
在一些可选的实现方式中,所述根据所述物体的移动速度计算物体的目标平均速度的步骤具体包括:In some optional implementation manners, the step of calculating the target average speed of the object according to the moving speed of the object specifically includes:
获取雷达视域中的点阵分布,得到所述车辆的行进距离;Obtain the lattice distribution in the radar field of view, and obtain the travel distance of the vehicle;
通过
Figure PCTCN2020134940-appb-000008
计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
by
Figure PCTCN2020134940-appb-000008
The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
通过
Figure PCTCN2020134940-appb-000009
计算匹配置信度,其中σ为匹配置信度;
by
Figure PCTCN2020134940-appb-000009
Calculate the matching confidence, where σ is the matching confidence;
通过
Figure PCTCN2020134940-appb-000010
对所述匹配置信度归一化,得到归一化的置信度;
by
Figure PCTCN2020134940-appb-000010
Normalize the matching confidence to obtain a normalized confidence;
若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 If the normalized confidence is greater than a preset confidence threshold, then the V avr is used as the target average speed.
上述实施方式中,雷达视域内,车辆由一系列点阵构成,视觉采集到的车辆位置与点阵进行匹配,从而确定车辆距离以及速度。S(σ)<S,则认为数据不可信,对所述检测到的车辆数据进行删除。通过这个方法检测了数据的可信程度,防止因为错误检测结果造成了误判。以获取到A车移动速度为10m/s时,然后根据附近的交通标识位置,附近的单车行人,没有移动的车,各种障碍物的位置以及单车行人等移动速度,构建一个车辆行人的完整图像数据。In the above embodiment, in the radar field of view, the vehicle is composed of a series of lattices, and the visually collected vehicle position is matched with the lattice to determine the distance and speed of the vehicle. S(σ)<S, the data is considered unreliable, and the detected vehicle data is deleted. Through this method, the credibility of the data is detected, and the misjudgment caused by the wrong detection result is prevented. When the moving speed of car A is 10m/s, then according to the location of nearby traffic signs, nearby cyclists, non-moving cars, the location of various obstacles, and the moving speed of cyclists and pedestrians, a complete vehicle and pedestrian can be constructed. Image data.
在一些可选的实现方式中,所述通过神经网络处理所述融合数据的步骤之前还包括:In some optional implementation manners, before the step of processing the fused data through a neural network, the method further includes:
通过直接储存访问(Direct Memory Access,DMA)的方式运行数字信号处理算法(Digital Signal Process,DSP)处理所述视觉图像,得到预处理后的图像数据;Run a digital signal processing algorithm (Digital Signal Process, DSP) to process the visual image by means of Direct Memory Access (DMA) to obtain preprocessed image data;
通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;Recognizing vehicles and traffic identifiers in the pre-processed visual data through the recognition neural network;
所述通过目标神经网络处理所述融合数据中的所述车辆以及所述交通标识符,以判断所述车辆是否超速违章的步骤之后,包括:After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to determine whether the vehicle is speeding and violating regulations, the method includes:
若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;If the vehicle violates regulations, detect and extract the license plate information of the vehicle and the violation information of the vehicle;
输出所述车辆的车牌信息以及所述车辆的违章信息。Output the license plate information of the vehicle and the violation information of the vehicle.
上述实施方式中,所述图像信号处理子模块主要用来对前端图像传感器输出信号处理的子模块以匹配不同厂商的图象传感器。通过DMA技术,将摄像机数据同时分发到传统视频处理子模块及算法分析子模块,通过对于采集图片的流水线处理,降低了对于硬件算力及功耗的要求,通过采用异构设计方案,利用现场可编程逻辑门阵列(Field Programmable Gate Arra,FPGA)并行化优势处理深度学习算法,利用中央处理器(central processing unit,CPU)完成逻辑运算,在有限成本及功耗提升的情况下,利用现有半导体技术,有效提升了终端算法处理能力及图片处理吞吐量,实现了在嵌入式设备上实时完成道路违章检测算法,并将提取后的结构化信息及违章举证传输到交管局服务器,大大降低了系统带宽要求,同时减少了后期违章审核的人工成本。In the above embodiments, the image signal processing sub-module is mainly used to output signal processing sub-modules to the front-end image sensor to match image sensors of different manufacturers. Through the DMA technology, the camera data is distributed to the traditional video processing sub-module and the algorithm analysis sub-module at the same time. Through the pipeline processing of the collected pictures, the requirements for hardware computing power and power consumption are reduced. The programmable logic gate array (Field Programmable Gate Arra, FPGA) parallelizes the advantages of processing deep learning algorithms, and uses the central processing unit (CPU) to complete logic operations. Under the condition of limited cost and increased power consumption, the existing Semiconductor technology effectively improves the terminal algorithm processing capacity and image processing throughput, realizes the real-time completion of road violation detection algorithms on embedded devices, and transmits the extracted structured information and violation proofs to the traffic management bureau server, which greatly reduces System bandwidth requirements, while reducing the labor costs of later violation reviews.
在一些可选的实现方式中,所述通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像的步骤具体包括:In some optional implementation manners, the step of processing the visual image by running a digital signal processing algorithm by means of direct storage access specifically includes:
统计每次输入的所述视觉图像数量;Count the number of the visual images input each time;
当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;When the number of the visual image data input each time exceeds the image number threshold, the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
上述实施方式中,由于预处理、车辆检测/分割、违章判别/车牌检测均为耗时操作,因此在编码流程完结后,多线程的方式运行数字信号处理算法具体通过BUF1、BUF2…完成编码流数据缓冲,通过“采样控制”子模块统筹实现数据多级流水线处理,BUFx(第x缓存区)数量根据实际算法执行时间设计,通过设置一定个数的缓存区,即图像数量阈值个数的缓存区,保证了算法并行运行的可行性。In the above embodiment, since preprocessing, vehicle detection/segmentation, and violation identification/license plate detection are all time-consuming operations, after the encoding process is completed, the digital signal processing algorithm is run in a multi-threaded manner to complete the encoding flow through BUF1, BUF2... Data buffering, through the "sampling control" sub-module to realize data multi-stage pipeline processing, the number of BUFx (xth buffer area) is designed according to the actual algorithm execution time, by setting a certain number of buffer areas, that is, the number of image buffers. Zone, to ensure the feasibility of parallel operation of the algorithm.
在一些可选的实现方式中,所所述统计每次输入的所述视觉图像数量的步骤之前还包括:In some optional implementation manners, before the step of counting the number of visual images input each time, the method further includes:
将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;Arranging the number of the visual images inputted each time by the plurality of the statistics in time sequence to obtain an image sequence;
获取最大处理图像数量N;Obtain the maximum number of processed images N;
从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。A target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
上述实施方式中,违章判别算法输出违章前、违章中、违章后以及车辆特写图片、提取车牌检测结果,并输出违章判断时间点,通过时间点提取违章出现前t时间范围内(t根据违章取证要求设计)违章信息,并保存至违章视频文件当中,并进行数据发送。以1次取10秒,1秒取10帧为例,则每次取100帧图像作为输入,后一秒的图像,则删除前10帧,并将最后一帧的帧号后移10帧。In the above-mentioned embodiment, the violation judgment algorithm outputs before, during, after, and after the violation and close-up pictures of the vehicle, extracts the detection result of the license plate, and outputs the time point of the violation judgment, and extracts the time within t before the violation occurred (t according to the violation evidence Request design) Violation information, and save it in the violation video file, and send the data. Taking 10 seconds per time and 10 frames per second as an example, 100 frames of images are taken as input each time, and the first 10 frames are deleted for the images in the next second, and the frame number of the last frame is moved back by 10 frames.
在一些可选的实现方式中,所述通过第一神经网络识别所述预处理后的图像数据中的 车辆以及交通标识符的步骤之后还包括:In some optional implementation manners, after the step of identifying the vehicle and the traffic identifier in the pre-processed image data through the first neural network, the method further includes:
获取所述图像数据中未按照交通线行驶的车辆,得到所述车辆的违章信息。Obtain the vehicle that does not follow the traffic line in the image data, and obtain the violation information of the vehicle.
上述实施方式中,在目标神经网络模型内,通过获取的车辆检测数据以及交通标识分割信息进行未按交通线行驶判断,若判断车辆未按行驶线行驶,则判断车辆存在违规。In the above-mentioned embodiment, in the target neural network model, the vehicle detection data and traffic sign segmentation information are used to determine whether the vehicle is not traveling along the traffic line. If it is determined that the vehicle is not traveling along the traveling line, it is determined that the vehicle is in violation.
一些可选的实现方式中,所述通过雷达检测所述视觉图像对应的车辆数据可以保存在区块中。In some optional implementations, the vehicle data corresponding to the visual image detected by the radar may be stored in a block.
本申请所指区块链是分布式数据存储、点对点传输、共识机制、加密算法等计算机技术的新型应用模式。区块链(Blockchain),本质上是一个去中心化的数据库,是一串使用密码学方法相关联产生的数据块,每一个数据块中包含了一批次网络交易的信息,用于验证其信息的有效性(防伪)和生成下一个区块。区块链可以包括区块链底层平台、平台产品服务层以及应用服务层等。The blockchain referred to in this application is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, and encryption algorithm. Blockchain, essentially a decentralized database, is a series of data blocks associated with cryptographic methods. Each data block contains a batch of network transaction information for verification. The validity of the information (anti-counterfeiting) and the generation of the next block. The blockchain can include the underlying platform of the blockchain, the platform product service layer, and the application service layer.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,该计算机可读指令可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,前述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等非易失性存储介质,或随机存储记忆体(Random Access Memory,RAM)等。A person of ordinary skill in the art can understand that all or part of the processes in the above-mentioned embodiment methods can be implemented by instructing relevant hardware through computer-readable instructions, which can be stored in a computer-readable storage medium. When the program is executed, it may include the processes of the above-mentioned method embodiments. Among them, the aforementioned storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.
应该理解的是,虽然附图的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,其可以以其他的顺序执行。而且,附图的流程图中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,其执行顺序也不必然是依次进行,而是可以与其他步骤或者其他步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。It should be understood that although the various steps in the flowchart of the drawings are displayed in sequence as indicated by the arrows, these steps are not necessarily performed in sequence in the order indicated by the arrows. Unless explicitly stated in this article, the execution of these steps is not strictly limited in order, and they can be executed in other orders. Moreover, at least part of the steps in the flowchart of the drawings may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but can be executed at different times, and the order of execution is also It is not necessarily performed sequentially, but may be performed alternately or alternately with at least a part of other steps or sub-steps or stages of other steps.
进一步参考图3,作为对上述图2-1所示方法的实现,本申请提供了一种监控车辆数据装置的一个实施例,该装置实施例与图2所示的方法实施例相对应,该装置具体可以应用于各种电子设备中。With further reference to FIG. 3, as an implementation of the method shown in FIG. 2-1, this application provides an embodiment of a device for monitoring vehicle data. The device embodiment corresponds to the method embodiment shown in FIG. The device can be specifically applied to various electronic devices.
如图3所示,本实施例所述的监控车辆数据装置300包括:获取模块301、检测模块302、融合模块303以及处理模块304。其中:As shown in FIG. 3, the device 300 for monitoring vehicle data in this embodiment includes: an acquisition module 301, a detection module 302, a fusion module 303, and a processing module 304. among them:
取模块301用于获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;The fetching module 301 is used to obtain a visual image, and use a visual camera to identify and extract the vehicle and traffic identifiers in the visual image to obtain image data;
检测模块302用于通过雷达检测所述视觉图像对应的车辆数据;The detection module 302 is configured to detect vehicle data corresponding to the visual image through radar;
融合模块303用于通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;The fusion module 303 is used for mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
处理模块304用于通过目标神经网络处理所述融合数据,以判断所述车辆是否超速违章。The processing module 304 is configured to process the fusion data through the target neural network to determine whether the vehicle is speeding and violating regulations.
在本实施例的一些可选的实现方式中,上述融合模块所述融合模块包括速度获取子模块、位置计算子模块、平均速度获取子模块获取子模块、完整视域构建子模块以及双线插 值子模块:In some optional implementations of this embodiment, the fusion module of the aforementioned fusion module includes a speed acquisition sub-module, a position calculation sub-module, an average speed acquisition sub-module acquisition sub-module, a complete view field construction sub-module, and a two-line interpolation Submodule:
速度获取子模块用于根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;The speed acquisition sub-module is used to obtain the moving speed of the object according to the vehicle data, and the object includes at least a vehicle and a traffic identifier;
位置计算子模块用于根据所述图像数据,得到所述物体的类型以及所述物体的位置;The position calculation sub-module is used to obtain the type of the object and the position of the object according to the image data;
平均速度获取子模块用于根据所述物体的移动速度计算物体的目标平均速度;The average speed acquisition sub-module is used to calculate the target average speed of the object according to the moving speed of the object;
完整视域构建子模块用于基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;The complete field of view construction sub-module is used to construct a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
双线插值子模块用于双线插值所述完整视域中的车辆数据,得到所述融合数据。The two-line interpolation sub-module is used for two-line interpolation of vehicle data in the complete field of view to obtain the fusion data.
在本实施例的一些可选的实现方式中,上述融所述融合模块包括距离获取子模块、平均速度计算子模块、置信度计算子模块、归一化子模块以及阈值比较子模块:In some optional implementations of this embodiment, the aforementioned fusion module includes a distance acquisition submodule, an average speed calculation submodule, a confidence calculation submodule, a normalization submodule, and a threshold comparison submodule:
距离获取子模块用于获取雷达视域中的点阵分布,得到所述车辆的行进距离;The distance acquisition sub-module is used to acquire the lattice distribution in the radar field of view to obtain the travel distance of the vehicle;
平均速度计算子模块用于通过
Figure PCTCN2020134940-appb-000011
计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
The average speed calculation sub-module is used to pass
Figure PCTCN2020134940-appb-000011
The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
置信度计算子模块用于通过
Figure PCTCN2020134940-appb-000012
计算匹配置信度,其中σ为匹配置信度;
The confidence calculation sub-module is used to pass
Figure PCTCN2020134940-appb-000012
Calculate the matching confidence, where σ is the matching confidence;
归一化子模块用于通过
Figure PCTCN2020134940-appb-000013
对所述匹配置信度归一化,得到归一化的置信度;
The normalization sub-module is used to pass
Figure PCTCN2020134940-appb-000013
Normalize the matching confidence to obtain a normalized confidence;
阈值比较子模块用于若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 The threshold comparison sub-module is configured to use the V avr as the target average speed if the normalized confidence is greater than a preset confidence threshold.
在本实施例的一些可选的实现方式中,上述装置300还包括:所述监控车辆数据装置还包括违章判别模块,所述监控车辆数据装置还包括违章判别模块,所述违章判别模块包括,图像处理子模块、识别子模块、检测子模块以及车辆信息输出子模块:In some optional implementations of this embodiment, the above-mentioned device 300 further includes: the monitoring vehicle data device further includes a violation determination module, the monitoring vehicle data device further includes a violation determination module, and the violation determination module includes: Image processing sub-module, recognition sub-module, detection sub-module and vehicle information output sub-module:
图像处理子模块用于通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;The image processing sub-module is used to run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
识别子模块用于通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;The recognition sub-module is used to recognize the vehicle and the traffic identifier in the preprocessed visual data through the recognition neural network;
所述通过神经网络处理所述融合数据的步骤之后,具体包括:After the step of processing the fused data through the neural network, it specifically includes:
检测子模块用于若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;The detection sub-module is used to detect and extract the license plate information of the vehicle and the violation information of the vehicle if the vehicle violates regulations;
车辆信息输出子模块用于输出所述车辆的车牌信息以及所述车辆的违章信息。The vehicle information output sub-module is used to output the license plate information of the vehicle and the violation information of the vehicle.
在本实施例的一些可选的实现方式中,所述违章判别模模块包括统计子模块以及图像处理并行子模块:In some optional implementation manners of this embodiment, the violation judgment module includes a statistics sub-module and an image processing parallel sub-module:
统计子模块用于统计每次输入的所述视觉图像数;The statistics sub-module is used to count the number of the visual images input each time;
图像处理并行子模块用于当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;The image processing parallel sub-module is configured to run the digital signal processing algorithm by using a thread pool of the threshold number of images when the number of input visual image data exceeds the threshold number of images each time;
当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
在本实施例的一些可选的实现方式中,上述装置300还包括:并行处理子模块监控车辆数据装置还包括并行处理模块,所述监控车辆数据装置还包括并行处理模块,所述违并行处理模块包括图像序列获取子模块、最大处理数获取子模块以及图像分析子模块还用于:In some optional implementations of this embodiment, the above-mentioned device 300 further includes: a parallel processing sub-module, the device for monitoring vehicle data further includes a parallel processing module, the device for monitoring vehicle data further includes a parallel processing module, and the parallel processing The modules include image sequence acquisition sub-module, maximum processing number acquisition sub-module, and image analysis sub-module are also used for:
图像序列获取子模块用于将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;The image sequence acquisition sub-module is configured to arrange the number of the visual images inputted each time by the plurality of the statistics in a time sequence to obtain an image sequence;
最大处理数获取子模块用于获取最大处理图像数量N;The maximum processing number acquisition sub-module is used to acquire the maximum processing image number N;
图像分析子模块用于从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。The image analysis sub-module is used for selecting a target image from the image sequence, taking the target image as the first image, and sequentially selecting N images for input.
在本实施例的一些可选的实现方式中,上述装置300还包括:违章判别子模块所述超速模块包括违章信息获取子模块:In some optional implementation manners of this embodiment, the above-mentioned apparatus 300 further includes: a violation judging submodule, and the overspeeding module includes a violation information acquiring submodule:
违章信息获取子模块用于获取所述图像数据中未按照交通线行驶的车辆,得到所述车辆的违章信息。The violation information acquisition sub-module is used to acquire the vehicles that do not follow the traffic line in the image data, and obtain the violation information of the vehicles.
为解决上述技术问题,本申请实施例还提供计算机设备。具体请参阅图4,图4为本实施例计算机设备基本结构框图。In order to solve the above technical problems, the embodiments of the present application also provide computer equipment. Please refer to FIG. 4 for details. FIG. 4 is a block diagram of the basic structure of the computer device in this embodiment.
所述计算机设备4包括通过系统总线相互通信连接存储器41、处理器42、网络接口43。需要指出的是,图中仅示出了具有组件41-43的计算机设备4,但是应理解的是,并不要求实施所有示出的组件,可以替代的实施更多或者更少的组件。其中,本技术领域技术人员可以理解,这里的计算机设备是一种能够按照事先设定或存储的指令,自动进行数值计算和/或信息处理的设备,其硬件包括但不限于微处理器、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程门阵列(Field-Programmable Gate Array,FPGA)、数字处理器(Digital Signal Processor,DSP)、嵌入式设备等。The computer device 4 includes a memory 41, a processor 42, and a network interface 43 that are connected to each other in communication via a system bus. It should be pointed out that the figure only shows the computer device 4 with components 41-43, but it should be understood that it is not required to implement all the shown components, and more or fewer components may be implemented instead. Among them, those skilled in the art can understand that the computer device here is a device that can automatically perform numerical calculation and/or information processing in accordance with pre-set or stored instructions. Its hardware includes, but is not limited to, a microprocessor, a dedicated Integrated Circuit (Application Specific Integrated Circuit, ASIC), Programmable Gate Array (Field-Programmable Gate Array, FPGA), Digital Processor (Digital Signal Processor, DSP), embedded equipment, etc.
所述计算机设备可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述计算机设备可以与用户通过键盘、鼠标、遥控器、触摸板或声控设备等方式进行人机交互。The computer device may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. The computer device can interact with the user through a keyboard, a mouse, a remote control, a touch panel, or a voice control device.
所述存储器41至少包括一种类型的可读存储介质,所述可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,所述存储器41可以是所述计算机设备4的内部存储单元,例如该计算机设备4的硬盘或内存。在另一些实施例中,所述存储器41也可以是所述计算机设备4的外部存储设备,例如该计算机 设备6上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。当然,所述存储器41还可以既包括所述计算机设备4的内部存储单元也包括其外部存储设备。本实施例中,所述存储器41通常用于存储安装于所述计算机设备4的操作系统和各类应用软件,例如监控车辆数据方法的计算机可读指令等。此外,所述存储器41还可以用于暂时地存储已经输出或者将要输出的各类数据。The memory 41 includes at least one type of readable storage medium, and the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static memory Random access memory (SRAM), read only memory (ROM), electrically erasable programmable read only memory (EEPROM), programmable read only memory (PROM), magnetic memory, magnetic disk, optical disk, etc. In some embodiments, the memory 41 may be an internal storage unit of the computer device 4, such as a hard disk or memory of the computer device 4. In other embodiments, the memory 41 may also be an external storage device of the computer device 4, such as a plug-in hard disk equipped on the computer device 6, a smart media card (SMC), a secure digital (Secure Digital, SD) card, Flash Card, etc. Of course, the memory 41 may also include both the internal storage unit of the computer device 4 and its external storage device. In this embodiment, the memory 41 is generally used to store an operating system and various application software installed in the computer device 4, such as computer-readable instructions for monitoring vehicle data. In addition, the memory 41 can also be used to temporarily store various types of data that have been output or will be output.
所述处理器42在一些实施例中可以是中央处理器(Central Processing Unit,CPU)、控制器、微控制器、微处理器、或其他数据处理芯片。该处理器42通常用于控制所述计算机设备4的总体操作。本实施例中,所述处理器42用于运行所述存储器41中存储的计算机可读指令或者处理数据,例如运行上述监控车辆数据方法的计算机可读指令。The processor 42 may be a central processing unit (Central Processing Unit, CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments. The processor 42 is generally used to control the overall operation of the computer device 4. In this embodiment, the processor 42 is configured to run computer-readable instructions or process data stored in the memory 41, for example, run the computer-readable instructions of the aforementioned method for monitoring vehicle data.
所述网络接口43可包括无线网络接口或有线网络接口,该网络接口43通常用于在所述计算机设备4与其他电子设备之间建立通信连接。The network interface 43 may include a wireless network interface or a wired network interface, and the network interface 43 is generally used to establish a communication connection between the computer device 4 and other electronic devices.
本申请还提供了另一种实施方式,即提供一种计算机可读存储介质,所述计算机可读存储介质可以是非易失性,也可以是易失性,所述计算机可读存储介质可以是非易失性,也可以是易失性,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令可被至少一个处理器执行,以使所述至少一个处理器执行如上述的监控车辆数据方法的步骤。This application also provides another implementation manner, that is, a computer-readable storage medium is provided. The computer-readable storage medium may be non-volatile or volatile, and the computer-readable storage medium may be non-volatile. Volatile, or volatile, the computer-readable storage medium stores computer-readable instructions, and the computer-readable instructions can be executed by at least one processor, so that the at least one processor can execute as described above The steps of the method of monitoring vehicle data.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本申请各个实施例所述的方法。Through the description of the above implementation manners, those skilled in the art can clearly understand that the above-mentioned embodiment method can be implemented by means of software plus the necessary general hardware platform, of course, it can also be implemented by hardware, but in many cases the former is better.的实施方式。 Based on this understanding, the technical solution of this application essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to make a terminal device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the methods described in the various embodiments of the present application.
显然,以上所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例,附图中给出了本申请的较佳实施例,但并不限制本申请的专利范围。本申请可以以许多不同的形式来实现,相反地,提供这些实施例的目的是使对本申请的公开内容的理解更加透彻全面。尽管参照前述实施例对本申请进行了详细的说明,对于本领域的技术人员来而言,其依然可以对前述各具体实施方式所记载的技术方案进行修改,或者对其中部分技术特征进行等效替换。凡是利用本申请说明书及附图内容所做的等效结构,直接或间接运用在其他相关的技术领域,均同理在本申请专利保护范围之内。Obviously, the embodiments described above are only a part of the embodiments of the present application, rather than all of the embodiments. The drawings show preferred embodiments of the present application, but do not limit the patent scope of the present application. The present application can be implemented in many different forms. On the contrary, the purpose of providing these examples is to make the understanding of the disclosure of the present application more thorough and comprehensive. Although this application has been described in detail with reference to the foregoing embodiments, for those skilled in the art, it is still possible for those skilled in the art to modify the technical solutions described in each of the foregoing specific embodiments, or equivalently replace some of the technical features. . All equivalent structures made by using the contents of the description and drawings of this application, directly or indirectly used in other related technical fields, are similarly within the scope of patent protection of this application.

Claims (20)

  1. 一种监控车辆数据方法,包括下述步骤:A method for monitoring vehicle data includes the following steps:
    获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
    通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
    通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
    通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
  2. 根据权利要求1所述的监控车辆数据方法,其中,所述通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据的步骤具体包括:The method for monitoring vehicle data according to claim 1, wherein the step of mapping and fusing the image data and the vehicle data through information fusion to obtain the fusion data specifically comprises:
    根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;Obtaining the moving speed of the object according to the vehicle data, the object including at least a vehicle and a traffic identifier;
    根据所述图像数据,得到所述物体的类型以及所述物体的位置;Obtaining the type of the object and the position of the object according to the image data;
    根据所述物体的移动速度计算物体的目标平均速度;Calculating the target average speed of the object according to the moving speed of the object;
    基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;Constructing a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
    双线插值所述完整视域中的车辆数据,得到所述融合数据。Two-line interpolation of vehicle data in the complete field of view obtains the fusion data.
  3. 根据权利要求2所述的监控车辆数据方法,其中,所述根据所述物体的移动速度计算物体的目标平均速度的步骤具体包括:The method for monitoring vehicle data according to claim 2, wherein the step of calculating the target average speed of the object according to the moving speed of the object specifically comprises:
    获取雷达视域中的点阵分布,得到所述车辆的行进距离;Obtain the lattice distribution in the radar field of view, and obtain the travel distance of the vehicle;
    通过
    Figure PCTCN2020134940-appb-100001
    计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
    by
    Figure PCTCN2020134940-appb-100001
    The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
    通过
    Figure PCTCN2020134940-appb-100002
    计算匹配置信度,其中σ为匹配置信度;
    by
    Figure PCTCN2020134940-appb-100002
    Calculate the matching confidence, where σ is the matching confidence;
    通过
    Figure PCTCN2020134940-appb-100003
    对所述匹配置信度归一化,得到归一化的置信度;
    by
    Figure PCTCN2020134940-appb-100003
    Normalize the matching confidence to obtain a normalized confidence;
    若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 If the normalized confidence is greater than a preset confidence threshold, then the V avr is used as the target average speed.
  4. 根据权利要求1-3任一项所述的监控车辆数据方法,其中,所述获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据的步骤具体包括:The method for monitoring vehicle data according to any one of claims 1 to 3, wherein the step of obtaining the visual image, identifying and extracting the vehicle and the traffic identifier in the visual image by a visual camera, to obtain the image data is specific include:
    通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;Run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
    通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;Recognizing vehicles and traffic identifiers in the pre-processed visual data through the recognition neural network;
    所述通过目标神经网络处理所述融合数据中的所述车辆以及所述交通标识符,以监控车辆数据的步骤之后,包括:After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to monitor the vehicle data, the method includes:
    若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;If the vehicle violates regulations, detect and extract the license plate information of the vehicle and the violation information of the vehicle;
    输出所述车辆的车牌信息以及所述车辆的违章信息。Output the license plate information of the vehicle and the violation information of the vehicle.
  5. 根据权利要求4所述的监控车辆数据方法,其中,所述通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像的步骤包括:The method for monitoring vehicle data according to claim 4, wherein the step of processing the visual image by running a digital signal processing algorithm by means of direct storage access comprises:
    统计每次输入的所述视觉图像数量;Count the number of the visual images input each time;
    当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;When the number of the visual image data input each time exceeds the image number threshold, the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
    当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  6. 根据权利要求5所述的监控车辆数据方法,其中,所述统计每次输入的所述视觉图像数量的步骤之前还包括:The method for monitoring vehicle data according to claim 5, wherein before the step of counting the number of visual images input each time, the method further comprises:
    将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;Arranging the number of the visual images inputted each time by the plurality of the statistics in time sequence to obtain an image sequence;
    获取最大处理图像数量N;Obtain the maximum number of processed images N;
    从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。A target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
  7. 根据权利要求4所述的监控车辆数据方法,其中,所述通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符的步骤之后还包括:The method for monitoring vehicle data according to claim 4, wherein after the step of recognizing the vehicle and the traffic identifier in the pre-processed visual data through the recognition neural network, the method further comprises:
    获取所述图像数据中未按照交通线行驶的车辆,得到所述车辆的违章信息。Obtain the vehicle that does not follow the traffic line in the image data, and obtain the violation information of the vehicle.
  8. 一种监控车辆数据装置,包括:A device for monitoring vehicle data includes:
    获取模块,用于获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;An acquisition module for acquiring a visual image, identifying and extracting a vehicle and a traffic identifier in the visual image through a visual camera to obtain image data;
    检测模块,用于通过雷达检测所述视觉图像对应的车辆数据;The detection module is used to detect the vehicle data corresponding to the visual image through radar;
    融合模块,用于通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;The fusion module is used for mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
    处理模块,用于通过目标神经网络处理所述融合数据,以监控车辆数据。The processing module is used to process the fused data through the target neural network to monitor vehicle data.
  9. 一种计算机设备,包括存储器和处理器,所述存储器中存储有计算机可读指令,所述处理器执行所述计算机可读指令时实现如下监控车辆数据方法的步骤:A computer device includes a memory and a processor, wherein computer readable instructions are stored in the memory, and when the processor executes the computer readable instructions, the following steps of the method for monitoring vehicle data are implemented:
    获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
    通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
    通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
    通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
  10. 根据权利要求9所述的计算机设备,其中,所述通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据的步骤具体包括:The computer device according to claim 9, wherein the step of mapping and fusing the image data and the vehicle data through information fusion to obtain the fusion data specifically comprises:
    根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;Obtaining the moving speed of the object according to the vehicle data, the object including at least a vehicle and a traffic identifier;
    根据所述图像数据,得到所述物体的类型以及所述物体的位置;Obtaining the type of the object and the position of the object according to the image data;
    根据所述物体的移动速度计算物体的目标平均速度;Calculating the target average speed of the object according to the moving speed of the object;
    基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;Constructing a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
    双线插值所述完整视域中的车辆数据,得到所述融合数据。Two-line interpolation of vehicle data in the complete field of view obtains the fusion data.
  11. 根据权利要求10所述的计算机设备,其中,所述根据所述物体的移动速度计算物体的目标平均速度的步骤具体包括:11. The computer device according to claim 10, wherein the step of calculating the target average speed of the object according to the moving speed of the object specifically comprises:
    获取雷达视域中的点阵分布,得到所述车辆的行进距离;Obtain the lattice distribution in the radar field of view, and obtain the travel distance of the vehicle;
    通过
    Figure PCTCN2020134940-appb-100004
    计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
    by
    Figure PCTCN2020134940-appb-100004
    The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
    通过
    Figure PCTCN2020134940-appb-100005
    计算匹配置信度,其中σ为匹配置信度;
    by
    Figure PCTCN2020134940-appb-100005
    Calculate the matching confidence, where σ is the matching confidence;
    通过
    Figure PCTCN2020134940-appb-100006
    对所述匹配置信度归一化,得到归一化的置信度;
    by
    Figure PCTCN2020134940-appb-100006
    Normalize the matching confidence to obtain a normalized confidence;
    若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 If the normalized confidence is greater than a preset confidence threshold, then the V avr is used as the target average speed.
  12. 根据权利要求9-11任一项所述的计算机设备,其中,所述获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据的步骤具体包括:The computer device according to any one of claims 9-11, wherein the step of obtaining a visual image, identifying and extracting a vehicle and a traffic identifier in the visual image by a visual camera, to obtain image data specifically comprises:
    通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;Run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
    通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;Recognizing vehicles and traffic identifiers in the pre-processed visual data through the recognition neural network;
    所述通过目标神经网络处理所述融合数据中的所述车辆以及所述交通标识符,以监控车辆数据的步骤之后,包括:After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to monitor the vehicle data, the method includes:
    若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;If the vehicle violates regulations, detect and extract the license plate information of the vehicle and the violation information of the vehicle;
    输出所述车辆的车牌信息以及所述车辆的违章信息。Output the license plate information of the vehicle and the violation information of the vehicle.
  13. 根据权利要求12所述的计算机设备,其中,所述通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像的步骤包括:The computer device according to claim 12, wherein the step of processing the visual image by running a digital signal processing algorithm by means of direct storage access comprises:
    统计每次输入的所述视觉图像数量;Count the number of the visual images input each time;
    当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;When the number of the visual image data input each time exceeds the image number threshold, the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
    当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  14. 根据权利要求13所述的计算机设备,其中,所述统计每次输入的所述视觉图像 数量的步骤之前还包括:The computer device according to claim 13, wherein before the step of counting the number of the visual images input each time, the method further comprises:
    将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;Arranging the number of the visual images inputted each time by the plurality of the statistics in time sequence to obtain an image sequence;
    获取最大处理图像数量N;Obtain the maximum number of processed images N;
    从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。A target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
  15. 一种计算机可读存储介质,其中,所述计算机可读存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如权利要求1至7中任一项所述的监控车辆数据方法的步骤。A computer-readable storage medium, wherein computer-readable instructions are stored on the computer-readable storage medium, and when the computer-readable instructions are executed by a processor, the method according to any one of claims 1 to 7 is realized. Steps of the method of monitoring vehicle data.
    获取视觉图像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据;Obtain a visual image, identify and extract the vehicle and traffic identifiers in the visual image through a visual camera to obtain image data;
    通过雷达检测所述视觉图像对应的车辆数据;Detecting vehicle data corresponding to the visual image by radar;
    通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据;Mapping and fusing the image data and the vehicle data through information fusion to obtain fusion data;
    通过目标神经网络处理所述融合数据,以监控车辆数据。The fusion data is processed through the target neural network to monitor vehicle data.
  16. 根据权利要求15所述的计算机可读存储介质,其中,所述通过信息融合对所述图像数据以及所述车辆数据进行映射融合,得到融合数据的步骤具体包括:The computer-readable storage medium according to claim 15, wherein the step of mapping and fusing the image data and the vehicle data through information fusion to obtain the fused data specifically comprises:
    根据所述车辆数据,得到物体的移动速度,所述物体至少包括车辆以及交通标识符;Obtaining the moving speed of the object according to the vehicle data, the object including at least a vehicle and a traffic identifier;
    根据所述图像数据,得到所述物体的类型以及所述物体的位置;Obtaining the type of the object and the position of the object according to the image data;
    根据所述物体的移动速度计算物体的目标平均速度;Calculating the target average speed of the object according to the moving speed of the object;
    基于所述物体的目标平均速度,所述物体的类型、所述物体的位置以及所述物体的移动速度构建完整视域;Constructing a complete field of view based on the target average speed of the object, the type of the object, the position of the object, and the moving speed of the object;
    双线插值所述完整视域中的车辆数据,得到所述融合数据。Two-line interpolation of vehicle data in the complete field of view obtains the fusion data.
  17. 根据权利要求16所述的计算机可读存储介质,其中,所述根据所述物体的移动速度计算物体的目标平均速度的步骤具体包括:The computer-readable storage medium according to claim 16, wherein the step of calculating the target average speed of the object according to the moving speed of the object specifically comprises:
    获取雷达视域中的点阵分布,得到所述车辆的行进距离;Obtain the lattice distribution in the radar field of view, and obtain the travel distance of the vehicle;
    通过
    Figure PCTCN2020134940-appb-100007
    计算得到车辆行驶的平均速度,其中v k为所述车辆的行进距离中第k个点的速度,n为为所述车辆的行进距离中点的总数,V avr为所述车辆的行进距离中行驶的平均速度;
    by
    Figure PCTCN2020134940-appb-100007
    The average speed of the vehicle is calculated, where v k is the speed of the k-th point in the distance traveled by the vehicle, n is the total number of points in the distance traveled by the vehicle, and V avr is the distance traveled by the vehicle Average speed of travel;
    通过
    Figure PCTCN2020134940-appb-100008
    计算匹配置信度,其中σ为匹配置信度;
    by
    Figure PCTCN2020134940-appb-100008
    Calculate the matching confidence, where σ is the matching confidence;
    通过
    Figure PCTCN2020134940-appb-100009
    对所述匹配置信度归一化,得到归一化的置信度;
    by
    Figure PCTCN2020134940-appb-100009
    Normalize the matching confidence to obtain a normalized confidence;
    若所述归一化的置信度大于预设置信度阈值,则将所述V avr作目标平均速度。 If the normalized confidence is greater than a preset confidence threshold, then the V avr is used as the target average speed.
  18. 根据权利要求15-17任一项所述的计算机可读存储介质,其中,所述获取视觉图 像,通过视觉摄像机识别并提取所述视觉图像中的车辆以及交通标识符,以得到图像数据的步骤具体包括:The computer-readable storage medium according to any one of claims 15-17, wherein the step of obtaining a visual image, identifying and extracting a vehicle and a traffic identifier in the visual image by a visual camera, to obtain image data Specifically:
    通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像,得到预处理后的视觉数据;Run a digital signal processing algorithm to process the visual image by means of direct storage access to obtain pre-processed visual data;
    通过识别神经网络识别所述预处理后的视觉数据中的车辆以及交通标识符;Recognizing vehicles and traffic identifiers in the pre-processed visual data through the recognition neural network;
    所述通过目标神经网络处理所述融合数据中的所述车辆以及所述交通标识符,以监控车辆数据的步骤之后,包括:After the step of processing the vehicle and the traffic identifier in the fusion data through the target neural network to monitor the vehicle data, the method includes:
    若所述车辆违章,则检测并提取所述车辆的车牌信息以及所述车辆的违章信息;If the vehicle violates regulations, detect and extract the license plate information of the vehicle and the violation information of the vehicle;
    输出所述车辆的车牌信息以及所述车辆的违章信息。Output the license plate information of the vehicle and the violation information of the vehicle.
  19. 根据权利要求18所述的计算机可读存储介质,其中,所述通过直接储存访问的方式运行数字信号处理算法处理所述视觉图像的步骤包括:18. The computer-readable storage medium according to claim 18, wherein the step of running a digital signal processing algorithm to process the visual image by means of direct storage access comprises:
    统计每次输入的所述视觉图像数量;Count the number of the visual images input each time;
    当每次输入的所述视觉图像数据数量超过图像数量阈值时,采用图像数量阈值个数的线程池运行所述数字信号处理算法;When the number of the visual image data input each time exceeds the image number threshold, the digital signal processing algorithm is run by using the thread pool of the image number threshold number;
    当每次输入的所述视觉图像数据数量小于或等于图像数量阈值时,根据所述每次输入的所述视觉图像数据数量的线程池分析运行所述数字信号处理算法。When the number of visual image data input each time is less than or equal to the image number threshold, the digital signal processing algorithm is run according to the thread pool analysis of the number of visual image data input each time.
  20. 根据权利要求19所述的计算机可读存储介质,其中,所述统计每次输入的所述视觉图像数量的步骤之前还包括:18. The computer-readable storage medium according to claim 19, wherein before the step of counting the number of visual images input each time, the method further comprises:
    将所述多个所述统计每次输入的所述视觉图像数量按照时刻先后顺序排列,得到图像序列;Arranging the number of the visual images inputted each time by the plurality of the statistics in time sequence to obtain an image sequence;
    获取最大处理图像数量N;Obtain the maximum number of processed images N;
    从所述图像序列中选取目标图像,以所述目标图像作为第一张图像,按顺序选取N张图像进行输入。A target image is selected from the image sequence, the target image is taken as the first image, and N images are selected in order for input.
PCT/CN2020/134940 2020-09-07 2020-12-09 Vehicle data monitoring method and apparatus, computer device, and storage medium WO2021135879A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010931252.1 2020-09-07
CN202010931252.1A CN112085952B (en) 2020-09-07 2020-09-07 Method and device for monitoring vehicle data, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2021135879A1 true WO2021135879A1 (en) 2021-07-08

Family

ID=73732069

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/134940 WO2021135879A1 (en) 2020-09-07 2020-12-09 Vehicle data monitoring method and apparatus, computer device, and storage medium

Country Status (2)

Country Link
CN (1) CN112085952B (en)
WO (1) WO2021135879A1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114179833A (en) * 2021-12-30 2022-03-15 上海保隆领目汽车科技有限公司 Method for automatically parking vehicle into vehicle transport vehicle, computing device and storage medium
CN114241415A (en) * 2021-12-16 2022-03-25 海信集团控股股份有限公司 Vehicle position monitoring method, edge calculation device, monitoring device and system
CN114755676A (en) * 2022-06-16 2022-07-15 浙江宇视科技有限公司 Radar vision cooperative target tracking method and system
CN115534801A (en) * 2022-08-29 2022-12-30 深圳市欧冶半导体有限公司 Vehicle lamp self-adaptive dimming method and device, intelligent terminal and storage medium
CN116189436A (en) * 2023-03-17 2023-05-30 佛山市众合科技有限公司 Multi-source data fusion algorithm based on big data
CN116576880A (en) * 2023-05-11 2023-08-11 国汽大有时空科技(安庆)有限公司 Lane-level road planning method and device, terminal equipment and storage medium
CN116757981A (en) * 2023-06-19 2023-09-15 北京拙河科技有限公司 Multi-terminal image fusion method and device
CN117556157A (en) * 2024-01-10 2024-02-13 每日互动股份有限公司 Bayonet position positioning method, device, medium and equipment

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113077657B (en) * 2021-03-30 2022-07-05 上海华兴数字科技有限公司 Method and device for alarming safety distance between vehicles
CN113192330B (en) * 2021-04-26 2022-05-31 上海德衡数据科技有限公司 Multi-agent-based vehicle management method, management system, device and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120212617A1 (en) * 2010-08-21 2012-08-23 American Traffic Solutions, Inc. System and method for detecting traffic violations on restricted roadways
CN106971579A (en) * 2017-04-25 2017-07-21 北京星云互联科技有限公司 The trackside operational support system and method for a kind of intelligent network connection automobile
CN108986473A (en) * 2017-05-31 2018-12-11 蔚来汽车有限公司 Vehicle mounted traffic unlawful practice identification and processing system and method
CN111427063A (en) * 2020-02-11 2020-07-17 深圳市镭神智能系统有限公司 Method, device, equipment, system and medium for controlling passing of mobile device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106874863B (en) * 2017-01-24 2020-02-07 南京大学 Vehicle illegal parking and reverse running detection method based on deep convolutional neural network
CN106710240B (en) * 2017-03-02 2019-09-27 公安部交通管理科学研究所 The passing vehicle for merging multiple target radar and video information tracks speed-measuring method
CN109085570A (en) * 2018-06-10 2018-12-25 南京理工大学 Automobile detecting following algorithm based on data fusion
CN108983219B (en) * 2018-08-17 2020-04-07 北京航空航天大学 Fusion method and system for image information and radar information of traffic scene
CN110532896B (en) * 2019-08-06 2022-04-08 北京航空航天大学 Road vehicle detection method based on fusion of road side millimeter wave radar and machine vision
CN111178215B (en) * 2019-12-23 2024-03-08 深圳成谷科技有限公司 Sensor data fusion processing method and device
CN111368706B (en) * 2020-03-02 2023-04-18 南京航空航天大学 Data fusion dynamic vehicle detection method based on millimeter wave radar and machine vision
CN111627215A (en) * 2020-05-21 2020-09-04 平安国际智慧城市科技股份有限公司 Video image identification method based on artificial intelligence and related equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120212617A1 (en) * 2010-08-21 2012-08-23 American Traffic Solutions, Inc. System and method for detecting traffic violations on restricted roadways
CN106971579A (en) * 2017-04-25 2017-07-21 北京星云互联科技有限公司 The trackside operational support system and method for a kind of intelligent network connection automobile
CN108986473A (en) * 2017-05-31 2018-12-11 蔚来汽车有限公司 Vehicle mounted traffic unlawful practice identification and processing system and method
CN111427063A (en) * 2020-02-11 2020-07-17 深圳市镭神智能系统有限公司 Method, device, equipment, system and medium for controlling passing of mobile device

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114241415A (en) * 2021-12-16 2022-03-25 海信集团控股股份有限公司 Vehicle position monitoring method, edge calculation device, monitoring device and system
CN114179833A (en) * 2021-12-30 2022-03-15 上海保隆领目汽车科技有限公司 Method for automatically parking vehicle into vehicle transport vehicle, computing device and storage medium
CN114755676A (en) * 2022-06-16 2022-07-15 浙江宇视科技有限公司 Radar vision cooperative target tracking method and system
CN114755676B (en) * 2022-06-16 2022-10-04 浙江宇视科技有限公司 Radar vision cooperative target tracking method and system
CN115534801B (en) * 2022-08-29 2023-07-21 深圳市欧冶半导体有限公司 Car lamp self-adaptive dimming method and device, intelligent terminal and storage medium
CN115534801A (en) * 2022-08-29 2022-12-30 深圳市欧冶半导体有限公司 Vehicle lamp self-adaptive dimming method and device, intelligent terminal and storage medium
CN116189436A (en) * 2023-03-17 2023-05-30 佛山市众合科技有限公司 Multi-source data fusion algorithm based on big data
CN116189436B (en) * 2023-03-17 2023-12-29 北京罗格数据科技有限公司 Multi-source data fusion algorithm based on big data
CN116576880A (en) * 2023-05-11 2023-08-11 国汽大有时空科技(安庆)有限公司 Lane-level road planning method and device, terminal equipment and storage medium
CN116576880B (en) * 2023-05-11 2024-01-02 国汽大有时空科技(安庆)有限公司 Lane-level road planning method and device, terminal equipment and storage medium
CN116757981A (en) * 2023-06-19 2023-09-15 北京拙河科技有限公司 Multi-terminal image fusion method and device
CN117556157A (en) * 2024-01-10 2024-02-13 每日互动股份有限公司 Bayonet position positioning method, device, medium and equipment
CN117556157B (en) * 2024-01-10 2024-04-05 每日互动股份有限公司 Bayonet position positioning method, device, medium and equipment

Also Published As

Publication number Publication date
CN112085952A (en) 2020-12-15
CN112085952B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
WO2021135879A1 (en) Vehicle data monitoring method and apparatus, computer device, and storage medium
US11580753B2 (en) License plate detection and recognition system
WO2020248386A1 (en) Video analysis method and apparatus, computer device and storage medium
EP3806064B1 (en) Method and apparatus for detecting parking space usage condition, electronic device, and storage medium
JP2020504358A (en) Image-based vehicle damage evaluation method, apparatus, and system, and electronic device
WO2019135854A1 (en) Event monitoring with object detection systems
CN108764042B (en) Abnormal road condition information identification method and device and terminal equipment
CN110188807A (en) Tunnel pedestrian target detection method based on cascade super-resolution network and improvement Faster R-CNN
TW202026948A (en) Methods and devices for biological testing and storage medium thereof
US11783588B2 (en) Method for acquiring traffic state, relevant apparatus, roadside device and cloud control platform
CN114663871A (en) Image recognition method, training method, device, system and storage medium
WO2019214321A1 (en) Vehicle damage identification processing method, processing device, client and server
WO2021022698A1 (en) Following detection method and apparatus, and electronic device and storage medium
CN115641518A (en) View sensing network model for unmanned aerial vehicle and target detection method
EP4016474A2 (en) Method and apparatus of recognizing illegal parking of vehicle, device and storage medium
CN112396060B (en) Identification card recognition method based on identification card segmentation model and related equipment thereof
CN114550052A (en) Vehicle accident handling method and device, computer equipment and storage medium
CN114913470B (en) Event detection method and device
KR20210066081A (en) Parking management system capable of recognizing thai car number and the method there of
CN113269730B (en) Image processing method, image processing device, computer equipment and storage medium
CN112016503B (en) Pavement detection method, device, computer equipment and storage medium
Glasl et al. Video based traffic congestion prediction on an embedded system
CN114549221A (en) Vehicle accident loss processing method and device, computer equipment and storage medium
Puli et al. Deep Learning-Based Framework For Robust Traffic Sign Detection Under Challenging Weather Conditions
US12039864B2 (en) Method of recognizing illegal parking of vehicle, device and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20909426

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20909426

Country of ref document: EP

Kind code of ref document: A1