WO2022017147A1 - Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium - Google Patents

Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium Download PDF

Info

Publication number
WO2022017147A1
WO2022017147A1 PCT/CN2021/103778 CN2021103778W WO2022017147A1 WO 2022017147 A1 WO2022017147 A1 WO 2022017147A1 CN 2021103778 W CN2021103778 W CN 2021103778W WO 2022017147 A1 WO2022017147 A1 WO 2022017147A1
Authority
WO
WIPO (PCT)
Prior art keywords
point cloud
point
grid
feature information
cloud data
Prior art date
Application number
PCT/CN2021/103778
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 WO2022017147A1 publication Critical patent/WO2022017147A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/51Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO 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
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/48Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S17/00
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO 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
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/48Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S17/00
    • G01S7/4802Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S17/00 using analysis of echo signal for target characterisation; Target signature; Target cross-section
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO 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
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/48Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S17/00
    • G01S7/4808Evaluating distance, position or velocity data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Definitions

  • point cloud feature information corresponding to the grid is determined.
  • first deviation information corresponding to the point is determined based on the coordinate information of the point and the determined center coordinate information; and based on the coordinate information of the point and the point Coordinate information of other points other than the point in the cloud data set, determining second deviation information between the point and the other points;
  • the point cloud feature information extracted by the grid feature extraction process can be used as the input information of the target detection network to carry out the target detection.
  • the efficiency of target detection can also be improved.
  • the acquisition module is used to acquire the point cloud data corresponding to the target scene
  • FIG. 1 shows a flowchart of a method for processing point cloud data provided by Embodiment 1 of the present disclosure
  • the present disclosure provides at least one point cloud data processing solution, which combines the data reading and writing mechanism to divide point cloud feature extraction into two stages: rasterization processing and grid feature extraction, which improves the performance of point cloud feature extraction. efficient.
  • the process of extracting grid features it may be a process of uniformly analyzing the point cloud dataset corresponding to each grid.
  • the point cloud dataset of each grid can be read first.
  • feature enhancement is performed on each point in the point cloud dataset corresponding to the grid, where the feature dimension of the point before feature enhancement is smaller than the feature dimension of the point after feature enhancement, that is, the feature information of each point in the grid is highlighted.
  • the feature encoding of the corresponding point cloud dataset can be implemented based on the enhanced feature information of each point, thereby realizing the feature extraction of the grid.
  • the Cartesian coordinate system here may be established based on the detection plane (eg, the ground), and the origin of the established Cartesian coordinate system may be coincident with the origin of the radar coordinate system. In this way, when the radar coordinate information of each point in the point cloud data is projected onto the ground, the Cartesian coordinate information corresponding to the point can be determined.
  • the Cartesian coordinate information can be the actual distance from the lidar device when the point is projected onto the detection plane. After dividing multiple grids based on the set radar detection range and preset grid size, the grid to which each point is divided can be determined, thereby realizing point cloud rasterization.
  • the larger the preset grid size is the less the number of divided grids, and the more points each grid falls into.
  • the smaller the preset grid size is, the more grids are divided, and the fewer points each grid falls into.
  • the grid feature extraction process may be based on the grid-based point cloud dataset processing
  • the number of grids and the number of points included in the grid point cloud dataset will be Directly affects the speed of raster feature extraction.
  • the grid may be divided based on the limitation of the number of grids and the number of points in the grid. Specifically, it can be achieved by performing the following steps for each point in the point cloud data:
  • Step 2 If the number of grids with divided points is less than the first preset number, then determine whether the number of divided points in the grid to be divided at the point is less than the second preset number;
  • the total number of grids is limited to 20 and the points in one grid are limited to 16 as an example for illustration.
  • Step 3 Based on the encoded feature information of the point cloud dataset, determine the point cloud feature information corresponding to the grid.
  • Step 1 For the point cloud dataset of each grid, determine the center coordinate information of the point cloud dataset based on the coordinate information of each point in the point cloud dataset;
  • the feature enhancement operation is performed after the points of the 4-dimensional initial feature are input in the form of serial data stream, and a specific example of the 9-dimensional enhanced feature information is obtained.
  • the coordinate information of each point may be read sequentially. In this way, in the process of feature enhancement, data enhancement processing may be performed on the sequentially read point information in a serial data stream manner.
  • the lidar device used in this method is a rotating radar
  • the rotating radar collects point cloud data according to a set angle (such as 15°), and the point cloud data collected in one circle (corresponding to 360°) can be collected here.
  • point cloud rasterization and grid feature extraction can also be performed
  • point cloud data collected in a half circle can also be used as a frame of point cloud data for point cloud rasterization and grid feature extraction.
  • the point cloud data collected in a quarter circle (corresponding to 90°) can also be used as a frame of point cloud data for point cloud rasterization and raster feature extraction.
  • a target detection network such as a neural network may be used to detect target objects based on the point cloud feature information corresponding to each grid.
  • the network parameters of the above neural network can be stored in off-chip memory.
  • the on-chip processor and the on-chip logic circuit can perform data processing based on network parameters.
  • the acquiring module 501 is configured to acquire point cloud data corresponding to the target scene.
  • the above processing device divides the point cloud feature extraction into a point cloud rasterization process and a grid feature extraction process. In this way, by taking the grid as a unit, the overall point cloud feature extraction is performed on the point cloud data set of each grid to improve the performance. The efficiency of point cloud feature extraction is improved.
  • the encoded feature information of the point cloud dataset is determined; the encoded feature information has a second feature dimension; the number of dimensions of the second feature dimension is greater than the number of dimensions of the first feature dimension;
  • the coordinate information, the first deviation information and the second deviation information of the point are used as the enhanced feature information of the point.
  • point cloud datasets corresponding to multiple grids are obtained; the point cloud datasets in each grid are sequentially stored in the storage medium; each point cloud dataset contains data for at least one point;
  • each functional unit in each embodiment of the present disclosure may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
  • the functions, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a processor-executable non-volatile computer-readable storage medium.
  • the computer software products are stored in a storage medium, including Several instructions are used to cause an electronic device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in various embodiments of the present disclosure.
  • the aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk and other media that can store program codes .

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Remote Sensing (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Image Analysis (AREA)

Abstract

The present invention provides a point cloud data processing method and apparatus, a radar apparatus, an electronic device, and a computer readable storage medium. The method comprises: obtaining point cloud data corresponding to a target scene; rasterizing the obtained point cloud data to obtain point cloud datasets respectively corresponding to multiple rasters, the point cloud dataset in each raster being sequentially stored in a storage medium, and each of the point cloud datasets comprising data of at least one point; and determining, according to the point cloud dataset of each raster, point cloud feature information corresponding to the raster. According to the present invention, point cloud feature extraction is divided into a point cloud rasterization process and a raster feature extraction process, and in this way, the overall point cloud feature extraction is performed on the point cloud data set of each raster by taking a raster as a unit, and thus the efficiency of point cloud feature extraction is improved.

Description

点云数据的处理方法和装置、雷达装置、电子设备及计算机可读存储介质Method and device for processing point cloud data, radar device, electronic device and computer-readable storage medium
交叉引用声明cross reference statement
本发明要求于2020年7月22日提交中国专利局的申请号为202010713994.7的中国专利申请的优先权,其全部内容通过引用结合在本申请中。The present invention claims the priority of the Chinese Patent Application No. 202010713994.7 filed with the Chinese Patent Office on July 22, 2020, the entire contents of which are incorporated herein by reference.
技术领域technical field
本公开涉及点云数据处理技术领域,具体而言,涉及一种点云数据的处理方法、一种点云数据的处理装置、雷达装置、电子设备及计算机可读存储介质。The present disclosure relates to the technical field of point cloud data processing, and in particular, to a point cloud data processing method, a point cloud data processing device, a radar device, an electronic device, and a computer-readable storage medium.
背景技术Background technique
随着激光雷达技术的不断发展,因激光雷达采集的点云数据包括目标对象的准确位置信息,应用激光雷达进行点云数据采集被广泛应用于各个领域,如目标检测、三维目标重建、自动驾驶等。在进行上述应用之前,通常需要对采集的点云数据进行特征提取。With the continuous development of lidar technology, since the point cloud data collected by lidar includes the accurate position information of the target object, the application of lidar to collect point cloud data is widely used in various fields, such as target detection, 3D target reconstruction, automatic driving Wait. Before the above application, it is usually necessary to perform feature extraction on the collected point cloud data.
然而,由于激光雷达所产生的点云数据量大,且实时更新,若直接对采集的点云数据进行特征提取,将导致特征的提取速度较慢。However, since the amount of point cloud data generated by lidar is large and updated in real time, if the point cloud data collected is directly extracted, the feature extraction speed will be slow.
发明内容SUMMARY OF THE INVENTION
本公开实施例至少提供一种点云数据的处理方案,结合数据读写机制将点云特征提取划分为栅格化处理以及栅格特征提取两个阶段,提升了点云特征提取的效率。The embodiments of the present disclosure provide at least one solution for processing point cloud data, which divides point cloud feature extraction into two stages of grid processing and grid feature extraction in combination with a data reading and writing mechanism, which improves the efficiency of point cloud feature extraction.
主要包括以下几个方面:It mainly includes the following aspects:
第一方面,本公开实施例提供了一种点云数据的处理方法,所述方法包括:In a first aspect, an embodiment of the present disclosure provides a method for processing point cloud data, the method comprising:
获取目标场景对应的点云数据;Obtain the point cloud data corresponding to the target scene;
对获取的所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个所述点云数据集中包含至少一个点的数据;Perform grid processing on the acquired point cloud data to obtain point cloud datasets corresponding to multiple grids; the point cloud datasets in each grid are sequentially stored in the storage medium; each of the point cloud datasets The cloud dataset contains data of at least one point;
根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息。According to the point cloud dataset of each grid, point cloud feature information corresponding to the grid is determined.
采用上述点云数据的处理方法,其首先可以获取目标场景对应的点云数据,而后可以对获取的点云数据进行栅格化处理,也即确定点云数据所对应的栅格,并将栅格化处理后的点云数据以栅格为单位顺序存储在存储介质中。这样,在针对各个栅格进行特征提取之前,可以先从存储介质中依次读取每个栅格的点云数据集,进而根据读取的每个点云数据集,确定与每个栅格对应的点云特征信息。上述提取方法将点云特征提取划分为点云栅格化过程和栅格特征提取过程,这样,通过以栅格为单位,对每个栅格的点云 数据集进行整体点云特征提取,提高了点云特征提取的效率。By using the above processing method for point cloud data, it can first obtain the point cloud data corresponding to the target scene, and then perform grid processing on the acquired point cloud data, that is, determine the grid corresponding to the point cloud data, and convert the grid to the grid. The gridded point cloud data is sequentially stored in the storage medium in grid units. In this way, before the feature extraction is performed for each grid, the point cloud dataset of each grid can be sequentially read from the storage medium, and then the corresponding point cloud dataset corresponding to each grid can be determined according to each read point cloud dataset. point cloud feature information. The above extraction method divides point cloud feature extraction into a point cloud rasterization process and a grid feature extraction process. In this way, by taking the grid as a unit, the overall point cloud feature extraction is performed on the point cloud dataset of each grid to improve the performance of the grid. The efficiency of point cloud feature extraction is improved.
在一种实施方式中,所述对获取的所述点云数据进行栅格化处理包括:In one embodiment, the rasterizing processing on the acquired point cloud data includes:
基于雷达坐标系与笛卡尔坐标系之间的转换关系,将获取的所述点云数据中各个点的雷达坐标信息分别转换为对应的笛卡尔坐标信息;Based on the conversion relationship between the radar coordinate system and the Cartesian coordinate system, the acquired radar coordinate information of each point in the point cloud data is respectively converted into corresponding Cartesian coordinate information;
根据设定的雷达检测范围和预设的栅格尺寸确定所有栅格的坐标范围;Determine the coordinate range of all grids according to the set radar detection range and preset grid size;
将所述点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中。The points in the point cloud data are divided into corresponding grids according to their respective Cartesian coordinate information.
在一种实施方式中,所述将所述点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中,包括:In one embodiment, the dividing the points in the point cloud data into corresponding grids according to their respective Cartesian coordinate information, including:
针对所述点云数据中的每个点,基于所述点的笛卡尔坐标信息以及所有栅格的坐标范围确定所述点待划分的栅格;For each point in the point cloud data, determine the grid to be divided by the point based on the Cartesian coordinate information of the point and the coordinate range of all grids;
若已划分点的栅格的数量小于第一预设数量,则判断所述点待划分的栅格内已划分的点的数量是否小于第二预设数量;If the number of grids that have divided points is less than the first preset number, then determine whether the number of divided points in the grid to be divided by the point is less than the second preset number;
若小于所述第二预设数量,则将所述点划分到所述点待划分的栅格。If it is less than the second preset number, the points are divided into grids to which the points are to be divided.
在一种实施方式中,根据每个栅格的所述点云数据集,确定与所述栅格对应的所述点云特征信息,包括:In an embodiment, according to the point cloud dataset of each grid, determining the point cloud feature information corresponding to the grid includes:
针对每个栅格的所述点云数据集,基于所述点云数据集中每个点的坐标信息,对所述点进行特征增强,确定所述点的增强特征信息;所述增强特征信息具有第一特征维度;For the point cloud data set of each grid, based on the coordinate information of each point in the point cloud data set, feature enhancement is performed on the point, and the enhanced feature information of the point is determined; the enhanced feature information has the first feature dimension;
基于所述点云数据集中每个点的增强特征信息,确定所述点云数据集的编码特征信息;所述编码特征信息具有第二特征维度;所述第二特征维度的维度数大于所述第一特征维度的维度数;Based on the enhanced feature information of each point in the point cloud dataset, the encoded feature information of the point cloud dataset is determined; the encoded feature information has a second feature dimension; the number of dimensions of the second feature dimension is greater than the The number of dimensions of the first feature dimension;
基于所述点云数据集的编码特征信息,确定与所述栅格对应的点云特征信息。Based on the encoded feature information of the point cloud dataset, point cloud feature information corresponding to the grid is determined.
这里,为了实现栅格特征提取,本公开实施例首先可以基于点云数据集中每个点的坐标信息对所述点进行特征增强并得到特征增强后的点云数据集的编码特征信息,相当于对一个栅格内多个点的特征进行了融合。Here, in order to achieve grid feature extraction, the embodiment of the present disclosure may first perform feature enhancement on each point in the point cloud dataset based on the coordinate information of the point, and obtain the encoded feature information of the feature-enhanced point cloud dataset, which is equivalent to The features of multiple points in a grid are fused.
在一种实施方式中,所述基于所述点云数据集所中每个点的所述坐标信息,对所述点进行特征增强,确定所述点的增强特征信息,包括:In an embodiment, the feature enhancement is performed on the point based on the coordinate information of each point in the point cloud dataset, and the enhanced feature information of the point is determined, including:
基于所述点云数据集中各个点的所述坐标信息,确定所述点云数据集的中心坐标信息;Determine the center coordinate information of the point cloud dataset based on the coordinate information of each point in the point cloud dataset;
针对每个所述点,基于所述点的所述坐标信息以及确定的所述中心坐标信息,确定所述点对应的第一偏差信息;以及基于所述点的所述坐标信息以及所述点云数据集内除所述点之外的其它点的坐标信息,确定所述点与所述其它点之间的第二偏差信息;For each of the points, first deviation information corresponding to the point is determined based on the coordinate information of the point and the determined center coordinate information; and based on the coordinate information of the point and the point Coordinate information of other points other than the point in the cloud data set, determining second deviation information between the point and the other points;
将所述点的坐标信息、所述第一偏差信息以及所述第二偏差信息作为所述点的增强特征信息。The coordinate information of the point, the first deviation information, and the second deviation information are used as enhanced feature information of the point.
在一种实施方式中,利用卷积神经网络基于所述点云数据集中每个点的增强特征信息,确定所述点云数据集的编码特征信息,其中所述卷积神经网络包括卷积层和激活层,包括:In one embodiment, the encoded feature information of the point cloud dataset is determined based on the enhanced feature information of each point in the point cloud dataset by using a convolutional neural network, wherein the convolutional neural network includes a convolution layer and activation layers, including:
利用所述卷积层的卷积核对所述点云数据集中每个点的增强特征信息分别进行卷积运算,得到所述点云数据集中每个点对应的卷积特征信息;Use the convolution check of the convolution layer to perform convolution operations on the enhanced feature information of each point in the point cloud data set, to obtain convolution feature information corresponding to each point in the point cloud data set;
将各个点对应的卷积特征信息进行组合,得到与所述点云数据集对应的卷积特征信息;Combining the convolution feature information corresponding to each point to obtain the convolution feature information corresponding to the point cloud data set;
利用所述激活层的激活函数对所述点云数据集对应的卷积特征信息进行处理,得到该点云数据集的编码特征信息。The convolution feature information corresponding to the point cloud data set is processed by using the activation function of the activation layer to obtain the encoded feature information of the point cloud data set.
在一种实施方式中,利用所述激活层的激活函数对所述点云数据集对应的卷积特征信息进行处理,得到所述点云数据集的编码特征信息,包括:In an embodiment, the activation function of the activation layer is used to process the convolution feature information corresponding to the point cloud dataset to obtain the encoded feature information of the point cloud dataset, including:
按照第一预设位宽对所述点云数据集对应的卷积特征信息进行量化处理,得到量化处理后的卷积特征信息;所述第一预设位宽为目标检测网络部署到运行的平台时量化的位宽,所述目标检测网络用于根据与每个栅格对应的所述点云特征信息检测目标对象;Perform quantization processing on the convolution feature information corresponding to the point cloud data set according to the first preset bit width to obtain the quantized convolution feature information; the first preset bit width is the target detection network deployed to the running The quantized bit width of the platform, the target detection network is used to detect the target object according to the point cloud feature information corresponding to each grid;
利用所述激活层的所述激活函数对所述量化处理后的卷积特征信息进行处理,得到所述点云数据集的编码特征信息。The quantized convolution feature information is processed by using the activation function of the activation layer to obtain the encoded feature information of the point cloud data set.
这里,为了适配后续的目标检测网络的操作,在确定点云数据集对应的卷积特征信息之后,可以基于目标检测网络的第一预设位宽对上述卷积特征信息进行量化处理,以利用量化后的卷积特征信息进行特征编码。Here, in order to adapt to the subsequent operation of the target detection network, after the convolution feature information corresponding to the point cloud dataset is determined, the above-mentioned convolution feature information can be quantized based on the first preset bit width of the target detection network to obtain Feature encoding is performed using the quantized convolutional feature information.
在一种实施方式中,所述将所述点的所述坐标信息、所述第一偏差信息以及所述第二偏差信息作为所述点的增强特征信息,包括:In an implementation manner, using the coordinate information, the first deviation information, and the second deviation information of the point as the enhanced feature information of the point includes:
按照第二预设位宽对所述点的所述坐标信息、所述第一偏差信息以及所述第二偏差信息分别进行量化处理,得到量化处理后的坐标信息、第一偏差信息以及第二偏差信息;所述第二预设位宽为卷积神经网络部署到运行的平台时量化的位宽;所述卷积神经网络基于所述点云数据集中每个点的增强特征信息确定所述点云数据集的编码特征信息;The coordinate information, the first deviation information and the second deviation information of the point are respectively quantized according to the second preset bit width to obtain the quantized coordinate information, the first deviation information and the second deviation information. deviation information; the second preset bit width is the bit width quantified when the convolutional neural network is deployed to the running platform; the convolutional neural network determines the The encoded feature information of the point cloud dataset;
将所述量化处理后的坐标信息、第一偏差信息以及第二偏差信息作为所述点的增强特征信息。The quantized coordinate information, the first deviation information, and the second deviation information are used as the enhanced feature information of the point.
这里,为了适配用于特征编码的卷积神经网络,在确定每个点对应的第一偏差信息以及第二偏差信息等增强特征信息之后,可以基于卷积神经网络的第二预设位宽对上述增强特征信息进行量化处理,以确定量化后的增强特征信息。Here, in order to adapt to the convolutional neural network used for feature encoding, after determining the first deviation information corresponding to each point and the enhanced feature information such as the second deviation information, the second preset bit width of the convolutional neural network can be based on Quantize the enhanced feature information to determine the enhanced feature information after quantization.
在一种实施方式中,确定与所述栅格对应的点云特征信息之后,还包括:In one embodiment, after determining the point cloud feature information corresponding to the grid, the method further includes:
基于与每个栅格对应的所述点云特征信息检测目标对象。A target object is detected based on the point cloud feature information corresponding to each grid.
这里,考虑到各个栅格对应的点云特征信息呈现了相关目标对象的空间分布情况,因而,可以将栅格特征提取过程所提取到的点云特征信息作为目标检测网络的输入信息,进行目标对象信息的检测,在点云特征提取的速度较快的前提下,目标检测的效率也得以提升。Here, considering that the point cloud feature information corresponding to each grid presents the spatial distribution of the relevant target objects, the point cloud feature information extracted by the grid feature extraction process can be used as the input information of the target detection network to carry out the target detection. In the detection of object information, under the premise of faster point cloud feature extraction, the efficiency of target detection can also be improved.
在一种实施方式中,所述基于与每个栅格对应的所述点云特征信息检测目标对象,包括:In one embodiment, the detecting a target object based on the point cloud feature information corresponding to each grid includes:
将所述多个栅格在同一特征维度下的点云特征信息作为一组输入信息,将不同特征维度分别对应的不同组输入信息并行输入至目标检测网络中,得到所述目标场景中的目标对象。The point cloud feature information of the multiple grids under the same feature dimension is used as a set of input information, and different sets of input information corresponding to different feature dimensions are input into the target detection network in parallel to obtain the target in the target scene. object.
为了更好的提取出目标对象信息,在将点云特征信息输入至目标检测网络之前,可以在特征维度上对栅格的点云特征信息进行分解,分解后的点云特征信息能够呈现不同特征维度对目标对象检测结果的影响,确保了检测准确度。In order to better extract the target object information, before inputting the point cloud feature information to the target detection network, the point cloud feature information of the grid can be decomposed in the feature dimension, and the decomposed point cloud feature information can present different features The influence of dimension on the target object detection result ensures the detection accuracy.
在一种实施方式中,基于与每个栅格对应的所述点云特征信息检测目标对象,包括:In one embodiment, detecting a target object based on the point cloud feature information corresponding to each grid includes:
对于每个栅格,基于所述栅格的所述点云数据集中各个点的坐标信息,确定代表所述栅格位置的目标点的坐标信息;For each grid, based on the coordinate information of each point in the point cloud dataset of the grid, determine the coordinate information of the target point representing the grid position;
将与所述栅格对应的点云特征信息作为所述目标点对应的点云特征信息;Taking the point cloud feature information corresponding to the grid as the point cloud feature information corresponding to the target point;
将代表所述多个栅格位置的目标点的坐标信息及对应的点云特征信息输入至目标检测网络中,得到所述目标场景中的目标对象。The coordinate information of the target points representing the multiple grid positions and the corresponding point cloud feature information are input into the target detection network to obtain the target object in the target scene.
这里,考虑到栅格与点之间的对应关系,可以将栅格的点云特征信息映射到一个目标点,采用该目标点代表栅格进行目标对象检测,进而提高检测效率。Here, considering the correspondence between grids and points, the point cloud feature information of the grid can be mapped to a target point, and the target point can be used to represent the grid for target object detection, thereby improving detection efficiency.
第二方面,本公开实施例还提供了一种雷达装置,包括:雷达控制器、雷达组件以及现场可编程门阵列FPGA;其中,所述雷达控制器分别与所述雷达组件以及所述FPGA电连接;In a second aspect, an embodiment of the present disclosure further provides a radar device, including: a radar controller, a radar component, and a field programmable gate array FPGA; wherein the radar controller is connected to the radar component and the FPGA circuit respectively. connect;
所述雷达控制器,用于控制所述雷达组件对目标场景进行扫描,获取所述目标场景对应的点云数据;the radar controller, configured to control the radar component to scan the target scene and obtain point cloud data corresponding to the target scene;
所述FPGA包括片上处理器,所述片上处理器用于对所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;并用于根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息;其中每一个栅格内的点云数据集在存储介质中顺序存储;每个所述点云数据集中包含至少一个点的数据。The FPGA includes an on-chip processor, and the on-chip processor is used to perform grid processing on the point cloud data to obtain point cloud data sets corresponding to multiple grids; A point cloud dataset, which determines the point cloud feature information corresponding to the grid; the point cloud dataset in each grid is sequentially stored in the storage medium; each of the point cloud datasets contains data of at least one point .
在一种实施方式中,所述FPGA还包括片上逻辑电路;In one embodiment, the FPGA further includes an on-chip logic circuit;
所述片上逻辑电路,用于与每个栅格对应的所述点云特征信息检测目标对象。The on-chip logic circuit is used for detecting a target object from the point cloud feature information corresponding to each grid.
第三方面,本公开实施例还提供了一种点云数据的处理装置,所述装置包括:In a third aspect, an embodiment of the present disclosure further provides an apparatus for processing point cloud data, the apparatus comprising:
获取模块,用于获取目标场景对应的点云数据;The acquisition module is used to acquire the point cloud data corresponding to the target scene;
处理模块,用于对获取的所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个所述点云数据集中包含至少一个点的数据;a processing module, configured to perform grid processing on the acquired point cloud data to obtain point cloud datasets corresponding to multiple grids; the point cloud datasets in each grid are sequentially stored in the storage medium; Each of the point cloud datasets contains data of at least one point;
确定模块,用于根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息。A determination module, configured to determine the point cloud feature information corresponding to the grid according to the point cloud data set of each grid.
第四方面,本公开实施例还提供了一种电子设备,包括:处理器、存储器和总线;所述存储器存储有所述处理器可执行的机器可读指令;当所述电子设备运行时,所述处理器与所述存储器之间通过所述总线通信;所述机器可读指令被所述处理器执行时执行如第一方面及其各种实施方式任一所述的点云数据的处理方法的步骤。In a fourth aspect, embodiments of the present disclosure further provide an electronic device, including: a processor, a memory, and a bus; the memory stores machine-readable instructions executable by the processor; when the electronic device runs, Communication between the processor and the memory is through the bus; when the machine-readable instructions are executed by the processor, the processing of the point cloud data according to any one of the first aspect and its various embodiments is performed. steps of the method.
第五方面,本公开实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器运行时执行如第一方面及其各种实施方式任一所述的点云数据的处理方法的步骤。In a fifth aspect, an embodiment of the present disclosure further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and the computer program is executed by a processor when the first aspect and various aspects thereof are executed. The steps of the method for processing point cloud data described in any one of the embodiments.
关于上述点云数据的处理装置、电子设备、及计算机可读存储介质的效果描述参见上述点云数据的处理方法的说明,这里不再赘述。For a description of the effects of the above-mentioned point cloud data processing apparatus, electronic device, and computer-readable storage medium, reference may be made to the above-mentioned description of the point cloud data processing method, which will not be repeated here.
为使本公开的上述目的、特征和优点能更明显易懂,下文特举较佳实施例,并配合所附附图,作详细说明如下。In order to make the above-mentioned objects, features and advantages of the present disclosure more obvious and easy to understand, the preferred embodiments are exemplified below, and are described in detail as follows in conjunction with the accompanying drawings.
附图说明Description of drawings
为了更清楚地说明本公开实施例的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,此处的附图被并入说明书中并构成本说明书中的一部分,这些附图示出了符合本公开的实施例,并与说明书一起用于说明本公开的技术方案。应当理解,以下附图仅示出了本公开的某些实施例,因此不应被看作是对范围的限定,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他相关的附图。In order to explain the technical solutions of the embodiments of the present disclosure more clearly, the following briefly introduces the accompanying drawings required in the embodiments, which are incorporated into the specification and constitute a part of the specification. The drawings illustrate embodiments consistent with the present disclosure, and together with the description serve to explain the technical solutions of the present disclosure. It should be understood that the following drawings only show some embodiments of the present disclosure, and therefore should not be regarded as limiting the scope. Other related figures are obtained from these figures.
图1示出了本公开实施例一所提供的一种点云数据的处理方法的流程图;1 shows a flowchart of a method for processing point cloud data provided by Embodiment 1 of the present disclosure;
图2示出了本公开实施例一所提供的点云数据的处理方法中,栅格化过程的具体示例图;FIG. 2 shows a specific example diagram of a rasterization process in the method for processing point cloud data provided by Embodiment 1 of the present disclosure;
图3示出了本公开实施例一所提供的点云数据的处理方法中,特征增强过程的具体示例图;3 shows a specific example diagram of a feature enhancement process in the method for processing point cloud data provided by Embodiment 1 of the present disclosure;
图4(a)示出了本公开实施例一所提供的点云数据的处理方法中,特征编码前的具体示例图;Figure 4(a) shows a specific example diagram before feature encoding in the method for processing point cloud data provided in Embodiment 1 of the present disclosure;
图4(b)示出了本公开实施例一所提供的点云数据的处理方法中,特征编码后的具体示例图;FIG. 4(b) shows a specific example diagram after feature encoding in the method for processing point cloud data provided by Embodiment 1 of the present disclosure;
图5示出了本公开实施例二所提供的一种点云数据的处理装置的示意图;FIG. 5 shows a schematic diagram of an apparatus for processing point cloud data according to Embodiment 2 of the present disclosure;
图6示出了本公开实施例三所提供的一种电子设备的示意图。FIG. 6 shows a schematic diagram of an electronic device according to Embodiment 3 of the present disclosure.
具体实施方式detailed description
为使本公开实施例的目的、技术方案和优点更加清楚,下面将结合本公开实施例中附图,对本公开实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本公开一部分实施例,而不是全部的实施例。通常在此处附图中描述和示出的本公开实施例的组件可以以各种不同的配置来布置和设计。因此,以下对在附图中提供的本公开的实施例的详细描述并非旨在限制要求保护的本公开的范围,而是仅仅表示本公开的选定实施例。基于本公开的实施例,本领域技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都属于本公开保护的范围。In order to make the purposes, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present disclosure. Obviously, the described embodiments are only These are some, but not all, embodiments of the present disclosure. The components of the disclosed embodiments generally described and illustrated in the drawings herein may be arranged and designed in a variety of different configurations. Therefore, the following detailed description of the embodiments of the disclosure provided in the accompanying drawings is not intended to limit the scope of the disclosure as claimed, but is merely representative of selected embodiments of the disclosure. Based on the embodiments of the present disclosure, all other embodiments obtained by those skilled in the art without creative work fall within the protection scope of the present disclosure.
经研究发现,相关技术中,由于激光雷达所产生的点云数据量较大,且实时更新,若直接对采集的点云数据进行特征提取,将导致特征的提取速度较慢。It has been found through research that in related technologies, since the amount of point cloud data generated by lidar is large and updated in real time, if the feature extraction is performed directly on the collected point cloud data, the feature extraction speed will be slow.
基于上述研究,本公开提供了至少一种点云数据的处理方案,结合数据读写机制将点云特征提取划分为栅格化处理以及栅格特征提取两个阶段,提升了点云特征提取的效率。Based on the above research, the present disclosure provides at least one point cloud data processing solution, which combines the data reading and writing mechanism to divide point cloud feature extraction into two stages: rasterization processing and grid feature extraction, which improves the performance of point cloud feature extraction. efficient.
针对以上方案所存在的缺陷,均是发明人在经过实践并仔细研究后得出的结果,因此,上述问题的发现过程以及下文中本公开针对上述问题所提出的解决方案,都应该是发明人在本公开过程中对本公开做出的贡献。The defects existing in the above solutions are all the results obtained by the inventor after practice and careful research. Therefore, the discovery process of the above problems and the solutions to the above problems proposed by the present disclosure hereinafter should be the inventors Contributions made to this disclosure during the course of this disclosure.
应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步定义和解释。It should be noted that like numerals and letters refer to like items in the following figures, so once an item is defined in one figure, it does not require further definition and explanation in subsequent figures.
为便于对本实施例进行理解,首先对本公开实施例所公开的一种点云数据的处理方法进行详细介绍,本公开实施例所提供的点云数据的处理方法的执行主体一般为具有一定计算能力的电子设备,该电子设备例如包括:终端设备或服务器或其它处理芯片,处理芯片如微控制单元(Microcontroller Unit,MCU)、片上系统(System-on-a-Chip,SoC)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(FPGA,field-programmable gate array),终端设备如激光雷达设备、用户设备(User Equipment,UE)、移动设备、用户终端(如智能手机)、终端、手持设备、计算设备、车载设备、可穿戴设备等。在一些可能的实现方式中,该点云数据的处理方法可以通过处理器调用 存储器中存储的计算机可读指令的方式来实现。In order to facilitate the understanding of this embodiment, a method for processing point cloud data disclosed in the embodiment of the present disclosure is first introduced in detail. The execution subject of the method for processing point cloud data provided by the embodiment of the present disclosure generally has a certain computing capability. electronic equipment, the electronic equipment includes, for example: terminal equipment or server or other processing chips, processing chips such as Microcontroller Unit (MCU), System-on-a-Chip (SoC), application-specific integrated circuit ( Application Specific Integrated Circuit, ASIC), field-programmable gate array (FPGA, field-programmable gate array), terminal equipment such as lidar equipment, user equipment (User Equipment, UE), mobile equipment, user terminals (such as smart phones), Terminals, handheld devices, computing devices, vehicle-mounted devices, wearable devices, etc. In some possible implementations, the method for processing point cloud data may be implemented by a processor invoking computer-readable instructions stored in a memory.
下面对本公开实施例提供的点云数据的处理方法加以说明。The processing method of the point cloud data provided by the embodiments of the present disclosure will be described below.
实施例一Example 1
参见图1所示,为本公开实施例提供的点云数据的处理方法的流程图,方法包括步骤S101~S103。Referring to FIG. 1 , which is a flowchart of a method for processing point cloud data provided by an embodiment of the present disclosure, the method includes steps S101 to S103 .
S101、获取目标场景对应的点云数据。S101. Acquire point cloud data corresponding to a target scene.
S102、对获取的点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个点云数据集中包含至少一个点的数据。S102. Perform grid processing on the acquired point cloud data to obtain point cloud data sets corresponding to multiple grids; the point cloud data sets in each grid are sequentially stored in a storage medium; each point cloud data set Data that contains at least one point in the set.
S103、根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息。S103. According to the point cloud data set of each grid, determine the point cloud feature information corresponding to the grid.
这里,为了便于理解本公开实施例所提供的点云数据的处理方法,接下来首先对该提取方法的具体应用场景进行详细说明。本公开实施例提供的点云数据的处理方法主要可以应用于目标对象检测、三维目标重建等领域。这里以目标对象检测为例进行示例说明。相关技术中,为了确定与目标对象相关的位置等信息,在获取到与应用场景相关的数据信息(例如点云数据)之后,可以基于预先训练的目标检测网络实现目标对象检测。这里,考虑到在依赖于目标检测网络进行目标对象检测的过程中,由于激光雷达所采集的点云数据量大,且实时更新,这将导致特征的提取速度较慢,而较慢的特征提取速度直接导致了目标对象检测的效率较低,特别是在自动驾驶等对目标对象检测实时性要求比较高的应用中,较低的目标对象检测效率直接影响了驾驶安全。Here, in order to facilitate understanding of the method for processing point cloud data provided by the embodiments of the present disclosure, a specific application scenario of the extraction method is first described in detail below. The method for processing point cloud data provided by the embodiments of the present disclosure can be mainly applied to the fields of target object detection, three-dimensional target reconstruction, and the like. Here, the target object detection is taken as an example for illustration. In the related art, in order to determine the location and other information related to the target object, after acquiring the data information (eg point cloud data) related to the application scene, the target object detection can be realized based on a pre-trained target detection network. Here, considering that in the process of relying on the target detection network for target object detection, due to the large amount of point cloud data collected by lidar and updated in real time, this will lead to slower feature extraction and slower feature extraction. The speed directly leads to the low efficiency of target object detection, especially in applications such as automatic driving that require high real-time target object detection, the low target object detection efficiency directly affects driving safety.
正是为了解决上述问题,本公开实施例才提供了一种基于不同的数据读写机制将点云特征提取划分为点云栅格化过程和栅格特征提取过程的点云数据的处理方法,前一个过程读取点云数据以进行栅格化处理,并以栅格为单位顺序写入栅格化后的点的数据,也即,同一个栅格内的点云数据可以是写在存储介质的一个连续的地址范围内的,从而便于后一个过程顺序读取每个栅格的点云数据集。两个过程相互配合,确保了点云特征提取的快速实现,这样,在将上述提取方法应用于目标对象检测等领域的情况下,可以确保应用的高效实现。It is to solve the above problem that the embodiments of the present disclosure provide a point cloud data processing method that divides point cloud feature extraction into a point cloud rasterization process and a raster feature extraction process based on different data reading and writing mechanisms. The previous process reads the point cloud data for rasterization, and writes the rasterized point data sequentially in raster units, that is, the point cloud data in the same raster can be written in the storage. A contiguous address range of the medium, thus facilitating the sequential reading of the point cloud dataset for each raster in the latter process. The two processes cooperate with each other to ensure the rapid realization of point cloud feature extraction. In this way, when the above extraction method is applied to target object detection and other fields, the efficient realization of the application can be ensured.
本公开实施例中的点云栅格化过程,即是对目标场景对应的点云数据进行栅格化处理的过程,栅格特征提取过程则可以是对栅格的点云数据集进行特征提取的过程。The point cloud rasterization process in the embodiment of the present disclosure is the process of performing rasterization processing on the point cloud data corresponding to the target scene, and the raster feature extraction process may be the feature extraction process on the point cloud data set of the raster. the process of.
这里,考虑到在实际的应用中,由激光雷达所采集的原始点云数据量通常较大,通常会被存储至片外存储器,例如双倍速率同步动态随机存储器(Double Data Rate Synchronous Dynamic Random Access Memory,DDR SDRAM)中的DDR3\DDR4上,而从处理效率层面出发,本公开实施例所提供的点云数据的处理方法中的点云栅格化以及栅格特征提取可以是依赖于片上存储器的存储,因而,在进行栅格化处理的过程中, 首先可以是按照第一存储介质(对应片外存储器)的读取机制读取点云数据所对应的多个点,而后可以针对每个点确定其所映射的栅格,这样,可以按照栅格信息将点写入到第二存储介质(对应片上存储器)对应的存储地址上。Here, considering that in practical applications, the amount of raw point cloud data collected by lidar is usually large, and it is usually stored in off-chip memory, such as Double Data Rate Synchronous Dynamic Random Access Memory, DDR SDRAM) in DDR3\DDR4, and from the perspective of processing efficiency, the point cloud rasterization and grid feature extraction in the point cloud data processing method provided by the embodiment of the present disclosure may depend on the on-chip memory. Therefore, in the process of rasterization, firstly, according to the reading mechanism of the first storage medium (corresponding to the off-chip memory), multiple points corresponding to the point cloud data can be read, and then the corresponding points of the point cloud data can be read for each The point determines the grid to which it is mapped, so that the point can be written to the storage address corresponding to the second storage medium (corresponding to the on-chip memory) according to the grid information.
需要说明的是,在将各个点写入第二存储介质的过程中,可以先对落入一个栅格内的各个点进行坐标排序,例如,按照横向坐标值由小到大的顺序对各个点进行排序,从而可以根据排序结果进行顺序写入。It should be noted that, in the process of writing each point into the second storage medium, the coordinates of each point falling into a grid can be sorted first, for example, each point is sorted in ascending order of horizontal coordinate value. Sorting is performed so that sequential writes can be performed according to the sorted results.
其中,上述写入点的数据的过程中涉及到对存储介质的乱序访问。这主要是考虑到在读取到一个点的数据之后,首先需要确定该点所属的栅格,这里,在将上述点写入栅格所对应存储介质之前,可以针对该点所属的栅格存储的其它点进行乱序访问。在经过排序操作之后,即可以将排序后的各个点顺序写入存储介质,从而便于后续栅格特征提取阶段对栅格内数据的顺序读取。Wherein, the process of writing the data at the point involves out-of-order access to the storage medium. This is mainly to consider that after reading the data of a point, it is necessary to first determine the grid to which the point belongs. Here, before writing the above point into the storage medium corresponding to the grid, the grid to which the point belongs out-of-order access to other points. After the sorting operation, the sorted points can be sequentially written to the storage medium, thereby facilitating the sequential reading of the data in the grid in the subsequent grid feature extraction stage.
本公开实施例中,一个点的初始特征可以是其坐标信息,该坐标信息可以包括横向坐标值、纵向坐标值、高度坐标值以及深度坐标值,可以使用{X,Y,Z,I}对应表示上述坐标值(如图2所示的点P1的示例所示),可知的是,一个点的初始特征的特征维度是4维。例如,在确定一个栅格内共计16个点的情况下,可以将排序后的16个点{P1,P2……,P16}顺序写入一个栅格所在的存储地址,如图2所示,其它栅格所写入的点的个数等信息未做具体示例。In this embodiment of the present disclosure, the initial feature of a point may be its coordinate information, and the coordinate information may include a horizontal coordinate value, a vertical coordinate value, a height coordinate value, and a depth coordinate value, which can be corresponding to {X, Y, Z, I}. Representing the above coordinate values (as shown in the example of point P1 shown in FIG. 2 ), it can be seen that the feature dimension of the initial feature of a point is 4 dimensions. For example, in the case of determining a total of 16 points in a grid, the sorted 16 points {P1, P2..., P16} can be sequentially written to the storage address where a grid is located, as shown in Figure 2, No specific example is given for information such as the number of points written in other grids.
另外,在进行栅格特征提取的过程中,可以是针对每个栅格对应的点云数据集进行统一分析的过程。在具体应用中,可以先读取每个栅格的点云数据集。而后对该栅格对应的点云数据集中的每个点进行特征增强,其中特征增强前点的特征维度小于特征增强后点的特征维度,也即凸显了栅格内各个点的特征信息。最后可以基于增强后的各个点的特征信息实现对应点云数据集的特征编码,从而实现了栅格的特征提取。In addition, in the process of extracting grid features, it may be a process of uniformly analyzing the point cloud dataset corresponding to each grid. In specific applications, the point cloud dataset of each grid can be read first. Then, feature enhancement is performed on each point in the point cloud dataset corresponding to the grid, where the feature dimension of the point before feature enhancement is smaller than the feature dimension of the point after feature enhancement, that is, the feature information of each point in the grid is highlighted. Finally, the feature encoding of the corresponding point cloud dataset can be implemented based on the enhanced feature information of each point, thereby realizing the feature extraction of the grid.
需要说明的是,基于上述点的顺序写入操作,在进行栅格特征提取之前,即可以顺序读取写入的有关点的相关数据。It should be noted that, based on the above-mentioned sequential writing operation of points, before the grid feature extraction is performed, the related data of the relevant points can be sequentially read and written.
这里,可以分别为上述点云栅格化处理操作和栅格特征提取操作设置对应的接口。例如,可以设置点云栅格化操作的输入接口,利用该输入接口可以随机访问存储介质中的点云数据。再例如,可以设置点云栅格化操作和栅格特征提取操作之间的接口,利用这一接口实现对存储介质中存储的栅格化后的点云数据的顺序访问。Here, corresponding interfaces can be set for the above point cloud rasterization processing operation and raster feature extraction operation respectively. For example, an input interface for the point cloud rasterization operation can be set, and the point cloud data in the storage medium can be randomly accessed using the input interface. For another example, an interface between the point cloud rasterization operation and the raster feature extraction operation can be set, and the interface can be used to realize sequential access to the rasterized point cloud data stored in the storage medium.
其中,上述存储介质可以是片上存储器,还可以是片外存储器。在片上缓存无法满足访问需求的情况下,可以采用片外存储器。在片上缓存资源充足的芯片上可以直接采用片上存储器,而无需读写片外存储器,从而降低时延,提高访问实时性。The above-mentioned storage medium may be an on-chip memory or an off-chip memory. When the on-chip cache cannot meet the access requirements, off-chip memory can be used. On-chip memory can be directly used on chips with sufficient on-chip cache resources, without the need to read and write off-chip memory, thereby reducing latency and improving real-time access.
这里,点云栅格化和栅格特征提取作为本公开实施例提供的点云数据的处理方法的关键步骤,接下来分别进行阐述。Here, point cloud rasterization and grid feature extraction are key steps of the point cloud data processing method provided by the embodiments of the present disclosure, which will be described separately below.
首先可以对点云栅格化的过程进行详细描述。First, the process of point cloud rasterization can be described in detail.
本公开实施例中的点云栅格化的过程可以依赖于雷达坐标系与笛卡尔坐标系之间的转换关系,具体可以通过如下步骤实现:The process of point cloud rasterization in the embodiment of the present disclosure may depend on the conversion relationship between the radar coordinate system and the Cartesian coordinate system, and may be specifically implemented by the following steps:
步骤一、基于雷达坐标系与笛卡尔坐标系之间的转换关系,将获取的点云数据中各个点的雷达坐标信息分别转换为对应的笛卡尔坐标信息;Step 1: Based on the conversion relationship between the radar coordinate system and the Cartesian coordinate system, the radar coordinate information of each point in the acquired point cloud data is converted into the corresponding Cartesian coordinate information respectively;
步骤二、根据设定的雷达检测范围和预设的栅格尺寸确定所有栅格的坐标范围;Step 2: Determine the coordinate range of all grids according to the set radar detection range and the preset grid size;
步骤三、将点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中。Step 3: Divide the points in the point cloud data into corresponding grids according to their respective Cartesian coordinate information.
这里的笛卡尔坐标系可以是基于检测平面(如地面)所建立的,且建立的该笛卡尔坐标系的原点可以是与雷达坐标系的原点重合。这样,在将点云数据中各个点的雷达坐标信息投射到地面的情况下,即可以确定该点所对应的笛卡尔坐标信息。该笛卡尔坐标信息可以是点投射到检测平面时,相距激光雷达设备的实际距离。在基于设定的雷达检测范围和预设的栅格尺寸划分多个栅格之后,可以确定每个点被划分到的栅格,从而实现点云栅格化。The Cartesian coordinate system here may be established based on the detection plane (eg, the ground), and the origin of the established Cartesian coordinate system may be coincident with the origin of the radar coordinate system. In this way, when the radar coordinate information of each point in the point cloud data is projected onto the ground, the Cartesian coordinate information corresponding to the point can be determined. The Cartesian coordinate information can be the actual distance from the lidar device when the point is projected onto the detection plane. After dividing multiple grids based on the set radar detection range and preset grid size, the grid to which each point is divided can be determined, thereby realizing point cloud rasterization.
需要说明的是,在设定的雷达检测范围相同的情况下,预设的栅格尺寸越大,划分出的栅格数量越少,每个栅格落入的点的数量反而越多。同理,预设的栅格尺寸越小,划分出的栅格数量越多,每个栅格落入的点的数量反而越少。It should be noted that, when the set radar detection range is the same, the larger the preset grid size is, the less the number of divided grids, and the more points each grid falls into. Similarly, the smaller the preset grid size is, the more grids are divided, and the fewer points each grid falls into.
本公开实施例中,考虑到后续栅格特征提取的过程中可以是以栅格为单位的点云数据集的处理,因而,栅格数量以及栅格内点云数据集包含的点的数量将直接影响栅格特征提取的速度。这里,为了尽可能的在确保特征提取准确度的前提下提升栅格特征提取的效率,可以基于栅格数量和栅格内点的数量的限定来划分栅格。具体,可以通过针对点云数据中的每个点执行如下步骤来实现:In the embodiment of the present disclosure, considering that the grid feature extraction process may be based on the grid-based point cloud dataset processing, the number of grids and the number of points included in the grid point cloud dataset will be Directly affects the speed of raster feature extraction. Here, in order to improve the efficiency of grid feature extraction as much as possible on the premise of ensuring the accuracy of feature extraction, the grid may be divided based on the limitation of the number of grids and the number of points in the grid. Specifically, it can be achieved by performing the following steps for each point in the point cloud data:
步骤一、基于该点的笛卡尔坐标信息以及所有栅格的坐标范围确定该点待划分的栅格;Step 1: Determine the grid to be divided at the point based on the Cartesian coordinate information of the point and the coordinate range of all grids;
步骤二、若已划分点的栅格的数量小于第一预设数量,则判断该点待划分的栅格内已划分的点的数量是否小于第二预设数量;Step 2: If the number of grids with divided points is less than the first preset number, then determine whether the number of divided points in the grid to be divided at the point is less than the second preset number;
步骤三、若小于第二预设数量,则将该点划分到该点待划分的栅格。Step 3: If the number is less than the second preset number, divide the point into the grid to be divided by the point.
这里,为了便于理解上述栅格划分过程,以栅格总数量限定在20个、一个栅格内的点限定在16个为例进行示例说明。Here, in order to facilitate the understanding of the above grid division process, the total number of grids is limited to 20 and the points in one grid are limited to 16 as an example for illustration.
针对获取的一个点,若基于该点的笛卡尔坐标信息以及所有栅格的坐标范围确定该点待划分的栅格为第5个栅格。这里,若确定已划分点的栅格的数量为4,尚未达到20个的上限值,这时,第5个栅格将作为新划分点的栅格,此时上述点将作为该新划分点的栅格内的首个点。若确定已划分点的栅格的数量为5,尚未达到20个的上限值, 这时,第5个栅格将作为已划分点的栅格,此时上述点将作为该已划分点的栅格内的非首个点。可以基于第5个栅格内的已划分的点的数量是否小于等于16的判断结果确定是否将这一点划分到第5个栅格。如果第5个栅格内的点的数量已经等于16,则丢弃该点,否则将该点划分到第5个栅格。For an acquired point, if it is determined based on the Cartesian coordinate information of the point and the coordinate range of all the grids, the grid to be divided for the point is the fifth grid. Here, if it is determined that the number of grids with divided points is 4, and the upper limit of 20 has not been reached, then the fifth grid will be used as the grid of the new divided points, and the above points will be used as the new divided grid. The first point in the grid of points. If it is determined that the number of grids with divided points is 5, and the upper limit of 20 has not been reached, then the fifth grid will be used as the grid of divided points, and the above points will be used as the grid of divided points. A non-first point within the grid. Whether to divide this point into the 5th grid may be determined based on the judgment result of whether the number of divided points in the 5th grid is less than or equal to 16. If the number of points in the 5th grid is already equal to 16, discard the point, otherwise divide the point into the 5th grid.
若针对获取的一个点,基于点对应的笛卡尔坐标信息以及所有栅格的坐标范围确定该点待划分的栅格为第21个栅格,这里,由于确定已划分点的栅格的数量为20,已经达到20个的上限值,此时丢弃该点,点云栅格化的过程结束。For an acquired point, it is determined that the grid to be divided for this point is the 21st grid based on the Cartesian coordinate information corresponding to the point and the coordinate range of all grids. Here, since it is determined that the number of grids with divided points is 20, the upper limit of 20 has been reached. At this point, the point is discarded, and the process of point cloud rasterization ends.
可见,本公开实施例基于栅格数量以及栅格内点的数量的限定实现了栅格划分,从而确保了后续进行栅格特征提取的效率。It can be seen that the embodiments of the present disclosure implement grid division based on the limitation of the number of grids and the number of points in the grid, thereby ensuring the efficiency of subsequent grid feature extraction.
接下来可以对本公开实施例提供的栅格特征提取的过程进行具体描述。本公开实施例中的栅格特征提取主要包括针对点的特征增强以及针对栅格的特征编码这两个过程,具体包括针对每个栅格的点云数据集执行如下步骤:Next, the grid feature extraction process provided by the embodiments of the present disclosure can be described in detail. The grid feature extraction in the embodiment of the present disclosure mainly includes two processes of feature enhancement for points and feature encoding for grids, and specifically includes performing the following steps for the point cloud dataset of each grid:
步骤一、基于该点云数据集中每个点的坐标信息,对该点进行特征增强,确定该点的增强特征信息;增强特征信息具有第一特征维度; Step 1, based on the coordinate information of each point in the point cloud data set, perform feature enhancement on the point, and determine the enhanced feature information of the point; the enhanced feature information has a first feature dimension;
步骤二、基于该点云数据集中每个点的增强特征信息,确定该点云数据集的编码特征信息;编码特征信息具有第二特征维度;第二特征维度的维度数大于第一特征维度的维度数;Step 2: Determine the encoded feature information of the point cloud dataset based on the enhanced feature information of each point in the point cloud dataset; the encoded feature information has a second feature dimension; the number of dimensions of the second feature dimension is greater than that of the first feature dimension. number of dimensions;
步骤三、基于该点云数据集的编码特征信息,确定与该栅格对应的点云特征信息。Step 3: Based on the encoded feature information of the point cloud dataset, determine the point cloud feature information corresponding to the grid.
这里,针对点进行特征增强的过程可以是将各点云数据集中的每个点的特征进行扩增的过程,具体可以通过如下步骤来实现:Here, the process of feature enhancement for points may be a process of amplifying the features of each point in each point cloud data set, which may be implemented by the following steps:
步骤一、针对每个栅格的点云数据集,基于该点云数据集中各个点的坐标信息,确定该点云数据集的中心坐标信息;Step 1: For the point cloud dataset of each grid, determine the center coordinate information of the point cloud dataset based on the coordinate information of each point in the point cloud dataset;
步骤二、针对每个点,基于该点的坐标信息以及确定的中心坐标信息,确定该点对应的第一偏差信息;以及基于该点的坐标信息以及点云数据集内除该点之外的其它点的坐标信息,确定该点与其它点之间的第二偏差信息; Step 2, for each point, based on the coordinate information of the point and the determined center coordinate information, determine the first deviation information corresponding to the point; and based on the coordinate information of the point and other than the point in the point cloud data set. Coordinate information of other points to determine the second deviation information between the point and other points;
步骤三、将每个点的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息。Step 3: Use the coordinate information, the first deviation information and the second deviation information of each point as the enhanced feature information of the point.
这里,针对读取的每个栅格的点云数据集,首先可以基于该点云数据集中各个点的坐标信息,确定一个点云数据集对应的中心坐标信息。在具体应用中,可以将各个点的坐标信息进行求和后,与点云数据集内所包含的点的个数求商,以确定中心坐标信息。该中心坐标信息一定程度上可以表征点云数据集中各个点的集中分布趋势。Here, for the read point cloud data set of each grid, first, based on the coordinate information of each point in the point cloud data set, the center coordinate information corresponding to a point cloud data set may be determined. In a specific application, after summing the coordinate information of each point, the quotient can be obtained with the number of points contained in the point cloud data set to determine the center coordinate information. The center coordinate information can represent the centralized distribution trend of each point in the point cloud dataset to a certain extent.
在确定一个栅格的中心坐标信息的情况下,可以针对落入该栅格的任一点确定其偏离上述中心坐标的第一偏差量,还可以确定任一点偏离栅格内其它点的第二偏差量。In the case of determining the center coordinate information of a grid, a first deviation amount from the above-mentioned center coordinate can be determined for any point falling within the grid, and a second deviation of any point from other points in the grid can also be determined quantity.
这里,针对任一点可以将该点的坐标信息与上述中心坐标信息求差来确定该点对应的第一偏差信息,该第一偏差信息一定程度上可以表征点云数据集中数据分布的分散程度。除此之外,针对任一点,还可以将该点的坐标信息与其它点的坐标信息分别进行差值运算,来确定与该点对应的第二偏差信息,该第二偏差信息一定程度上也可以表征点云数据集中数据分布的分散程度。Here, for any point, the first deviation information corresponding to the point can be determined by calculating the difference between the coordinate information of the point and the above-mentioned center coordinate information, and the first deviation information can represent the degree of dispersion of the data distribution in the point cloud data set to a certain extent. In addition, for any point, the difference calculation between the coordinate information of the point and the coordinate information of other points can also be performed to determine the second deviation information corresponding to the point. It can characterize the degree of dispersion of the data distribution in the point cloud dataset.
在具体应用中,除了可以基于上述第一偏差信息和第二偏差信息确定点的增强特征信息,还可以通过对各个点的坐标信息的其它处理确定其它的增强特征信息,本公开实施例对此不做具体限制。In a specific application, in addition to determining the enhanced feature information of a point based on the above-mentioned first deviation information and second deviation information, other enhanced feature information can also be determined by other processing of the coordinate information of each point. No specific restrictions are imposed.
这里,仍以点的初始特征的特征维度是4维为例,在经过特征增强之后,所对应的增强特征信息可以是9维(对应第一特征维度),也即,在初始维度的前提下了扩展了5维的特征。Here, still taking the feature dimension of the initial feature of the point as 4 dimensions as an example, after feature enhancement, the corresponding enhanced feature information may be 9 dimensions (corresponding to the first feature dimension), that is, under the premise of the initial dimension Extended 5-dimensional features.
如图3所示,为4维初始特征的点以串行数据流方式输入之后进行特征增强的操作,得到9维的增强特征信息的一个具体示例。针对一个栅格内的点云数据集包括的各个点,可以是顺序读取各个点的坐标信息。这样,在进行特征增强的过程中,可以是将顺序读取的各个点信息以串行数据流方式进行数据增强处理。As shown in FIG. 3 , the feature enhancement operation is performed after the points of the 4-dimensional initial feature are input in the form of serial data stream, and a specific example of the 9-dimensional enhanced feature information is obtained. For each point included in a point cloud dataset in a grid, the coordinate information of each point may be read sequentially. In this way, in the process of feature enhancement, data enhancement processing may be performed on the sequentially read point information in a serial data stream manner.
为了便于实现数据增强,在针对任一个点进行特征增强时,可以结合栅格化过程中所生成的栅格索引表来实现。基于该栅格索引表,可以确定与该点属于同一个栅格的其它点的相关信息,进而可以进行上述有关偏差信息的计算,从而确定任一个点所对应的增强特征信息。在点信息以串行数据流方式接入数据增强处理操作的前提下,所输出的针对点的增强特征信息也可以是串行数据流方式输出的。In order to facilitate data enhancement, when feature enhancement is performed for any point, the grid index table generated in the rasterization process can be combined to realize the enhancement. Based on the grid index table, the related information of other points belonging to the same grid as the point can be determined, and then the above-mentioned related deviation information can be calculated to determine the enhanced feature information corresponding to any point. On the premise that the point information is connected to the data enhancement processing operation in a serial data stream mode, the output enhancement feature information for a point may also be output in a serial data stream mode.
这里,针对栅格进行特征编码的过程可以是将一个栅格对应的点云数据集中各个点的特征进行融合的过程。Here, the process of feature encoding for the grid may be a process of fusing the features of each point in the point cloud dataset corresponding to a grid.
本公开实施例中,针对读取的每个栅格的点云数据集,可以将该点云数据集中每个点的增强特征信息作为卷积神经网络的输入信息,通过卷积运算实现针对点云数据集的特征编码。In the embodiment of the present disclosure, for the point cloud data set of each grid read, the enhanced feature information of each point in the point cloud data set can be used as the input information of the convolutional neural network, and the convolution operation can be used to realize the point cloud data set. Feature encoding for cloud datasets.
需要说明的是,为了适配上述卷积神经网络的第二预设位宽(如4bit),可以按照上述第二预设位宽对上述每个点的坐标信息、第一偏差信息以及第二偏差信息分别进行量化处理,并将量化处理后的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息。It should be noted that, in order to adapt to the second preset bit width (such as 4 bits) of the above-mentioned convolutional neural network, the coordinate information, first deviation information and second The deviation information is separately quantized, and the quantized coordinate information, the first deviation information, and the second deviation information are used as the enhanced feature information of the point.
其中,上述卷积神经网络可以包括卷积层和激活层。基于该卷积神经网络,实现每个栅格的点云数据集的特征编码可以通过如下步骤来实现:Wherein, the above-mentioned convolutional neural network may include a convolutional layer and an activation layer. Based on the convolutional neural network, the feature encoding of the point cloud dataset of each grid can be realized by the following steps:
步骤一、利用卷积层的卷积核对该点云数据集中每个点的增强特征信息分别进行卷积运算,得到该点云数据集中每个点对应的卷积特征信息; Step 1, using the convolution kernel of the convolution layer to perform a convolution operation on the enhanced feature information of each point in the point cloud data set, to obtain the convolution feature information corresponding to each point in the point cloud data set;
步骤二、将各个点对应的卷积特征信息进行组合,得到与该点云数据集对应的卷积特征信息;Step 2: Combine the convolution feature information corresponding to each point to obtain the convolution feature information corresponding to the point cloud data set;
步骤三、利用激活层的激活函数对该点云数据集对应的卷积特征信息进行处理,得到该点云数据集的编码特征信息。Step 3: Use the activation function of the activation layer to process the convolution feature information corresponding to the point cloud data set to obtain the encoded feature information of the point cloud data set.
这里,针对一个栅格的点云数据集,可以首先确定该点云数据集内每个点对应的卷积特征信息。这里,仍以一个栅格内的点云数据集包括16个点,每个点的增强特征信息的维度为9为例,可以针对16个点分别进行卷积运算,如可以采用1x1卷积进行卷积运算,从而得到各个点对应的卷积特征信息。Here, for a point cloud dataset of a grid, the convolution feature information corresponding to each point in the point cloud dataset may be determined first. Here, still take the point cloud dataset in one grid including 16 points, and the dimension of the enhanced feature information of each point is 9 as an example, the convolution operation can be performed on the 16 points respectively, for example, 1x1 convolution can be used to perform the convolution operation. The convolution operation is performed to obtain the convolution feature information corresponding to each point.
将16个卷积特征信息进行求和运算,即可得到与该点云数据集对应的卷积特征信息。这时,可以利用激活函数对该点云数据集进行处理,从而得到对应的编码特征信息,例如可以编码为32维度(对应第二特征维度)的编码特征信息。The convolutional feature information corresponding to the point cloud dataset can be obtained by summing the 16 convolutional feature information. At this time, an activation function can be used to process the point cloud data set to obtain corresponding encoded feature information, for example, encoded feature information of 32 dimensions (corresponding to the second feature dimension) can be encoded.
如图4(a)~4(b)为针对栅格化后的32个栅格内的一个栅格进行特征编码的具体示例图。如图4(a)所示,三个轴向分别指示的是栅格数量,如W=32所示,栅格内点的数量,如H=16所示,每个点增强后的增强特征信息(如点P1的增强特征信息所示)的维度,如C=9所示。这样,在按照上述特征编码方式实现编码之后,可以确定三个轴向分别指示的W=32,H=1,C=32,即实现了一个栅格对应的点云数据集所包括的各个点特征的融合,对应编码特征信息。Figures 4(a) to 4(b) are specific example diagrams of feature encoding for one grid in the 32 grids after gridding. As shown in Fig. 4(a), the three axes respectively indicate the number of grids, as shown by W=32, the number of points in the grid, as shown by H=16, the enhanced feature of each point after enhancement The dimension of the information (as indicated by the enhanced feature information of point P1), as indicated by C=9. In this way, after the encoding is implemented according to the above feature encoding method, W=32, H=1, and C=32 respectively indicated by the three axes can be determined, that is, each point included in the point cloud dataset corresponding to a grid is realized. The fusion of features corresponds to the encoded feature information.
在具体应用中,可以采用线性整流函数(Rectified Linear Unit,ReLU)这一激活函数进行编码处理。该函数可以将指示卷积特征值小于等于零的点云数据集对应编码为0,将指示卷积特征值大于零的点云数据集对应编码为1,所得到的编码特征信息在1的位置可以对应的是目标对象,在0的位置则可以对应的是背景,从而便于实现后续的目标对象检测。In a specific application, the activation function of a linear rectification function (Rectified Linear Unit, ReLU) can be used for encoding processing. This function can encode the point cloud data set indicating that the convolution eigenvalue is less than or equal to zero as 0, and the point cloud data set indicating that the convolution eigenvalue is greater than zero corresponds to 1, and the obtained encoded feature information at the position of 1 can be It corresponds to the target object, and the position of 0 can correspond to the background, so as to facilitate the subsequent detection of the target object.
在具体应用中,上述实现特征编码的卷积神经网络可以采用体素特征编码(Voxel Feature Encoding,VFE)网络来实现。该VFE网络可以采用一维/流式稀疏卷积技术实现特征编码,由于这一技术契合了激光雷达数据本身所具备的稀疏特性,从而可以自适应数据流密度,提升编码效率,进一步可以降低处理时延,提升性能。In a specific application, the above-mentioned convolutional neural network for implementing feature encoding can be implemented by using a Voxel Feature Encoding (VFE) network. The VFE network can use one-dimensional/streaming sparse convolution technology to implement feature encoding. Since this technology fits the sparse characteristics of lidar data itself, it can adapt to the data flow density, improve encoding efficiency, and further reduce processing. Delay and improve performance.
需要说明的是,为了适配目标检测网络的第一预设位宽(如8bit),这时,可以按照这一位宽对上述点云数据集的卷积特征信息进行量化处理,而后再对量化处理后的卷积特征信息进行编码以得到编码特征信息。It should be noted that, in order to adapt to the first preset bit width (such as 8bit) of the target detection network, at this time, the convolution feature information of the above point cloud dataset can be quantified according to this bit width, and then the The quantized convolutional feature information is encoded to obtain encoded feature information.
本公开实施例中,在按照上述方法确定出每个栅格对应的点云特征信息之后,即可以将该点云特征信息作为目标检测网络的输入信息实现目标对象的检测。In the embodiment of the present disclosure, after the point cloud feature information corresponding to each grid is determined according to the above method, the point cloud feature information can be used as the input information of the target detection network to realize the detection of the target object.
其中,基于不同的应用场景,所确定的目标对象也不同。例如,针对自动驾驶而言,上述目标对象可以是自动驾驶汽车前方的人物,还可以是汽车前方的车辆,本公开实施例对此不做具体的限制。Wherein, based on different application scenarios, the determined target objects are also different. For example, for automatic driving, the above-mentioned target object may be a person in front of the self-driving car, or may be a vehicle in front of the car, which is not specifically limited in this embodiment of the present disclosure.
在具体应用中,可以利用卷积神经网络实现目标检测网络的训练。在上述编码特征信息作为一种稀疏图的方式输入到卷积神经网络参与到卷积运算的情况下,可以仅对编码为1的栅格进行卷积运算,从而降低卷积运算量。In specific applications, the training of the target detection network can be realized by using the convolutional neural network. In the case where the above-mentioned encoded feature information is input to the convolutional neural network as a sparse graph and participates in the convolution operation, the convolution operation can be performed only on the grid encoded as 1, thereby reducing the amount of convolution operation.
本公开实施例中,为了适配目标检测网络的数据接收方式,还可以进行特征拆解。这里,可以将各个栅格在同一特征维度下的点云特征信息作为一组输入信息,将不同特征维度分别对应的不同组输入信息并行输入至训练好的目标检测网络中,从目标场景中确定目标对象。In the embodiment of the present disclosure, in order to adapt to the data receiving mode of the target detection network, feature disassembly may also be performed. Here, the point cloud feature information of each grid under the same feature dimension can be used as a set of input information, and different sets of input information corresponding to different feature dimensions can be input into the trained target detection network in parallel, and determined from the target scene. target.
例如,在确定栅格的点云特征信息的维度为32维的情况下,可以将各个栅格在同一特征维度下的点云特征信息作为一组输入信息,不同特征维度将对应不同组的输入信息,共计对应32组输入信息。将这32组输入信息输入到目标检测网络中即可以实现目标对象的确定。For example, if the dimension of the point cloud feature information of the grid is determined to be 32 dimensions, the point cloud feature information of each grid under the same feature dimension can be used as a group of input information, and different feature dimensions will correspond to different groups of input information. information, corresponding to 32 groups of input information in total. The target object can be determined by inputting these 32 sets of input information into the target detection network.
本公开实施例中,为了适配目标检测网络的数据接收方式,还可以进行栅格散点数据到鸟瞰视角检测平面的重映射,具体包括如下步骤:In the embodiment of the present disclosure, in order to adapt to the data receiving method of the target detection network, the remapping of the grid scatter data to the bird's-eye view detection plane may also be performed, which specifically includes the following steps:
步骤一、基于每个栅格的点云数据集中各个点的坐标信息,确定代表该栅格位置的目标点的坐标信息;Step 1: Determine the coordinate information of the target point representing the position of the grid based on the coordinate information of each point in the point cloud data set of each grid;
步骤二、将与该栅格对应的点云特征信息作为目标点对应的点云特征信息; Step 2, taking the point cloud feature information corresponding to the grid as the point cloud feature information corresponding to the target point;
步骤三、将代表各栅格位置的目标点的坐标信息及对应的点云特征信息输入至目标检测网络中,得到目标场景中的目标对象。Step 3: Input the coordinate information of the target point representing each grid position and the corresponding point cloud feature information into the target detection network to obtain the target object in the target scene.
这里,在进行栅格化之前,点与栅格之间存在多对一的关系。在进行栅格特征提取之后,一个栅格内各个点的特征得以融合(对应特征编码过程),这时,可以将栅格映射回对应的目标点。基于映射回的目标点的坐标信息和所对应的点云特征信息即可实现目标对象检测。Here, before rasterizing, there is a many-to-one relationship between points and rasters. After the grid feature extraction is performed, the features of each point in a grid are fused (corresponding to the feature encoding process), and at this time, the grid can be mapped back to the corresponding target point. The target object detection can be realized based on the coordinate information of the mapped target point and the corresponding point cloud feature information.
在具体应用中,上述特征编码操作与上述映射操作之间也可以设置相应的接口,编码后的编码特征信息是以顺序方式写入存储介质,在映射操作之前,可以顺序从存储介质中读取编码特征信息。In a specific application, a corresponding interface can also be set between the above feature encoding operation and the above mapping operation, and the encoded encoded feature information is written to the storage medium in a sequential manner, and can be sequentially read from the storage medium before the mapping operation. Encoding feature information.
其中,上述栅格至点的映射关系,即对应了栅格散点数据到鸟瞰视角检测平面的重映射过程。这时,可以将映射后的目标点的坐标信息标注在对应的鸟瞰图的相应位置,对于没有栅格映射的点可以自动补零。The above-mentioned mapping relationship between grids and points corresponds to the remapping process from grid scatter data to a bird's-eye view detection plane. At this time, the coordinate information of the mapped target point can be marked at the corresponding position of the corresponding bird's-eye view, and zero can be automatically filled for points without grid mapping.
需要说明的是,对于栅格离散数据所对应的稀疏特征图而言,可以是稀疏排布 的。因此在后级卷积神经网络可以支持稀疏卷积的情况下,此时栅格特征输出数据量大大降低,能进一步降低运算量。It should be noted that the sparse feature map corresponding to the grid discrete data may be sparsely arranged. Therefore, when the post-stage convolutional neural network can support sparse convolution, the amount of grid feature output data is greatly reduced, which can further reduce the amount of computation.
另外,在该方法所采用的激光雷达设备是旋转式雷达时,该旋转式雷达按照设定角度(如15°)采集点云数据,这里可以将一圈(对应360°)采集的点云数据作为一帧点云数据进行点云栅格化及栅格特征提取,也可以将半圈(对应180°)采集的点云数据作为一帧点云数据进行点云栅格化及栅格特征提取,还可以将四分之一圈(对应90°)采集的点云数据作为一帧点云数据进行点云栅格化及栅格特征提取。In addition, when the lidar device used in this method is a rotating radar, the rotating radar collects point cloud data according to a set angle (such as 15°), and the point cloud data collected in one circle (corresponding to 360°) can be collected here. As a frame of point cloud data, point cloud rasterization and grid feature extraction can also be performed, point cloud data collected in a half circle (corresponding to 180°) can also be used as a frame of point cloud data for point cloud rasterization and grid feature extraction. , the point cloud data collected in a quarter circle (corresponding to 90°) can also be used as a frame of point cloud data for point cloud rasterization and raster feature extraction.
为了可以更快的提取到完整的一圈点云数据所对应的点云特征信息,这里,可以使用两个栅格特征提取模块对两个半圈点云数据进行并行加速,或使用四个栅格特征提取模块对四个四分之一圈点云数据进行并行加速等,从而提高处理帧率,进一步提升特征提取的实时性。In order to extract the point cloud feature information corresponding to a complete circle of point cloud data faster, here, two grid feature extraction modules can be used to accelerate the two half-circle point cloud data in parallel, or four grid features can be used. The extraction module performs parallel acceleration on the four quarter-circle point cloud data, thereby increasing the processing frame rate and further improving the real-time feature extraction.
相对相关技术,本公开实施例所提供的点云数据的处理方法的突出贡献主要在于以下几点:Relative to related technologies, the outstanding contributions of the method for processing point cloud data provided by the embodiments of the present disclosure mainly lie in the following points:
其一,在实现栅格特征提取的过程中,本公开实施例中的特征增强和特征编码依次在片上流水线加速处理,而特征增强和特征编码可以各自并行加速;First, in the process of realizing grid feature extraction, the feature enhancement and feature encoding in the embodiments of the present disclosure are sequentially accelerated in the on-chip pipeline, and the feature enhancement and feature encoding can be accelerated separately in parallel;
其二,在实现点云栅格化的过程中,本公开实施例采用了点云栅格索引表和特征的压缩数据形式进行栅格化,除此之外,还可以采用编码后特征的压缩数据形式进行特征提取。Second, in the process of realizing point cloud rasterization, the embodiment of the present disclosure adopts the point cloud raster index table and the compressed data form of features for rasterization. Feature extraction in the form of data.
基于上述实施例提供的点云数据的处理方法,本公开实施例还提供了一种应用上述处理方法的雷达装置,该雷达装置包括:雷达控制器、雷达组件以及现场可编程门阵列FPGA;其中,雷达控制器分别与雷达组件以及FPGA电连接;Based on the method for processing point cloud data provided by the foregoing embodiments, an embodiment of the present disclosure further provides a radar apparatus applying the foregoing processing method, the radar apparatus including: a radar controller, a radar component, and a field programmable gate array FPGA; wherein , the radar controller is electrically connected with the radar component and the FPGA respectively;
雷达控制器,用于控制雷达组件对目标场景进行扫描,获取目标场景对应的点云数据;The radar controller is used to control the radar component to scan the target scene and obtain the point cloud data corresponding to the target scene;
FPGA用于对点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;并用于根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息;其中每一个栅格内的点云数据集在存储介质中顺序存储,该点云数据集包含至少一个点的数据。The FPGA is used to rasterize the point cloud data to obtain point cloud datasets corresponding to multiple grids; and is used to determine the point cloud features corresponding to the grid according to the point cloud dataset of each grid Information; wherein the point cloud dataset in each grid is sequentially stored in the storage medium, and the point cloud dataset contains data of at least one point.
这里,雷达组件负责激光雷达的驱动,将激光雷达测距得到的原始点云存储至片外存储器例如DDR3\DDR4或片上存储器。FPGA从片上或片外存储器获取相关激光雷达原始点云,调用FPGA异构系统中PS侧即ARM侧(一种微处理器)内核中央处理器(Central Processing Unit,CPU)作为点云特征提取器,对激光雷达原始点云的特征进行提取,将特征信息存储至片上内存。调用FPGA异构系统中PL侧即逻辑电路作为人工神经网络加速器,对特征信息进行卷积计算,输出检测结果通过片上或片外存储器反馈给雷达组件,最后由雷达组件负责将检测结果通过网口输出给用户端。Here, the radar component is responsible for driving the lidar and storing the original point cloud obtained by the lidar ranging to off-chip memory such as DDR3\DDR4 or on-chip memory. The FPGA obtains the original point cloud of the relevant lidar from the on-chip or off-chip memory, and calls the PS side of the FPGA heterogeneous system, that is, the ARM side (a kind of microprocessor) kernel Central Processing Unit (CPU) as the point cloud feature extractor , extract the features of the original point cloud of the lidar, and store the feature information in the on-chip memory. Call the PL side of the FPGA heterogeneous system, that is, the logic circuit as an artificial neural network accelerator, perform convolution calculation on the feature information, and output the detection results to the radar component through on-chip or off-chip memory, and finally the radar component is responsible for sending the detection results through the network port. output to the user.
其中,上述FPGA包括片上处理器和片上逻辑电路。Wherein, the above-mentioned FPGA includes an on-chip processor and an on-chip logic circuit.
片上处理器,对点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;并用于根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息;其中每一个栅格内的点云数据集在存储介质中顺序存储,该点云数据集包含至少一个点的数据;The on-chip processor performs grid processing on the point cloud data to obtain point cloud datasets corresponding to multiple grids; and is used to determine the point cloud corresponding to the grid according to the point cloud dataset of each grid Feature information; the point cloud dataset in each grid is sequentially stored in the storage medium, and the point cloud dataset contains data of at least one point;
片上逻辑电路,用于基于与每个栅格对应的点云特征信息检测目标对象。其中,可以利用片上逻辑电路对目标检测网络进行加速。On-chip logic to detect target objects based on point cloud feature information corresponding to each grid. Among them, the on-chip logic circuit can be used to accelerate the target detection network.
这里,目标场景对应的点云数据可以存储在片外存储器或者片上存储器,同一个栅格内的点云数据集所存储的存储介质可以是片上存储器。Here, the point cloud data corresponding to the target scene can be stored in off-chip memory or on-chip memory, and the storage medium stored in the point cloud data set in the same grid can be on-chip memory.
本公开实施例中,可以利用目标检测网络例如神经网络基于与每个栅格对应的点云特征信息检测目标对象。In this embodiment of the present disclosure, a target detection network such as a neural network may be used to detect target objects based on the point cloud feature information corresponding to each grid.
上述神经网络的网络参数可以存储在片外存储器中。在使用时,从片外存储器读取到片上内存中,片上处理器和片上逻辑电路可以基于网络参数进行数据处理。The network parameters of the above neural network can be stored in off-chip memory. When in use, read from the off-chip memory to the on-chip memory, the on-chip processor and the on-chip logic circuit can perform data processing based on network parameters.
本领域技术人员可以理解,在具体实施方式的上述方法中,各步骤的撰写顺序并不意味着严格的执行顺序而对实施过程构成任何限定,各步骤的具体执行顺序应当以其功能和可能的内在逻辑确定。Those skilled in the art can understand that in the above method of the specific implementation, the writing order of each step does not mean a strict execution order but constitutes any limitation on the implementation process, and the specific execution order of each step should be based on its function and possible Internal logic is determined.
基于同一发明构思,本公开实施例中还提供了与点云数据的处理方法对应的点云数据的处理装置,由于本公开实施例中的装置解决问题的原理与本公开实施例上述点云数据的处理方法相似,因此装置的实施可以参见方法的实施,重复之处不再赘述。Based on the same inventive concept, the embodiment of the present disclosure also provides a point cloud data processing device corresponding to the method for processing point cloud data. The processing methods are similar, so the implementation of the device can refer to the implementation of the method, and the repetition will not be repeated.
实施例二 Embodiment 2
参照图5所示,为本公开实施例提供的一种点云数据的处理装置的架构示意图,装置包括:获取模块501、处理模块502、确定模块503。Referring to FIG. 5 , which is a schematic structural diagram of a device for processing point cloud data according to an embodiment of the present disclosure, the device includes: an acquisition module 501 , a processing module 502 , and a determination module 503 .
获取模块501,用于获取目标场景对应的点云数据。The acquiring module 501 is configured to acquire point cloud data corresponding to the target scene.
处理模块502,用于对获取的点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集。每一个栅格内的点云数据集在存储介质中顺序存储;每个点云数据集中包含至少一个点的数据。The processing module 502 is configured to perform grid processing on the acquired point cloud data to obtain point cloud data sets corresponding to multiple grids respectively. The point cloud datasets in each grid are sequentially stored in the storage medium; each point cloud dataset contains data of at least one point.
确定模块503,用于根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息。The determining module 503 is configured to determine the point cloud feature information corresponding to the grid according to the point cloud data set of each grid.
上述处理装置将点云特征提取划分为点云栅格化过程和栅格特征提取过程,这样,通过以栅格为单位,对每个栅格的点云数据集进行整体点云特征提取,提高了点云特征提取的效率。The above processing device divides the point cloud feature extraction into a point cloud rasterization process and a grid feature extraction process. In this way, by taking the grid as a unit, the overall point cloud feature extraction is performed on the point cloud data set of each grid to improve the performance. The efficiency of point cloud feature extraction is improved.
在一种实施方式中,处理模块502用于对获取的点云数据进行栅格化处理,包括用于:In one embodiment, the processing module 502 is configured to perform rasterization processing on the acquired point cloud data, including:
基于雷达坐标系与笛卡尔坐标系之间的转换关系,将获取的点云数据中各个点的雷达坐标信息分别转换为对应的笛卡尔坐标信息;Based on the conversion relationship between the radar coordinate system and the Cartesian coordinate system, the radar coordinate information of each point in the acquired point cloud data is converted into the corresponding Cartesian coordinate information respectively;
根据设定的雷达检测范围和预设的栅格尺寸确定所有栅格的坐标范围;Determine the coordinate range of all grids according to the set radar detection range and preset grid size;
将点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中。The points in the point cloud data are divided into corresponding grids according to their respective Cartesian coordinate information.
在一种实施方式中,处理模块502用于将点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中,包括用于对点云数据中的每个点:In one embodiment, the processing module 502 is configured to divide the points in the point cloud data into corresponding grids according to their respective Cartesian coordinate information, including for each point in the point cloud data:
基于该点对应的笛卡尔坐标信息以及所有栅格的坐标范围确定该点待划分的栅格;Determine the grid to be divided by the point based on the Cartesian coordinate information corresponding to the point and the coordinate range of all grids;
若已划分点的栅格的数量小于第一预设数量,则判断该点待划分的栅格内已划分的点的数量是否小于第二预设数量;If the number of grids that have divided points is less than the first preset number, determine whether the number of divided points in the grid to be divided at the point is less than the second preset number;
若小于第二预设数量,则将该点划分到该点待划分的栅格。If it is less than the second preset number, the point is divided into the grid to be divided by the point.
在一种实施方式中,确定模块503用于根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息,包括用于对每个栅格的点云数据集:In one embodiment, the determining module 503 is configured to determine the point cloud feature information corresponding to the grid according to the point cloud dataset of each grid, including the point cloud dataset for each grid:
基于该点云数据集中每个点的坐标信息对该点进行特征增强,确定该点的增强特征信息;增强特征信息具有第一特征维度;Based on the coordinate information of each point in the point cloud dataset, feature enhancement is performed on the point, and the enhanced feature information of the point is determined; the enhanced feature information has a first feature dimension;
基于该点云数据集中每个点的增强特征信息,确定该点云数据集的编码特征信息;编码特征信息具有第二特征维度;第二特征维度的维度数大于第一特征维度的维度数;Based on the enhanced feature information of each point in the point cloud dataset, the encoded feature information of the point cloud dataset is determined; the encoded feature information has a second feature dimension; the number of dimensions of the second feature dimension is greater than the number of dimensions of the first feature dimension;
基于该点云数据集的编码特征信息,确定与该栅格对应的点云特征信息。Based on the encoded feature information of the point cloud dataset, the point cloud feature information corresponding to the grid is determined.
在一种实施方式中,确定模块503用于基于该点云数据集中每个点的坐标信息,对该点进行特征增强,确定该点的增强特征信息,包括用于:In one embodiment, the determining module 503 is configured to perform feature enhancement on the point based on the coordinate information of each point in the point cloud data set, and determine the enhanced feature information of the point, including:
基于每个栅格的点云数据集中各个点的坐标信息,确定该点云数据集的中心坐标信息;Based on the coordinate information of each point in the point cloud dataset of each grid, determine the center coordinate information of the point cloud dataset;
针对每个点,基于该点的坐标信息以及确定的中心坐标信息,确定该点对应的第一偏差信息;以及基于该点的坐标信息以及点云数据集内除该点之外的其它点的坐标信息,确定该点与其它点之间的第二偏差信息;For each point, determine the first deviation information corresponding to the point based on the coordinate information of the point and the determined center coordinate information; and based on the coordinate information of the point and other points in the point cloud dataset except the point Coordinate information to determine the second deviation information between the point and other points;
将该点的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息。The coordinate information, the first deviation information and the second deviation information of the point are used as the enhanced feature information of the point.
在一种实施方式中,确定模块503用于利用卷积神经网络基于每个点云数据集中每个点的增强特征信息,确定该点云数据集的编码特征信息,其中卷积神经网络包括卷积层和激活层,包括用于:In one embodiment, the determining module 503 is configured to use a convolutional neural network to determine the encoded feature information of each point cloud dataset based on the enhanced feature information of each point in the point cloud dataset, wherein the convolutional neural network includes a convolutional neural network. Buildup and activation layers, including for:
利用卷积层的卷积核对该点云数据集中每个点的增强特征信息分别进行卷积运 算,得到该点云数据集中每个点对应的卷积特征信息;Convolution operation is performed on the enhanced feature information of each point in the point cloud dataset by using the convolution kernel of the convolution layer to obtain the convolution feature information corresponding to each point in the point cloud dataset;
将各个点对应的卷积特征信息进行组合,得到与该点云数据集对应的卷积特征信息;Combine the convolution feature information corresponding to each point to obtain the convolution feature information corresponding to the point cloud dataset;
利用激活层的激活函数对该点云数据集对应的卷积特征信息进行处理,得到该点云数据集的编码特征信息。The convolution feature information corresponding to the point cloud dataset is processed by the activation function of the activation layer, and the encoded feature information of the point cloud dataset is obtained.
在一种实施方式中,确定模块503用于利用激活层的激活函数对点云数据集对应的卷积特征信息进行处理,得到该点云数据集的编码特征信息,包括用于:In one embodiment, the determining module 503 is configured to process the convolution feature information corresponding to the point cloud dataset by using the activation function of the activation layer to obtain the encoded feature information of the point cloud dataset, including:
按照第一预设位宽对该点云数据集对应的卷积特征信息进行量化处理,得到量化处理后的卷积特征信息;第一预设位宽为目标检测网络部署到运行的平台时量化的位宽,目标检测网络用于根据与每个栅格对应的点云特征信息检测目标对象;Perform quantization processing on the convolution feature information corresponding to the point cloud data set according to the first preset bit width to obtain the quantized convolution feature information; the first preset bit width is the quantization when the target detection network is deployed to the running platform The bit width of the target detection network is used to detect the target object according to the point cloud feature information corresponding to each grid;
利用激活层的激活函数对量化处理后的卷积特征信息进行处理,得到该点云数据集的编码特征信息。The quantized convolution feature information is processed by the activation function of the activation layer, and the encoded feature information of the point cloud dataset is obtained.
在一种实施方式中,确定模块503用于将每个点的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息,包括用于:In one embodiment, the determining module 503 is configured to use the coordinate information, the first deviation information and the second deviation information of each point as the enhanced feature information of the point, including:
按照第二预设位宽对该点的坐标信息、第一偏差信息以及第二偏差信息分别进行量化处理,得到量化处理后的坐标信息、第一偏差信息以及第二偏差信息;第二预设位宽为卷积神经网络部署到运行的平台时量化的位宽;卷积神经网络基于一个点云数据集中每个点的增强特征信息确定该点云数据集的编码特征信息;The coordinate information, the first deviation information and the second deviation information of the point are respectively quantized according to the second preset bit width to obtain the quantized coordinate information, the first deviation information and the second deviation information; the second preset The bit width is the quantized bit width when the convolutional neural network is deployed to the running platform; the convolutional neural network determines the encoded feature information of a point cloud dataset based on the enhanced feature information of each point in the point cloud dataset;
将量化处理后的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息。The quantized coordinate information, the first deviation information, and the second deviation information are used as the enhanced feature information of the point.
在一种实施方式中,上述装置还包括:In one embodiment, the above device further includes:
检测模块504,用于基于与每个栅格对应的点云特征信息检测目标对象。The detection module 504 is configured to detect the target object based on the point cloud feature information corresponding to each grid.
在一种实施方式中,检测模块504用于基于与每个栅格对应的点云特征信息检测目标对象,包括用于:In one embodiment, the detection module 504 is configured to detect the target object based on the point cloud feature information corresponding to each grid, including:
将该多个栅格在同一特征维度下的点云特征信息作为一组输入信息,将不同特征维度分别对应的不同组输入信息并行输入至目标检测网络中,得到目标场景中的目标对象。The point cloud feature information of the multiple grids under the same feature dimension is used as a set of input information, and different sets of input information corresponding to different feature dimensions are input into the target detection network in parallel to obtain the target object in the target scene.
在一种实施方式中,检测模块504用于基于与每个栅格对应的点云特征信息检测目标对象,包括用于:In one embodiment, the detection module 504 is configured to detect the target object based on the point cloud feature information corresponding to each grid, including:
基于每个栅格的点云数据集中各个点的坐标信息,确定代表该栅格位置的目标点的坐标信息;Determine the coordinate information of the target point representing the position of the grid based on the coordinate information of each point in the point cloud dataset of each grid;
将与该栅格对应的点云特征信息作为目标点对应的点云特征信息;Taking the point cloud feature information corresponding to the grid as the point cloud feature information corresponding to the target point;
将代表该多个栅格位置的目标点的坐标信息及对应的点云特征信息输入至目标检测网络中,得到目标场景中的目标对象。The coordinate information of the target points representing the multiple grid positions and the corresponding point cloud feature information are input into the target detection network to obtain the target object in the target scene.
关于装置中的各模块的处理流程、以及各模块之间的交互流程的描述可以参照上述方法实施例中的相关说明,这里不再详述。For the description of the processing flow of each module in the apparatus and the interaction flow between the modules, reference may be made to the relevant descriptions in the foregoing method embodiments, which will not be described in detail here.
实施例三Embodiment 3
本公开实施例还提供了一种电子设备,如图6所示,为本公开实施例提供的电子设备的结构示意图,包括:处理器601、存储器602、和总线603。存储器602存储有处理器601可执行的机器可读指令(如图5所示点云数据的处理装置中,获取模块501、处理模块502和确定模块503所对应执行的指令)。当电子设备运行时,处理器601与存储器602之间通过总线603通信,机器可读指令被处理器601执行时执行如下处理:An embodiment of the present disclosure further provides an electronic device. As shown in FIG. 6 , a schematic structural diagram of the electronic device provided by the embodiment of the present disclosure includes: a processor 601 , a memory 602 , and a bus 603 . The memory 602 stores machine-readable instructions executable by the processor 601 (in the apparatus for processing point cloud data as shown in FIG. 5 , the correspondingly executed instructions of the acquisition module 501 , the processing module 502 and the determination module 503 ). When the electronic device is running, the processor 601 communicates with the memory 602 through the bus 603, and the machine-readable instructions are executed by the processor 601 to perform the following processing:
获取目标场景对应的点云数据;Obtain the point cloud data corresponding to the target scene;
对获取的点云数据进行栅格化处理后,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个点云数据集中包含至少一个点的数据;After rasterizing the acquired point cloud data, point cloud datasets corresponding to multiple grids are obtained; the point cloud datasets in each grid are sequentially stored in the storage medium; each point cloud dataset contains data for at least one point;
根据每个栅格的点云数据集,确定与该栅格对应的点云特征信息。According to the point cloud dataset of each grid, determine the point cloud feature information corresponding to the grid.
本公开实施例还提供一种计算机可读存储介质,该计算机可读存储介质上存储有计算机程序,该计算机程序被处理器601运行时执行上述方法实施例中的点云数据的处理方法的步骤。其中,该计算机可读存储介质可以是易失性或非易失的计算机可读存储介质。Embodiments of the present disclosure further provide a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium. When the computer program is run by the processor 601, the steps of the method for processing point cloud data in the foregoing method embodiments are executed. . Wherein, the computer-readable storage medium may be a volatile or non-volatile computer-readable storage medium.
本公开实施例所提供的点云数据的处理方法的计算机程序产品,包括存储了程序代码的计算机可读存储介质,所述程序代码包括的指令可用于执行上述方法实施例中所述的点云数据的处理方法的步骤,具体可参见上述方法实施例,在此不再赘述。The computer program product of the method for processing point cloud data provided by the embodiments of the present disclosure includes a computer-readable storage medium storing program codes, and the instructions included in the program codes can be used to execute the point clouds described in the above method embodiments. For the steps of the data processing method, reference may be made to the foregoing method embodiments, and details are not described herein again.
本公开实施例还提供一种计算机程序,该计算机程序被处理器执行时实现前述实施例的任意一种方法。该计算机程序产品可以具体通过硬件、软件或其结合的方式实现。在一个可选实施例中,所述计算机程序产品具体体现为计算机存储介质,在另一个可选实施例中,计算机程序产品具体体现为软件产品,例如软件开发包(Software Development Kit,SDK)等等。Embodiments of the present disclosure further provide a computer program, which implements any one of the methods in the foregoing embodiments when the computer program is executed by a processor. The computer program product can be specifically implemented by hardware, software or a combination thereof. In an optional embodiment, the computer program product is embodied as a computer storage medium, and in another optional embodiment, the computer program product is embodied as a software product, such as a software development kit (Software Development Kit, SDK), etc. Wait.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统和装置的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。在本公开所提供的几个实施例中,应该理解到,所揭露的系统、装置和方法,可以通过其它的方式实现。以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅 仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,又例如,多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些通信接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。Those skilled in the art can clearly understand that, for the convenience and brevity of description, for the specific working process of the system and device described above, reference may be made to the corresponding process in the foregoing method embodiments, which will not be repeated here. In the several embodiments provided by the present disclosure, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. The apparatus embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not implemented. On the other hand, the shown or discussed mutual coupling or direct coupling or communication connection may be through some communication interfaces, indirect coupling or communication connection of devices or units, which may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
另外,在本公开各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。In addition, each functional unit in each embodiment of the present disclosure may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个处理器可执行的非易失的计算机可读取存储介质中。基于这样的理解,本公开的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台电子设备(可以是个人计算机,服务器,或者网络设备等)执行本公开各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The functions, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a processor-executable non-volatile computer-readable storage medium. Based on such understanding, the technical solutions of the present disclosure can be embodied in the form of software products in essence, or the parts that contribute to the prior art or the parts of the technical solutions. The computer software products are stored in a storage medium, including Several instructions are used to cause an electronic device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in various embodiments of the present disclosure. The aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk and other media that can store program codes .
最后应说明的是:以上所述实施例,仅为本公开的具体实施方式,用以说明本公开的技术方案,而非对其限制,本公开的保护范围并不局限于此,尽管参照前述实施例对本公开进行了详细的说明,本领域的普通技术人员应当理解:任何熟悉本技术领域的技术人员在本公开揭露的技术范围内,其依然可以对前述实施例所记载的技术方案进行修改或可轻易想到变化,或者对其中部分技术特征进行等同替换;而这些修改、变化或者替换,并不使相应技术方案的本质脱离本公开实施例技术方案的精神和范围,都应涵盖在本公开的保护范围之内。因此,本公开的保护范围应所述以权利要求的保护范围为准。Finally, it should be noted that the above-mentioned embodiments are only specific implementations of the present disclosure, and are used to illustrate the technical solutions of the present disclosure rather than limit them. The protection scope of the present disclosure is not limited thereto, although referring to the foregoing The embodiments describe the present disclosure in detail. Those of ordinary skill in the art should understand that: any person skilled in the art can still modify the technical solutions described in the foregoing embodiments within the technical scope disclosed by the present disclosure. Changes can be easily thought of, or equivalent replacements are made to some of the technical features; and these modifications, changes or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the embodiments of the present disclosure, and should be covered in the present disclosure. within the scope of protection. Therefore, the protection scope of the present disclosure should be based on the protection scope of the claims.

