CN114994699A - Vehicle-road cooperation based category recall perception identification method, device, equipment and medium - Google Patents
Vehicle-road cooperation based category recall perception identification method, device, equipment and medium Download PDFInfo
- Publication number
- CN114994699A CN114994699A CN202210371593.7A CN202210371593A CN114994699A CN 114994699 A CN114994699 A CN 114994699A CN 202210371593 A CN202210371593 A CN 202210371593A CN 114994699 A CN114994699 A CN 114994699A
- Authority
- CN
- China
- Prior art keywords
- dimensional
- point cloud
- picture
- road
- vehicle
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S17/00—Systems using the reflection or reradiation of electromagnetic waves other than radio waves, e.g. lidar systems
- G01S17/86—Combinations of lidar systems with systems other than lidar, radar or sonar, e.g. with direction finders
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S17/00—Systems using the reflection or reradiation of electromagnetic waves other than radio waves, e.g. lidar systems
- G01S17/88—Lidar systems specially adapted for specific applications
- G01S17/93—Lidar systems specially adapted for specific applications for anti-collision purposes
- G01S17/931—Lidar systems specially adapted for specific applications for anti-collision purposes of land vehicles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/762—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/60—Type of objects
- G06V20/64—Three-dimensional objects
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Remote Sensing (AREA)
- Radar, Positioning & Navigation (AREA)
- Electromagnetism (AREA)
- Computer Networks & Wireless Communication (AREA)
- Multimedia (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- Databases & Information Systems (AREA)
- Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Image Processing (AREA)
Abstract
Description
技术领域technical field
本发明涉及车路协同技术领域,特别是涉及一种基于车路协同的类别重召回的感知识别方法、装置、设备及介质。The present invention relates to the technical field of vehicle-road collaboration, in particular to a perceptual identification method, device, device and medium based on vehicle-road collaboration based on category re-recall.
背景技术Background technique
在路端或车端的传感器识别下,现有的自动驾驶技术无论是单独使用二维检测还是单独使用三维检测,对被遮挡对象、远而小对象、激光点云纹理不清晰对象等,容易产生误检和漏检。Under the recognition of sensors at the road or vehicle end, whether the existing automatic driving technology uses 2D detection alone or 3D detection alone, it is easy to generate occluded objects, distant and small objects, objects with unclear laser point cloud texture, etc. False detections and missed detections.
发明内容SUMMARY OF THE INVENTION
本发明所要解决的技术问题是,克服现有技术的缺点,提供一种基于车路协同的类别重召回的感知识别方法、装置、设备及介质。The technical problem to be solved by the present invention is to overcome the shortcomings of the prior art, and to provide a perceptual identification method, device, device and medium based on vehicle-road coordination-based recall of categories.
为了解决以上技术问题,本发明的技术方案如下:In order to solve the above technical problems, the technical scheme of the present invention is as follows:
一种基于车路协同的类别重召回的感知识别方法,包括,A perceptual recognition method based on vehicle-road collaboration based on category re-recall, including,
通过路端三维激光雷达扫描得到点云数据,同时通过路端相机拍摄得到二维图片;The point cloud data is obtained by scanning the roadside 3D lidar, and the 2D picture is captured by the roadside camera;
对所述点云数据进行聚类,得到若干个互相分离的点云团;Clustering the point cloud data to obtain several point cloud clusters that are separated from each other;
使用三维检测算法对所述点云数据进行三维检测,并记录未被三维检测算法识别出的所述点云团;using a three-dimensional detection algorithm to perform three-dimensional detection on the point cloud data, and record the point cloud clusters not identified by the three-dimensional detection algorithm;
对路端三维激光雷达和路端相机进行标定,得到点云到图片的转换矩阵;Calibrate the road-side 3D lidar and road-side camera to obtain the transformation matrix from point cloud to image;
通过所述转换矩阵得到所有未被三维检测算法识别出的所述点云团在二维图片中的位置,并用最小矩形包围框将其从二维图片中进行截取,得到若干个图片块;Obtain the positions of all the point cloud clusters in the two-dimensional picture that are not identified by the three-dimensional detection algorithm through the transformation matrix, and intercept them from the two-dimensional picture with the smallest rectangular bounding box to obtain several picture blocks;
通过分类网络模型对所述图片块进行分类,得到每个所述图片块的类别标签以及其头部的朝向角度信息。The picture blocks are classified by a classification network model, and the category label of each picture block and the orientation angle information of its head are obtained.
作为本发明所述基于车路协同的类别重召回的感知识别方法的一种优选方案,其中:所述三维检测算法包括Center Point算法。As a preferred solution of the perceptual recognition method based on vehicle-road collaboration based on category re-recall of the present invention, wherein: the three-dimensional detection algorithm includes a Center Point algorithm.
作为本发明所述基于车路协同的类别重召回的感知识别方法的一种优选方案,其中:所述使用三维检测算法对所述点云数据进行三维检测,并记录未被三维检测算法识别出的所述点云团包括,As a preferred solution of the perceptual recognition method based on vehicle-road collaboration based on category re-recall of the present invention, wherein: the three-dimensional detection algorithm is used to perform three-dimensional detection on the point cloud data, and the record is not recognized by the three-dimensional detection algorithm. The said point cloud cluster includes,
使用Center Point算法对所述点云数据进行三维检测,得到若干类三维包围框,并给每个三维包围框赋予对应的类别标签;Use the Center Point algorithm to perform three-dimensional detection on the point cloud data, obtain several types of three-dimensional bounding boxes, and assign corresponding category labels to each three-dimensional bounding box;
记录没有得到类别标签的所述点云团。The point cloud that did not get a class label was recorded.
作为本发明所述基于车路协同的类别重召回的感知识别方法的一种优选方案,其中:所述通过转换矩阵得到所有未被三维检测算法识别出的所述点云团在二维图片中的位置包括,As a preferred solution of the perceptual recognition method based on vehicle-road collaboration based on category re-recall of the present invention, wherein: obtaining all the point clouds in the two-dimensional picture that are not identified by the three-dimensional detection algorithm through the transformation matrix The locations include,
通过公式[u,v,1]=Mt*[x,y,z,1]计算所述点云团在二维图片中的位置,其中,u、v表示该点云在二维图片中的像素点位置,x、y、z表示点云的三维坐标,Mt表示点云到图片的转换矩阵。Calculate the position of the point cloud in the two-dimensional picture by the formula [u,v,1]=M t *[x,y,z,1], where u and v indicate that the point cloud is in the two-dimensional picture The pixel position of , x, y, z represent the three-dimensional coordinates of the point cloud, and M t represents the transformation matrix from the point cloud to the image.
作为本发明所述基于车路协同的类别重召回的感知识别方法的一种优选方案,其中:所述分类网络模块包括Efficient Net网络模型。As a preferred solution of the perceptual recognition method based on vehicle-road collaboration based on category re-recall of the present invention, wherein: the classification network module includes an Efficient Net network model.
本发明还公开了一种基于车路协同的类别重召回的感知识别装置,包括,The invention also discloses a perceptual recognition device based on vehicle-road collaboration for category re-recall, comprising:
传感器模块,包括路端三维激光雷达和路端相机,分别用于扫描得到点云数据和拍摄得到二维图片;Sensor modules, including road-side 3D lidar and road-side cameras, are used to scan point cloud data and capture 2D pictures respectively;
点云聚类模块,用于对所述路端三维激光雷达扫描得到的点云数据进行聚类,得到若干个互相分离的点云团;The point cloud clustering module is used for clustering the point cloud data scanned by the three-dimensional laser radar at the roadside to obtain several point cloud clusters separated from each other;
三维检测模块,用于对所述路端三维激光雷达扫描得到的点云数据进行三维检测,并记录未被三维检测算法识别出的所述点云团;a three-dimensional detection module, configured to perform three-dimensional detection on the point cloud data scanned by the road-end three-dimensional laser radar, and record the point cloud clusters that are not identified by the three-dimensional detection algorithm;
标定模块,用于对路端三维激光雷达和路端相机进行标定,得到点云到图片的转换矩阵;The calibration module is used to calibrate the road-side 3D lidar and road-side camera, and obtain the transformation matrix from point cloud to image;
计算模块,用于通过所述转换矩阵计算得到所有未被三维检测算法识别出的所述点云团在二维图片中的位置,并用最小矩形包围框将其从二维图片中进行截取,得到若干个图片块;The calculation module is used to calculate the positions of all the point cloud clusters in the two-dimensional picture that are not identified by the three-dimensional detection algorithm through the transformation matrix, and intercept them from the two-dimensional picture with the smallest rectangular bounding box to obtain several picture blocks;
分类模块,用于通过分类网络模型对所述图片块进行分类,得到每个所述图片块的类别标签以及其头部的朝向角度信息。The classification module is used for classifying the picture blocks through a classification network model to obtain the category label of each of the picture blocks and the orientation angle information of its head.
本发明还公开了一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述程序时实现如上述基于车路协同的类别重召回的感知识别方法所述的方法。The present invention also discloses a computer device, comprising a memory, a processor, and a computer program stored on the memory and running on the processor. Synergistic Class Recall for Perceptual Recognition Methods.
本发明还公开了一种计算机可读存储介质,其上存储有计算机程序,所述程序被处理器执行时实现如上述基于车路协同的类别重召回的感知识别方法所述的方法。The present invention also discloses a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, the method described in the above-mentioned perceptual identification method based on vehicle-road coordination based on category recall is implemented.
本发明的有益效果是:The beneficial effects of the present invention are:
(1)本发明使用相机的二维图片对激光雷达的三维漏检对象进行重召回,有效结合2D和3D数据的互补特性,使用3D的聚类结果,再投影到2D中去定位物体位置,最终进行强制分类召回,提高了算法的鲁棒性和准确性,增强了驾驶的安全系数。(1) The present invention uses the two-dimensional image of the camera to recall the three-dimensional missed object of the lidar, effectively combines the complementary characteristics of the 2D and 3D data, uses the 3D clustering result, and then projects it into the 2D to locate the object position, Finally, mandatory classification recall is carried out, which improves the robustness and accuracy of the algorithm and enhances the safety factor of driving.
(2)本发明使用路端的传感器,与车身传感器相比,减少了在高速行驶情况下传感器数据的抖动、重影等不稳定因素,提升检测识别的准确率和稳定性,从而保障驾驶安全。(2) The present invention uses road-end sensors. Compared with vehicle body sensors, the present invention reduces unstable factors such as jitter and ghosting of sensor data under high-speed driving, improves the accuracy and stability of detection and recognition, and ensures driving safety.
(3)本发明以路端的传感器为主,发挥了车路协同的独特有点,降低了车身传感器的设备成本。(3) The present invention is mainly based on the sensors at the road end, which takes advantage of the unique advantages of vehicle-road coordination and reduces the equipment cost of the body sensors.
附图说明Description of drawings
为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其它的附图。In order to illustrate the technical solutions of the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained based on these drawings without any creative effort.
图1为本发明提供的基于车路协同的类别重召回的感知识别方法的流程示意图;1 is a schematic flowchart of a perceptual recognition method based on vehicle-road collaboration based on category re-recall provided by the present invention;
图2为本发明提供的基于车路协同的类别重召回的感知识别装置的示意图;FIG. 2 is a schematic diagram of a perceptual recognition device based on vehicle-road collaboration based on category re-recall provided by the present invention;
图3为本发明提供的计算机设备的示意图。FIG. 3 is a schematic diagram of a computer device provided by the present invention.
具体实施方式Detailed ways
为使本发明的内容更容易被清楚地理解,下面根据具体实施方式并结合附图,对本发明作出进一步详细的说明。In order to make the content of the present invention easier to understand clearly, the present invention will be further described in detail below according to specific embodiments and in conjunction with the accompanying drawings.
图1为本申请实施例提供的一种基于车路协同的类别重召回的感知识别方法的流程示意图。该方法包括步骤S101~步骤S106,具体步骤说明如下:FIG. 1 is a schematic flowchart of a perceptual recognition method based on vehicle-road collaboration based on category re-recall provided by an embodiment of the present application. The method includes steps S101 to S106, and the specific steps are described as follows:
步骤S101:通过路端三维激光雷达扫描得到点云数据,同时通过路端相机拍摄得到二维图片。Step S101 : obtaining point cloud data by scanning the road-side 3D lidar, and simultaneously obtaining a two-dimensional picture by photographing by the road-side camera.
具体的,通过路端三维激光雷达扫描得到一帧原始点云数据,将其即为PCD。同时,路端相机拍摄得到一张二维图片。即路端相机拍摄得到的二维图片与路端三维激光雷达扫描得到的点云数据是处于同一场景下且同一时刻的。Specifically, a frame of original point cloud data is obtained by scanning the road-side 3D lidar, which is called PCD. At the same time, the roadside camera captures a two-dimensional picture. That is, the 2D image captured by the roadside camera and the point cloud data scanned by the roadside 3D lidar are in the same scene and at the same time.
步骤S102:对所述点云数据进行聚类,得到若干个互相分离的点云团。Step S102: Clustering the point cloud data to obtain several point cloud clusters separated from each other.
具体的,对路端三维激光雷达扫描得到原始点云数据PCD进行聚类,其目的是得到互相分离的若干个区域。近似地认为同一区域内的点云团属于同一个物理对象,因此,经过对原始点云数据PCD进行聚类可得到若干个互相分离的点云团。Specifically, the original point cloud data PCD obtained by scanning the roadside 3D lidar is clustered, and the purpose is to obtain several areas separated from each other. It is approximately considered that the point cloud clusters in the same area belong to the same physical object. Therefore, several separate point cloud clusters can be obtained by clustering the original point cloud data PCD.
步骤S103:使用三维检测算法对所述点云数据进行三维检测,并记录未被三维检测算法识别出的所述点云团。Step S103: Use a three-dimensional detection algorithm to perform three-dimensional detection on the point cloud data, and record the point cloud clusters that are not identified by the three-dimensional detection algorithm.
在本实施例中,使用三维点云的检测算法Center Point算法对上述原始点云数据PCD进行三维检测,可得到三大类别的三维包围框(3D Bounding Box),分别为Vehicle(车辆)、Pedestrian(行人)、Cyclist(骑行者),并可对应的三维包围框赋予类别标签。即针对步骤S102中聚类结果,对于每个点云团都可得到一个三维包围框,且给每个三维包围框赋予对应的类别标签。如检测出某个点云团为行人,则可对该点云团产生一个三维包围框,并赋予Pedestrian(行人)标签。而对于被遮挡对象、远而小对象、激光点云纹理不清晰对象等这些点云团,Center Point算法无法识别出,则这些点云团没有得到对应的类别标签,需要对这些无法识别的点云团单独进行记录。In this embodiment, three-dimensional detection is performed on the above-mentioned original point cloud data PCD using the Center Point algorithm, which is a three-dimensional point cloud detection algorithm, and three types of three-dimensional bounding boxes (3D Bounding Box) can be obtained, namely Vehicle (vehicle), Pedestrian (pedestrian), Cyclist (cyclist), and the corresponding three-dimensional bounding box can be assigned a category label. That is, for the clustering result in step S102, a three-dimensional bounding box can be obtained for each point cloud, and a corresponding category label is assigned to each three-dimensional bounding box. If a point cloud is detected as a pedestrian, a 3D bounding box can be generated for the point cloud and a Pedestrian label is assigned. For occluded objects, distant and small objects, objects with unclear laser point cloud texture and other point cloud clusters, the Center Point algorithm cannot identify them, then these point cloud clusters do not get the corresponding category labels, and it is necessary to identify these unrecognized points. Clouds are recorded individually.
步骤S104:对路端三维激光雷达和路端相机进行标定,得到点云到图片的转换矩阵。Step S104 : calibrating the road-side 3D lidar and the road-side camera to obtain a transformation matrix from the point cloud to the picture.
具体的,通过对路端三维激光雷达和路端相机的标定,可得到一个点云到图片的转换矩阵(lidar to image),矩阵的维度为3*4,记为Mt。Specifically, by calibrating the road-side 3D lidar and road-side camera, a transformation matrix (lidar to image) from point cloud to image can be obtained. The dimension of the matrix is 3*4, which is denoted as M t .
步骤S105:通过所述转换矩阵得到所有未被三维检测算法识别出的所述点云团在二维图片中的位置,并用最小矩形包围框将其从二维图片中进行截取,得到若干个图片块。Step S105: Obtain the positions of all the point clouds in the two-dimensional picture that are not identified by the three-dimensional detection algorithm through the transformation matrix, and intercept them from the two-dimensional picture with a minimum rectangular bounding box to obtain several pictures piece.
具体的,遍历所有没有标签的点云,通过步骤S104中标定得到的转换矩阵,得到每个点云团在二维图片中的位置。具体转换方法为:Specifically, all point clouds without labels are traversed, and the position of each point cloud group in the two-dimensional picture is obtained through the transformation matrix obtained by calibration in step S104. The specific conversion method is:
通过公式[u,v,1]=Mt*[x,y,z,1]计算点云团在二维图片中的位置,其中,u、v表示该点云在二维图片中的像素点位置,x、y、z表示点云的三维坐标,Mt表示点云到图片的转换矩阵。Calculate the position of the point cloud cluster in the two-dimensional image by the formula [u,v,1]=M t *[x,y,z,1], where u and v represent the pixels of the point cloud in the two-dimensional image Point position, x, y, z represent the three-dimensional coordinates of the point cloud, and M t represents the transformation matrix from the point cloud to the image.
得到每个点云团在二维图片中的位置后,采用最小矩形包围框将其从二维图片中截取出来,得到若干个图片块。After obtaining the position of each point cloud in the two-dimensional picture, the minimum rectangular bounding box is used to cut it out from the two-dimensional picture, and several picture blocks are obtained.
步骤S106:通过分类网络模型对所述图片块进行分类,得到每个所述图片块的类别标签以及其头部的朝向角度信息。Step S106: Classify the picture blocks by using a classification network model to obtain the category label of each of the picture blocks and the orientation angle information of the head thereof.
在本实施例中,采用轻量化的分类网络模型Efficient Net对每个图片块进行分类,得到每个图片块的类别标签,同时可得到其头部的朝向角度信息。较佳的,采用轻量化网络模型可以有效地减少计算的开销,提升运算速度。In this embodiment, a lightweight classification network model Efficient Net is used to classify each picture block, to obtain the category label of each picture block, and at the same time, the orientation angle information of its head can be obtained. Preferably, using a lightweight network model can effectively reduce the computational overhead and improve the computational speed.
由此,上述基于车路协同的类别重召回的感知识别方法使用相机的二维图片对激光雷达的三维漏检对象进行重召回,有效结合2D和3D数据的互补特性,使用3D的聚类结果,再投影到2D中去定位物体位置,最终进行强制分类召回,提高了算法的鲁棒性和准确性,增强了驾驶的安全系数。Therefore, the above-mentioned perceptual recognition method based on vehicle-road collaboration based on category re-recall uses the two-dimensional image of the camera to re-recall the three-dimensional missed detection objects of the lidar, effectively combining the complementary characteristics of 2D and 3D data, and using the 3D clustering results. , and then project it into 2D to locate the object position, and finally perform mandatory classification and recall, which improves the robustness and accuracy of the algorithm and enhances the safety factor of driving.
图2为本申请实施例提供的一种基于车路协同的类别重召回的感知识别装置的示意图。该装置包括传感器模块、点云聚类模块、三维检测模块、标定模块、计算模块和分类模块。FIG. 2 is a schematic diagram of a perceptual recognition device for category recall based on vehicle-road coordination provided by an embodiment of the present application. The device includes a sensor module, a point cloud clustering module, a three-dimensional detection module, a calibration module, a calculation module and a classification module.
具体的,传感器模块包括路端三维激光雷达和路端相机,分别用于扫描得到点云数据和拍摄得到二维图片。Specifically, the sensor module includes a road-side three-dimensional laser radar and a road-side camera, which are respectively used for scanning to obtain point cloud data and shooting to obtain two-dimensional pictures.
点云聚类模块用于对所述路端三维激光雷达扫描得到的点云数据进行聚类,得到若干个互相分离的点云团。The point cloud clustering module is used for clustering the point cloud data scanned by the roadside three-dimensional lidar to obtain several point cloud clusters separated from each other.
三维检测模块用于对所述路端三维激光雷达扫描得到的点云数据进行三维检测,并记录未被三维检测算法识别出的所述点云团。The three-dimensional detection module is used to perform three-dimensional detection on the point cloud data scanned by the road-end three-dimensional laser radar, and record the point cloud clusters that are not identified by the three-dimensional detection algorithm.
标定模块用于对路端三维激光雷达和路端相机进行标定,得到点云到图片的转换矩阵。The calibration module is used to calibrate the road-side 3D lidar and road-side camera, and obtain the transformation matrix from point cloud to image.
计算模块用于通过所述转换矩阵计算得到所有未被三维检测算法识别出的点云团在二维图片中的位置,并用最小矩形包围框将其从二维图片中进行截取,得到若干个图片块。The calculation module is used to calculate the positions of all point cloud clusters in the two-dimensional picture that are not identified by the three-dimensional detection algorithm through the transformation matrix, and intercept them from the two-dimensional picture with the smallest rectangular bounding box to obtain several pictures. piece.
分类模块用于通过分类网络模型对所述图片块进行分类,得到每个所述图片块的类别标签以及其头部的朝向角度信息。The classification module is used for classifying the picture blocks through a classification network model to obtain the category label of each picture block and the orientation angle information of its head.
参见图3,本实施例还提供了一种计算机设备,计算机设备的组件可以包括但不限于:一个或者多个处理器或者处理单元,系统存储器,连接不同系统组件(包括系统存储器和处理单元)的总线。Referring to FIG. 3 , this embodiment also provides a computer device, and the components of the computer device may include, but are not limited to: one or more processors or processing units, a system memory, and connecting different system components (including a system memory and a processing unit) the bus.
总线表示几类总线结构中的一种或多种,包括存储器总线或者存储器控制器,外围总线,图形加速端口,处理器或者使用多种总线结构中的任意总线结构的局域总线。举例来说,这些体系结构包括但不限于工业标准体系结构(ISA)总线,微通道体系结构(MAC)总线,增强型ISA总线、视频电子标准协会(VESA)局域总线以及外围组件互连(PCI)总线。A bus represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, a graphics acceleration port, a processor, or a local bus using any of a variety of bus structures. By way of example, these architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MAC) bus, Enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect ( PCI) bus.
计算机系统/服务器典型地包括多种计算机系统可读介质。这些介质可以是任何能够被计算机系统/服务器访问的可用介质,包括易失性和非易失性介质,可移动的和不可移动的介质。A computer system/server typically includes a variety of computer system readable media. These media can be any available media that can be accessed by the computer system/server, including both volatile and non-volatile media, removable and non-removable media.
系统存储器可以包括易失性存储器形式的计算机系统可读介质,例如随机存取存储器(RAM)和/或高速缓存存储器。计算机设备可以进一步包括其它可移动/不可移动的、易失性/非易失性计算机系统存储介质。仅作为举例,存储系统可以用于读写不可移动的、非易失性磁介质。可以提供用于对可移动非易失性磁盘(例如“软盘”)读写的磁盘驱动器,以及对可移动非易失性光盘(例如CD-ROM,DVD-ROM或者其它光介质)读写的光盘驱动器。在这些情况下,每个驱动器可以通过一个或者多个数据介质接口与总线相连。存储器可以包括至少一个程序产品,该程序产品具有一组(例如至少一个)程序模块,这些程序模块被配置以执行本发明各实施例的功能。System memory may include computer system readable media in the form of volatile memory, such as random access memory (RAM) and/or cache memory. The computer device may further include other removable/non-removable, volatile/non-volatile computer system storage media. For example only, the storage system may be used to read and write to non-removable, non-volatile magnetic media. Disk drives for reading and writing to removable non-volatile magnetic disks (eg "floppy disks") and removable non-volatile optical disks (eg CD-ROM, DVD-ROM or other optical media) may be provided CD-ROM. In these cases, each drive may be connected to the bus through one or more data media interfaces. The memory may include at least one program product having a set (eg, at least one) of program modules configured to perform the functions of various embodiments of the present invention.
具有一组(至少一个)程序模块的程序/实用工具,可以存储在例如存储器中,这样的程序模块包括——但不限于——操作系统、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。程序模块通常执行本发明所描述的实施例中的功能和/或方法。A program/utility having a set (at least one) of program modules, which may be stored, for example, in a memory, such program modules including, but not limited to, an operating system, one or more application programs, other program modules, and program data , each or some combination of these examples may include an implementation of a network environment. Program modules generally perform the functions and/or methods of the described embodiments of the present invention.
计算机设备也可以与一个或多个外部设备例如键盘、指向设备、显示器等)通信。这种通信可以通过输入/输出(I/O)接口进行。并且,计算机设备还可以通过网络适配器与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。The computer device may also communicate with one or more external devices such as keyboards, pointing devices, displays, etc.). This communication can take place through an input/output (I/O) interface. Also, the computer device may communicate with one or more networks (eg, a local area network (LAN), a wide area network (WAN), and/or a public network such as the Internet) through a network adapter.
处理单元通过运行存储在系统存储器中的程序,从而执行本发明所描述的实施例中的功能和/或方法。The processing unit executes the functions and/or methods in the described embodiments of the present invention by running programs stored in the system memory.
上述的计算机程序可以设置于计算机存储介质中,即该计算机存储介质被编码有计算机程序,该程序在被一个或多个计算机执行时,使得一个或多个计算机执行本发明上述实施例中所示的方法流程和/或装置操作。The above-mentioned computer program may be provided in a computer storage medium, that is, the computer storage medium is encoded with a computer program, which, when executed by one or more computers, causes one or more computers to execute the programs shown in the foregoing embodiments of the present invention. The method flow and/or device operation.
随着时间、技术的发展,介质含义越来越广泛,计算机程序的传播途径不再受限于有形介质,还可以直接从网络下载等。可以采用一个或多个计算机可读的介质的任意组合。计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本文件中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。With the development of time and technology, the meaning of media has become more and more extensive, and the dissemination of computer programs is no longer limited to tangible media, and can also be downloaded directly from the network. Any combination of one or more computer-readable media may be employed. The computer-readable medium may be a computer-readable signal medium or a computer-readable storage medium. The computer-readable storage medium can be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or a combination of any of the above. More specific examples (a non-exhaustive list) of computer readable storage media include: electrical connections having one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), Erasable programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage devices, magnetic storage devices, or any suitable combination of the above. In this document, a computer-readable storage medium can be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device.
计算机可读的信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括——但不限于——电磁信号、光信号或上述的任意合适的组合。计算机可读的信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。A computer-readable signal medium may include a propagated data signal in baseband or as part of a carrier wave, with computer-readable program code embodied thereon. Such propagated data signals may take a variety of forms including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing. A computer-readable signal medium can also be any computer-readable medium other than a computer-readable storage medium that can transmit, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device .
计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括——但不限于——无线、电线、光缆、RF等等,或者上述的任意合适的组合。Program code embodied on a computer readable medium may be transmitted using any suitable medium including, but not limited to, wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
可以以一种或多种程序设计语言或其组合来编写用于执行本发明操作的计算机程序代码,所述程序设计语言包括面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。Computer program code for carrying out operations of the present invention may be written in one or more programming languages, including object-oriented programming languages—such as Java, Smalltalk, C++, but also conventional Procedural programming language - such as the "C" language or similar programming language. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer, or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (eg, using an Internet service provider through the Internet connect).
除上述实施例外,本发明还可以有其他实施方式;凡采用等同替换或等效变换形成的技术方案,均落在本发明要求的保护范围。In addition to the above-mentioned embodiments, the present invention may also have other embodiments; all technical solutions formed by equivalent replacement or equivalent transformation fall within the protection scope of the present invention.
Claims (8)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210371593.7A CN114994699A (en) | 2022-04-11 | 2022-04-11 | Vehicle-road cooperation based category recall perception identification method, device, equipment and medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210371593.7A CN114994699A (en) | 2022-04-11 | 2022-04-11 | Vehicle-road cooperation based category recall perception identification method, device, equipment and medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN114994699A true CN114994699A (en) | 2022-09-02 |
Family
ID=83023448
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202210371593.7A Pending CN114994699A (en) | 2022-04-11 | 2022-04-11 | Vehicle-road cooperation based category recall perception identification method, device, equipment and medium |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN114994699A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116682084A (en) * | 2023-06-07 | 2023-09-01 | 天翼交通科技有限公司 | An object recognition method, system, device and storage medium |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109283538A (en) * | 2018-07-13 | 2019-01-29 | 上海大学 | A marine target size detection method based on data fusion of vision and laser sensors |
| KR20190095592A (en) * | 2018-01-23 | 2019-08-16 | 충북대학교 산학협력단 | Method and Apparatus for Vehicle Detection Using Lidar Sensor and Camera |
| CN111027401A (en) * | 2019-11-15 | 2020-04-17 | 电子科技大学 | An end-to-end object detection method for camera and lidar fusion |
| US10650278B1 (en) * | 2017-07-21 | 2020-05-12 | Apple Inc. | Semantic labeling of point clouds using images |
| CN113255504A (en) * | 2021-05-19 | 2021-08-13 | 燕山大学 | Road side visual angle beyond visual range global fusion perception system based on deep learning |
| CN113269040A (en) * | 2021-04-25 | 2021-08-17 | 南京大学 | Driving environment sensing method combining image recognition and laser radar point cloud segmentation |
| CN113743391A (en) * | 2021-11-08 | 2021-12-03 | 江苏天策机器人科技有限公司 | Three-dimensional obstacle detection system and method applied to low-speed autonomous driving robot |
-
2022
- 2022-04-11 CN CN202210371593.7A patent/CN114994699A/en active Pending
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10650278B1 (en) * | 2017-07-21 | 2020-05-12 | Apple Inc. | Semantic labeling of point clouds using images |
| KR20190095592A (en) * | 2018-01-23 | 2019-08-16 | 충북대학교 산학협력단 | Method and Apparatus for Vehicle Detection Using Lidar Sensor and Camera |
| CN109283538A (en) * | 2018-07-13 | 2019-01-29 | 上海大学 | A marine target size detection method based on data fusion of vision and laser sensors |
| CN111027401A (en) * | 2019-11-15 | 2020-04-17 | 电子科技大学 | An end-to-end object detection method for camera and lidar fusion |
| CN113269040A (en) * | 2021-04-25 | 2021-08-17 | 南京大学 | Driving environment sensing method combining image recognition and laser radar point cloud segmentation |
| CN113255504A (en) * | 2021-05-19 | 2021-08-13 | 燕山大学 | Road side visual angle beyond visual range global fusion perception system based on deep learning |
| CN113743391A (en) * | 2021-11-08 | 2021-12-03 | 江苏天策机器人科技有限公司 | Three-dimensional obstacle detection system and method applied to low-speed autonomous driving robot |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116682084A (en) * | 2023-06-07 | 2023-09-01 | 天翼交通科技有限公司 | An object recognition method, system, device and storage medium |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Wang et al. | Multi-modal 3d object detection in autonomous driving: a survey | |
| US11403860B1 (en) | Multi-sensor object detection fusion system and method using point cloud projection | |
| CN112669344B (en) | A method, device, electronic device and storage medium for positioning a moving object | |
| CN109492507B (en) | Traffic light state identification method and device, computer equipment and readable medium | |
| CN108805979B (en) | A kind of dynamic model three-dimensional reconstruction method, apparatus, equipment and storage medium | |
| CN110378966B (en) | Calibration method, device, equipment and storage medium for extrinsic parameters of vehicle-road cooperative camera | |
| WO2020134512A1 (en) | Traffic detection system based on millimeter wave radar and video | |
| WO2023184869A1 (en) | Semantic map construction and localization method and apparatus for indoor parking lot | |
| US10685263B2 (en) | System and method for object labeling | |
| CN114565906B (en) | Obstacle detection method, obstacle detection device, electronic equipment and storage medium | |
| WO2022206414A1 (en) | Three-dimensional target detection method and apparatus | |
| CN113963330A (en) | Obstacle detection method, device, electronic device and storage medium | |
| CN111832410B (en) | Forward train detection method based on fusion of vision and laser radar | |
| CN107845095A (en) | Mobile object real time detection algorithm based on three-dimensional laser point cloud | |
| CN115082857A (en) | A detection method, device, device and storage medium for a target object | |
| CN111951328A (en) | Object position detection method, device, device and storage medium | |
| EP4485390A1 (en) | Image detection method and apparatus | |
| JP2022045947A5 (en) | ||
| CN114662600A (en) | Lane line detection method and device and storage medium | |
| CN109300322B (en) | Guideline drawing method, apparatus, device, and medium | |
| CN117911973A (en) | Target detection method, target detection device, electronic equipment and storage medium | |
| TW202029134A (en) | Driving detection method, vehicle and driving processing device | |
| CN111832556A (en) | An accurate detection method of shipboard characters based on deep learning | |
| CN114994699A (en) | Vehicle-road cooperation based category recall perception identification method, device, equipment and medium | |
| CN113239931A (en) | Logistics station license plate recognition method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| TA01 | Transfer of patent application right | ||
| TA01 | Transfer of patent application right |
Effective date of registration: 20230426 Address after: 215000 room 808, 8 / F, building 9a, launch area of Yangtze River Delta International R & D community, No. 286, qinglonggang Road, high speed rail new town, Xiangcheng District, Suzhou City, Jiangsu Province Applicant after: Tianyi Transportation Technology Co.,Ltd. Address before: 215100 station 601-b11, Tiancheng information building, No. 88, nantiancheng Road, Xiangcheng District, Suzhou City, Jiangsu Province (cluster registration) Applicant before: Zhongzhixing (Suzhou) Technology Co.,Ltd. |
|
| TA01 | Transfer of patent application right | ||
| TA01 | Transfer of patent application right |
Effective date of registration: 20230625 Address after: No.31, Financial Street, Xicheng District, Beijing, 100033 Applicant after: CHINA TELECOM Corp.,Ltd. Address before: 215000 room 808, 8 / F, building 9a, launch area of Yangtze River Delta International R & D community, No. 286, qinglonggang Road, high speed rail new town, Xiangcheng District, Suzhou City, Jiangsu Province Applicant before: Tianyi Transportation Technology Co.,Ltd. |