Claims (17)

  1. 一种点云数据的处理方法,包括:A method for processing point cloud data, comprising:
    获取目标场景对应的点云数据;Obtain the point cloud data corresponding to the target scene;
    对获取的所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个所述点云数据集中包含至少一个点的数据;Perform grid processing on the acquired point cloud data to obtain point cloud datasets corresponding to multiple grids; the point cloud datasets in each grid are sequentially stored in the storage medium; each of the point cloud datasets The cloud dataset contains data of at least one point;
    根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息。According to the point cloud dataset of each grid, point cloud feature information corresponding to the grid is determined.
  2. 根据权利要求1所述的处理方法,其特征在于,所述对获取的所述点云数据进行栅格化处理包括:The processing method according to claim 1, wherein the performing rasterization processing on the acquired point cloud data comprises:
    基于雷达坐标系与笛卡尔坐标系之间的转换关系,将获取的所述点云数据中各个点的雷达坐标信息分别转换为对应的笛卡尔坐标信息;Based on the conversion relationship between the radar coordinate system and the Cartesian coordinate system, the acquired radar coordinate information of each point in the point cloud data is respectively converted into corresponding Cartesian coordinate information;
    根据设定的雷达检测范围和预设的栅格尺寸确定所有栅格的坐标范围;Determine the coordinate range of all grids according to the set radar detection range and preset grid size;
    将所述点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中。The points in the point cloud data are divided into corresponding grids according to their respective Cartesian coordinate information.
  3. 根据权利要求2所述的处理方法,其特征在于,所述将所述点云数据中的点按照各自的笛卡尔坐标信息,划分到对应的栅格中,包括:The processing method according to claim 2, wherein the dividing the points in the point cloud data into corresponding grids according to their respective Cartesian coordinate information, comprising:
    针对所述点云数据中的每个点,For each point in the point cloud data,
    基于所述点的笛卡尔坐标信息以及所有栅格的坐标范围确定所述点待划分的栅格;Determine the grid to be divided by the point based on the Cartesian coordinate information of the point and the coordinate range of all grids;
    若已划分点的栅格的数量小于第一预设数量,则判断所述点待划分的栅格内已划分的点的数量是否小于第二预设数量;If the number of grids that have divided points is less than the first preset number, determine whether the number of divided points in the grid to be divided by the point is less than the second preset number;
    若小于所述第二预设数量,则将所述点划分到所述点待划分的栅格。If it is less than the second preset number, the points are divided into grids to which the points are to be divided.
  4. 根据权利要求1~3任一所述的处理方法,其特征在于,根据每个栅格的所述点云数据集,确定与所述栅格对应的所述点云特征信息,包括:The processing method according to any one of claims 1 to 3, wherein determining the point cloud feature information corresponding to the grid according to the point cloud data set of each grid, comprising:
    针对每个栅格的所述点云数据集,the point cloud dataset for each raster,
    基于所述点云数据集中每个点的坐标信息,对所述点进行特征增强,确定所述点的增强特征信息;所述增强特征信息具有第一特征维度;Based on the coordinate information of each point in the point cloud data set, feature enhancement is performed on the point, and enhanced feature information of the point is determined; the enhanced feature information has a first feature dimension;
    基于所述点云数据集中每个点的增强特征信息,确定所述点云数据集的编码特征信息;所述编码特征信息具有第二特征维度;所述第二特征维度的维度数大于所述第一特征维度的维度数;Based on the enhanced feature information of each point in the point cloud dataset, the encoded feature information of the point cloud dataset is determined; the encoded feature information has a second feature dimension; the number of dimensions of the second feature dimension is greater than the The number of dimensions of the first feature dimension;
    基于所述点云数据集的编码特征信息,确定与所述栅格对应的点云特征信息。Based on the encoded feature information of the point cloud dataset, point cloud feature information corresponding to the grid is determined.
  5. 根据权利要求4所述的处理方法,其特征在于,所述基于所述点云数据集中每个点的所述坐标信息,对所述点进行特征增强,确定所述点的增强特征信息,包括:The processing method according to claim 4, wherein the feature enhancement is performed on the point based on the coordinate information of each point in the point cloud data set, and the enhanced feature information of the point is determined, comprising: :
    基于所述点云数据集中各个点的所述坐标信息,确定所述点云数据集的中心坐标信息;Determine the center coordinate information of the point cloud dataset based on the coordinate information of each point in the point cloud dataset;
    针对每个所述点,For each of said points,
    基于所述点的所述坐标信息以及确定的所述中心坐标信息,确定所述点对应的第一偏差信息;以及基于所述点的所述坐标信息以及所述点云数据集内除所述点之外的 其它点的坐标信息,确定所述点与所述其它点之间的第二偏差信息;Determine the first deviation information corresponding to the point based on the coordinate information of the point and the determined center coordinate information; and divide the point cloud dataset based on the coordinate information of the point and the point cloud dataset coordinate information of other points other than the point, and determine second deviation information between the point and the other points;
    将所述点的坐标信息、所述第一偏差信息以及所述第二偏差信息作为所述点的增强特征信息。The coordinate information of the point, the first deviation information and the second deviation information are used as the enhanced feature information of the point.
  6. 根据权利要求4或5所述的处理方法,其特征在于,利用卷积神经网络基于所述点云数据集中每个点的增强特征信息,确定所述点云数据集的编码特征信息,其中所述卷积神经网络包括卷积层和激活层,包括:The processing method according to claim 4 or 5, wherein the encoded feature information of the point cloud dataset is determined based on the enhanced feature information of each point in the point cloud dataset by using a convolutional neural network, wherein the The convolutional neural network described above includes convolutional layers and activation layers, including:
    利用所述卷积层的卷积核对所述点云数据集中每个点的增强特征信息分别进行卷积运算,得到所述点云数据集中每个点对应的卷积特征信息;Use the convolution check of the convolution layer to perform a convolution operation on the enhanced feature information of each point in the point cloud data set, to obtain convolution feature information corresponding to each point in the point cloud data set;
    将各个点对应的卷积特征信息进行组合,得到与所述点云数据集对应的卷积特征信息;Combining the convolution feature information corresponding to each point to obtain the convolution feature information corresponding to the point cloud data set;
    利用所述激活层的激活函数对所述点云数据集对应的卷积特征信息进行处理,得到所述点云数据集的编码特征信息。The convolution feature information corresponding to the point cloud data set is processed by using the activation function of the activation layer to obtain the encoded feature information of the point cloud data set.
  7. 根据权利要求6所述的处理方法,其特征在于,利用所述激活层的激活函数对所述点云数据集对应的卷积特征信息进行处理,得到所述点云数据集的编码特征信息,包括:The processing method according to claim 6, wherein the convolution feature information corresponding to the point cloud data set is processed by using the activation function of the activation layer to obtain the encoded feature information of the point cloud data set, include:
    按照第一预设位宽对所述点云数据集对应的卷积特征信息进行量化处理,得到量化处理后的卷积特征信息;所述第一预设位宽为目标检测网络部署到运行的平台时量化的位宽,所述目标检测网络用于根据与每个栅格对应的所述点云特征信息检测目标对象;Perform quantization processing on the convolution feature information corresponding to the point cloud data set according to the first preset bit width to obtain the quantized convolution feature information; the first preset bit width is the target detection network deployed to the running The quantized bit width of the platform, the target detection network is used to detect the target object according to the point cloud feature information corresponding to each grid;
    利用所述激活层的所述激活函数对所述量化处理后的卷积特征信息进行处理,得到所述点云数据集的编码特征信息。The quantized convolution feature information is processed by using the activation function of the activation layer to obtain the encoded feature information of the point cloud data set.
  8. 根据权利要求5所述的处理方法,其特征在于,所述将所述点的所述坐标信息、所述第一偏差信息以及所述第二偏差信息作为所述点的增强特征信息,还包括:The processing method according to claim 5, wherein the taking the coordinate information, the first deviation information and the second deviation information of the point as the enhanced feature information of the point, further comprising: :
    按照第二预设位宽对所述点的所述坐标信息、所述第一偏差信息以及所述第二偏差信息分别进行量化处理,得到量化处理后的坐标信息、第一偏差信息以及第二偏差信息;所述第二预设位宽为卷积神经网络部署到运行的平台时量化的位宽;所述卷积神经网络基于所述点云数据集中每个点的增强特征信息确定所述点云数据集的编码特征信息;The coordinate information, the first deviation information and the second deviation information of the point are respectively quantized according to the second preset bit width to obtain the quantized coordinate information, the first deviation information and the second deviation information. deviation information; the second preset bit width is the bit width quantified when the convolutional neural network is deployed to the running platform; the convolutional neural network determines the The encoded feature information of the point cloud dataset;
    将所述量化处理后的坐标信息、第一偏差信息以及第二偏差信息作为该点的增强特征信息。The quantized coordinate information, the first deviation information, and the second deviation information are used as the enhanced feature information of the point.
  9. 根据权利要求1~8任一所述的处理方法,其特征在于,确定与所述栅格对应的点云特征信息之后,还包括:The processing method according to any one of claims 1 to 8, wherein after determining the point cloud feature information corresponding to the grid, the method further comprises:
    基于与每个栅格对应的所述点云特征信息检测目标对象。A target object is detected based on the point cloud feature information corresponding to each grid.
  10. 根据权利要求9所述的处理方法,其特征在于,所述基于与每个栅格对应的所述点云特征信息检测目标对象,包括:The processing method according to claim 9, wherein the detecting a target object based on the point cloud feature information corresponding to each grid comprises:
    将所述多个栅格在同一特征维度下的点云特征信息作为一组输入信息,将不同特征维度分别对应的不同组输入信息并行输入至目标检测网络中,得到所述目标场景中的目标对象。The point cloud feature information of the multiple grids under the same feature dimension is used as a set of input information, and different sets of input information corresponding to different feature dimensions are input into the target detection network in parallel to obtain the target in the target scene. object.
  11. 根据权利要求9所述的处理方法,其特征在于,所述基于与每个栅格对应的所述点云特征信息检测目标对象,包括:The processing method according to claim 9, wherein the detecting a target object based on the point cloud feature information corresponding to each grid comprises:
    对于每个栅格,For each raster,
    基于所述栅格的所述点云数据集中各个点的坐标信息,确定代表所述栅格位置的目标点的坐标信息;Determine the coordinate information of the target point representing the position of the grid based on the coordinate information of each point in the point cloud data set of the grid;
    将与所述栅格对应的点云特征信息作为所述目标点对应的点云特征信息;Taking the point cloud feature information corresponding to the grid as the point cloud feature information corresponding to the target point;
    将代表所述多个栅格位置的目标点的坐标信息及对应的点云特征信息输入至目标检测网络中,得到所述目标场景中的目标对象。The coordinate information of the target points representing the multiple grid positions and the corresponding point cloud feature information are input into the target detection network to obtain the target object in the target scene.
  12. 一种雷达装置,包括:雷达控制器、雷达组件以及现场可编程门阵列FPGA;其中,所述雷达控制器分别与所述雷达组件以及所述FPGA电连接;A radar device, comprising: a radar controller, a radar assembly, and a field programmable gate array FPGA; wherein the radar controller is electrically connected to the radar assembly and the FPGA, respectively;
    所述雷达控制器,用于控制所述雷达组件对目标场景进行扫描,获取所述目标场景对应的点云数据;the radar controller, configured to control the radar component to scan the target scene and obtain point cloud data corresponding to the target scene;
    所述FPGA包括片上处理器,所述片上处理器用于对所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;并用于根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息;其中每一个栅格内的点云数据集在存储介质中顺序存储,每个所述点云数据集中包含至少一个点的数据。The FPGA includes an on-chip processor, and the on-chip processor is used to perform grid processing on the point cloud data to obtain point cloud data sets corresponding to multiple grids; point cloud dataset, determining the point cloud feature information corresponding to the grid; wherein the point cloud dataset in each grid is sequentially stored in the storage medium, and each point cloud dataset contains data of at least one point .
  13. 根据权利要求12所述的雷达装置,其特征在于,所述FPGA还包括片上逻辑电路;The radar device according to claim 12, wherein the FPGA further comprises an on-chip logic circuit;
    所述片上逻辑电路,用于基于与每个栅格对应的所述点云特征信息检测目标对象。The on-chip logic circuit is configured to detect a target object based on the point cloud feature information corresponding to each grid.
  14. 一种点云数据的处理装置,包括:A processing device for point cloud data, comprising:
    获取模块,用于获取目标场景对应的点云数据;The acquisition module is used to acquire the point cloud data corresponding to the target scene;
    处理模块,用于对获取的所述点云数据进行栅格化处理,得到与多个栅格分别对应的点云数据集;每一个栅格内的点云数据集在存储介质中顺序存储;每个所述点云数据集中包含至少一个点的数据;a processing module, configured to perform grid processing on the acquired point cloud data to obtain point cloud datasets corresponding to multiple grids; the point cloud datasets in each grid are sequentially stored in the storage medium; Each of the point cloud datasets contains data of at least one point;
    确定模块,用于根据每个栅格的所述点云数据集,确定与所述栅格对应的点云特征信息。A determination module, configured to determine the point cloud feature information corresponding to the grid according to the point cloud data set of each grid.
  15. 一种电子设备,包括:处理器、存储器和总线;An electronic device, comprising: a processor, a memory and a bus;
    所述存储器存储有所述处理器可执行的机器可读指令;the memory stores machine-readable instructions executable by the processor;
    当所述电子设备运行时,所述处理器与所述存储器之间通过所述总线通信;When the electronic device is running, the processor and the memory communicate through the bus;
    所述机器可读指令被所述处理器执行时执行如权利要求1至11任一所述的点云数据的处理方法的步骤。When the machine-readable instructions are executed by the processor, the steps of the method for processing point cloud data according to any one of claims 1 to 11 are performed.
  16. 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器运行时执行如权利要求1至11任一所述的点云数据的处理方法的步骤。A computer-readable storage medium, on which a computer program is stored, and when the computer program is run by a processor, the steps of the method for processing point cloud data according to any one of claims 1 to 11 are executed. .
  17. 一种计算机程序,所述计算机程序包括计算机可读代码,所述计算机可读代码被处理器执行时可实现如权利要求1至11任一所述的点云数据的处理方法的步骤。A computer program, the computer program comprising computer readable codes, which can implement the steps of the point cloud data processing method according to any one of claims 1 to 11 when the computer readable codes are executed by a processor.
PCT/CN2021/103778 2020-07-22 2021-06-30 Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium WO2022017147A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010713994.7 2020-07-22
CN202010713994.7A CN113971221A (en) 2020-07-22 2020-07-22 Point cloud data processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2022017147A1 true WO2022017147A1 (en) 2022-01-27

Family

ID=79585085

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/103778 WO2022017147A1 (en) 2020-07-22 2021-06-30 Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN113971221A (en)
WO (1) WO2022017147A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114612627A (en) * 2022-03-11 2022-06-10 广东汇天航空航天科技有限公司 Processing method and device of terrain elevation map, vehicle and medium
CN114913213A (en) * 2022-05-17 2022-08-16 苏州轻棹科技有限公司 Method and device for learning aerial view characteristics
CN115076049A (en) * 2022-07-04 2022-09-20 无锡海纳智能科技有限公司 Method and device for determining yaw angle of fan, storage medium and electronic equipment
CN115201817A (en) * 2022-09-08 2022-10-18 南京慧尔视智能科技有限公司 Lane generation method, device, equipment and storage medium
CN115422387A (en) * 2022-11-04 2022-12-02 山东矩阵软件工程股份有限公司 Point cloud data processing method and system based on multi-dimensional point cloud fusion data
CN115965925A (en) * 2023-03-03 2023-04-14 安徽蔚来智驾科技有限公司 Point cloud target detection method, computer equipment, storage medium and vehicle
CN116229399A (en) * 2023-03-08 2023-06-06 北京辉羲智能科技有限公司 Feature extraction method, system and medium for point cloud data for automatic driving image processing
CN116274893A (en) * 2023-02-24 2023-06-23 北京瓦特曼智能科技有限公司 Method, processor, device and storage medium for detecting erosion amount of ladle lining
CN117037120A (en) * 2023-10-09 2023-11-10 之江实验室 Target perception method and device based on time sequence selection

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115131759A (en) * 2022-07-01 2022-09-30 上海商汤临港智能科技有限公司 Traffic marking recognition method, device, computer equipment and storage medium
CN117292140B (en) * 2023-10-17 2024-04-02 小米汽车科技有限公司 Point cloud data processing method and device, vehicle and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120121166A1 (en) * 2010-11-12 2012-05-17 Texas Instruments Incorporated Method and apparatus for three dimensional parallel object segmentation
CN107239794A (en) * 2017-05-18 2017-10-10 深圳市速腾聚创科技有限公司 Point cloud data segmentation method and terminal
CN109697733A (en) * 2018-12-26 2019-04-30 广州文远知行科技有限公司 Point methods, device, computer equipment and storage medium are sought in point cloud space
CN111079652A (en) * 2019-12-18 2020-04-28 北京航空航天大学 3D target detection method based on point cloud data simple coding
CN111353512A (en) * 2018-12-20 2020-06-30 长沙智能驾驶研究院有限公司 Obstacle classification method, obstacle classification device, storage medium and computer equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120121166A1 (en) * 2010-11-12 2012-05-17 Texas Instruments Incorporated Method and apparatus for three dimensional parallel object segmentation
CN107239794A (en) * 2017-05-18 2017-10-10 深圳市速腾聚创科技有限公司 Point cloud data segmentation method and terminal
CN111353512A (en) * 2018-12-20 2020-06-30 长沙智能驾驶研究院有限公司 Obstacle classification method, obstacle classification device, storage medium and computer equipment
CN109697733A (en) * 2018-12-26 2019-04-30 广州文远知行科技有限公司 Point methods, device, computer equipment and storage medium are sought in point cloud space
CN111079652A (en) * 2019-12-18 2020-04-28 北京航空航天大学 3D target detection method based on point cloud data simple coding

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114612627B (en) * 2022-03-11 2023-03-03 广东汇天航空航天科技有限公司 Processing method and device of terrain elevation map, vehicle and medium
CN114612627A (en) * 2022-03-11 2022-06-10 广东汇天航空航天科技有限公司 Processing method and device of terrain elevation map, vehicle and medium
CN114913213A (en) * 2022-05-17 2022-08-16 苏州轻棹科技有限公司 Method and device for learning aerial view characteristics
CN114913213B (en) * 2022-05-17 2024-03-22 苏州轻棹科技有限公司 Method and device for learning aerial view characteristics
CN115076049A (en) * 2022-07-04 2022-09-20 无锡海纳智能科技有限公司 Method and device for determining yaw angle of fan, storage medium and electronic equipment
CN115201817A (en) * 2022-09-08 2022-10-18 南京慧尔视智能科技有限公司 Lane generation method, device, equipment and storage medium
CN115201817B (en) * 2022-09-08 2022-12-30 南京慧尔视智能科技有限公司 Lane generation method, device, equipment and storage medium
CN115422387A (en) * 2022-11-04 2022-12-02 山东矩阵软件工程股份有限公司 Point cloud data processing method and system based on multi-dimensional point cloud fusion data
CN115422387B (en) * 2022-11-04 2023-02-24 山东矩阵软件工程股份有限公司 Point cloud data processing method and system based on multi-dimensional point cloud fusion data
CN116274893B (en) * 2023-02-24 2024-02-06 北京瓦特曼智能科技有限公司 Method, processor, device and storage medium for detecting erosion amount of ladle lining
CN116274893A (en) * 2023-02-24 2023-06-23 北京瓦特曼智能科技有限公司 Method, processor, device and storage medium for detecting erosion amount of ladle lining
CN115965925A (en) * 2023-03-03 2023-04-14 安徽蔚来智驾科技有限公司 Point cloud target detection method, computer equipment, storage medium and vehicle
CN115965925B (en) * 2023-03-03 2023-06-23 安徽蔚来智驾科技有限公司 Point cloud target detection method, computer equipment, storage medium and vehicle
CN116229399B (en) * 2023-03-08 2024-02-09 北京辉羲智能信息技术有限公司 Feature extraction method, system and medium for point cloud data for automatic driving image processing
CN116229399A (en) * 2023-03-08 2023-06-06 北京辉羲智能科技有限公司 Feature extraction method, system and medium for point cloud data for automatic driving image processing
CN117037120A (en) * 2023-10-09 2023-11-10 之江实验室 Target perception method and device based on time sequence selection
CN117037120B (en) * 2023-10-09 2024-02-09 之江实验室 Target perception method and device based on time sequence selection

Also Published As

Publication number Publication date
CN113971221A (en) 2022-01-25

Similar Documents

Publication Publication Date Title
WO2022017147A1 (en) Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium
US10970518B1 (en) Voxel-based feature learning network
Riegler et al. Octnetfusion: Learning depth fusion from data
CN108875813B (en) Three-dimensional grid model retrieval method based on geometric image
WO2022142628A1 (en) Point cloud data processing method and device
CN112669463B (en) Method for reconstructing curved surface of three-dimensional point cloud, computer device and computer-readable storage medium
CN107767453B (en) Building LIDAR point cloud reconstruction optimization method based on rule constraint
CN110135227B (en) Laser point cloud outdoor scene automatic segmentation method based on machine learning
CN111043988B (en) Single stripe projection measurement method based on graphics and deep learning
CN112764004B (en) Point cloud processing method, device, equipment and storage medium
CN107301643B (en) Well-marked target detection method based on robust rarefaction representation Yu Laplce's regular terms
WO2023071273A1 (en) Point cloud data processing
CN115330940B (en) Three-dimensional reconstruction method, device, equipment and medium
CN113838005B (en) Intelligent identification and three-dimensional reconstruction method and system for rock mass fracture based on dimension conversion
CN112562069A (en) Three-dimensional model construction method, device, equipment and storage medium
CN112270332A (en) Three-dimensional target detection method and system based on sub-stream sparse convolution
CN104299241A (en) Remote sensing image significance target detection method and system based on Hadoop
CN113593037A (en) Building method and application of Delaunay triangulated surface reconstruction model
CN112825199B (en) Collision detection method, device, equipment and storage medium
CN113822825B (en) Optical building target three-dimensional reconstruction method based on 3D-R2N2
CN113281779B (en) 3D object rapid detection method, device, equipment and medium
Zhou 3D urban modeling from city-scale aerial LiDAR data
CN115131384B (en) Bionic robot 3D printing method, device and medium based on edge preservation
Lin et al. A-SATMVSNet: An attention-aware multi-view stereo matching network based on satellite imagery
CN116258840A (en) Hierarchical detail representation tree generation method, device, equipment 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: 21845913

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12.06.2023)

122 Ep: pct application non-entry in european phase

Ref document number: 21845913

Country of ref document: EP

Kind code of ref document: A1