CN117635630A - Automatic object segmentation method and system based on substation scenic spot cloud - Google Patents
Automatic object segmentation method and system based on substation scenic spot cloud Download PDFInfo
- Publication number
- CN117635630A CN117635630A CN202311321733.0A CN202311321733A CN117635630A CN 117635630 A CN117635630 A CN 117635630A CN 202311321733 A CN202311321733 A CN 202311321733A CN 117635630 A CN117635630 A CN 117635630A
- Authority
- CN
- China
- Prior art keywords
- point cloud
- real
- point
- level
- cloud data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10028—Range image; Depth image; 3D point clouds
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20021—Dividing image into blocks, subimages or windows
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y04—INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
- Y04S—SYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
- Y04S10/00—Systems supporting electrical power generation, transmission or distribution
- Y04S10/50—Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
Abstract
本发明公开了基于变电站实景点云的对象自动分割方法及系统,本发明通过自适应分层方法根据点云数据的分布和特征进行动态调整和采样,使得每个层级具有适当的点数和分布。可以捕捉点云数据的多尺度特征,从全局到局部都能得到有效的表示。这在处理点云数据中存在尺度差异和多尺度信息的情况下尤为重要;Pointnet++可以在每个局部区域上提取特征,并利用层级聚合操作获得更全局的上下文信息,网络可以充分利用局部和全局信息进行更准确的分割任务,Pointnet++可以在每个局部区域上更高效操作,减少计算和内存要求。同时,通过分层结构,可以针对性地选择分割操作的层级,进一步提升计算效率。
The invention discloses an automatic object segmentation method and system based on real point clouds of substations. The invention uses an adaptive layering method to dynamically adjust and sample according to the distribution and characteristics of point cloud data, so that each level has an appropriate number and distribution of points. It can capture the multi-scale features of point cloud data and effectively represent it from global to local. This is particularly important when dealing with scale differences and multi-scale information in point cloud data; Pointnet++ can extract features on each local area and use hierarchical aggregation operations to obtain more global context information. The network can make full use of local and global Information for more accurate segmentation tasks, Pointnet++ can operate more efficiently on each local region, reducing computational and memory requirements. At the same time, through the hierarchical structure, the level of segmentation operations can be selected in a targeted manner to further improve calculation efficiency.
Description
技术领域Technical field
本发明涉及计算机视觉和图像处理技术领域,尤其涉及一种基于变电站实景点云的对象自动分割方法及系统。The invention relates to the technical fields of computer vision and image processing, and in particular to an automatic object segmentation method and system based on real point clouds of substations.
背景技术Background technique
三维视觉技术经过多年的发展已经变得较为成熟,并且在工业生产中得到广泛应用。为了提升变电站的管理智能化程度,可以利用三维技术对变电站的数据、图像和视频进行综合展示。进行三维建模时,由于变电站场景庞大复杂,为了确保模型获取的准确性和高效性,可以采用激光扫描获取点云数据。当前使用的点云分割方法,包括基于图的方法:将点云数据建模为图结构,其中点云的点作为图的节点,通过计算节点之间的边和边的特征来进行分割;基于区域的方法:将点云数据划分为具有连续性的区域,并利用聚类或者分割算法进行区域标记;基于深度学习的方法:这种方法利用深度学习,如卷积神经网络、图卷积神经网络和注意力机制,对点云数据进行分割;基于特征的方法:通过提取点云数据中的特征来进行分割,例如形状描述符、法线、曲率和颜色等。然后只用聚类或者其他算法对特征进行分析和分割。基于集合特征的方法:利用集合特征,如点云的位置、距离、法线方向等,对点云数据进行分割。例如,基于基准面的分割方法、基于曲率的分割方法等。After years of development, three-dimensional vision technology has become more mature and has been widely used in industrial production. In order to improve the intelligence of substation management, three-dimensional technology can be used to comprehensively display the data, images and videos of the substation. When performing three-dimensional modeling, due to the large and complex substation scene, in order to ensure the accuracy and efficiency of model acquisition, laser scanning can be used to obtain point cloud data. Currently used point cloud segmentation methods include graph-based methods: point cloud data is modeled as a graph structure, in which the points of the point cloud are used as nodes of the graph, and segmentation is performed by calculating the edges and edge characteristics between nodes; based on Regional methods: Divide point cloud data into continuous regions, and use clustering or segmentation algorithms to mark regions; Deep learning-based methods: This method uses deep learning, such as convolutional neural networks and graph convolutional neural networks. Network and attention mechanisms are used to segment point cloud data; feature-based methods: segmentation is performed by extracting features in point cloud data, such as shape descriptors, normals, curvature, and color. Then only clustering or other algorithms are used to analyze and segment the features. Method based on set features: Use set features, such as the position, distance, normal direction, etc. of the point cloud, to segment the point cloud data. For example, segmentation methods based on datum planes, segmentation methods based on curvature, etc.
上述方法很大程度上都依赖对象的分布情况或者初始种子点选取,因此鲁棒性不强。同时点云文件中包含着大量的点,其中存在许多无用的噪声点,因此需要对点云进行聚类分割,提取出有效的点,以便进行三维模型的重构。The above methods largely rely on the distribution of objects or the selection of initial seed points, so they are not robust. At the same time, the point cloud file contains a large number of points, including many useless noise points. Therefore, it is necessary to cluster and segment the point cloud to extract effective points for the reconstruction of the three-dimensional model.
发明内容Contents of the invention
鉴于上述现有存在的问题,提出了本发明。因此,本发明提供了一种基于变电站实景点云的对象自动分割方法及系统,解决在目前传统的方法很大程度上都依赖对象的分布情况或者初始种子点选取,因此鲁棒性不强;同时点云文件中包含着大量的点,其中存在许多无用的噪声点,无法提取出有效的点的问题。In view of the above-mentioned existing problems, the present invention is proposed. Therefore, the present invention provides a method and system for automatic object segmentation based on real point clouds of substations, which solves the problem that the current traditional methods largely rely on the distribution of objects or the selection of initial seed points, and therefore are not robust; At the same time, point cloud files contain a large number of points, among which there are many useless noise points, making it impossible to extract effective points.
为解决上述技术问题,本发明提供如下技术方案:In order to solve the above technical problems, the present invention provides the following technical solutions:
第一方面,本发明提供了一种基于变电站实景点云的对象自动分割方法,包括:In the first aspect, the present invention provides an automatic object segmentation method based on real point clouds of substations, including:
获取实景点云数据以及对应的标注信息;Obtain real-life point cloud data and corresponding annotation information;
通过自适应分层方法对所述实景点云数据进行预处理,所述预处理将点云数据划分为不同层级并安排点的组织方式;The real-life point cloud data is preprocessed through an adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of points;
对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示;Perform feature extraction for each level of point cloud, and fuse point cloud features at different levels to obtain global and comprehensive feature representation;
使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化;Use a fully connected layer to predict the category of each point, segment and semantically label the point cloud based on the prediction results, and perform training and optimization;
利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析。Use the trained network to segment the new real-life point cloud and obtain the semantic label of each point to segment, extract and analyze different objects based on the label.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:所述获取实景点云数据以及对应的标注信息,其中,获取实景点云数据包括,As a preferred solution of the object automatic segmentation method based on the real-life point cloud of a substation according to the present invention, the obtaining of the real-life point cloud data and the corresponding annotation information, wherein the obtaining of the real-life point cloud data includes:
获取建筑物、设备、输电线路和热分布的几何形状和位置信息;Obtain information on the geometry and location of buildings, equipment, power lines, and heat distribution;
所述对应的标注信息包括,类别标注、边界框标注、点云标注。The corresponding annotation information includes category annotation, bounding box annotation, and point cloud annotation.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:通过自适应分层方法对所述实景点云数据进行预处理,所述预处理将点云数据划分为不同层级并安排点的组织方式,包括,As a preferred solution of the object automatic segmentation method based on the real-life point cloud of a substation according to the present invention, the real-life point cloud data is preprocessed through an adaptive layering method, and the preprocessing divides the point cloud data into Organizational methods for different levels and arrangement of points, including,
通过八叉树方法,根据点云的分布和特征构建层级结构,以获取不同层次的点云,具体包括,设置四个层级;Through the octree method, a hierarchical structure is constructed according to the distribution and characteristics of the point cloud to obtain point clouds of different levels, including setting four levels;
第一层级包括整个变电站点云数据,提供变电站的全局特征;The first level includes cloud data of the entire substation, providing global characteristics of the substation;
第二层级根据变电站热分布的点云数据,将其分为不同热分布区域;The second level divides the substation into different heat distribution areas based on the point cloud data of heat distribution;
第三层级根据变电站点云数据的分布和复杂性,将其分为不同设备功能区域;The third level divides substation site cloud data into different equipment functional areas based on the distribution and complexity;
第四层级根据每个区域内部的设备通过类型和功能组合划分网格。The fourth level divides the grid according to the type and function combination of the equipment inside each area.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:所述安排点的组织方式用以获取所述不同层次的点云具有不同的密度和分辨率,具体包括,As a preferred solution of the object automatic segmentation method based on real-life point clouds of substations according to the present invention, the arrangement of points is used to obtain point clouds of different levels with different densities and resolutions. Specifically, include,
在所述第一层级和第二层级中通过局部邻域点云方式设定第一邻域半径阈值确定相应的局部邻域;In the first level and the second level, the first neighborhood radius threshold is set through the local neighborhood point cloud method to determine the corresponding local neighborhood;
在所述第三层级和第四层级中通过局部邻域点云方式设定第二邻域半径阈值确定相应的局部邻域;In the third level and the fourth level, the second neighborhood radius threshold is set through the local neighborhood point cloud method to determine the corresponding local neighborhood;
所述第一邻域半径阈值大于第二邻域半径阈值。The first neighborhood radius threshold is greater than the second neighborhood radius threshold.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:还包括,在确定局部邻域后,根据点的相对位置或投影到不同网格的分辨率设定每个层级的分辨率;As a preferred solution of the object automatic segmentation method based on the real point cloud of the substation according to the present invention, it also includes: after determining the local neighborhood, setting the resolution according to the relative position of the point or projection to different grids. The resolution of each level;
第一层级和第二层级设定第一分辨率;The first level and the second level set the first resolution;
第三层级和第四层级设定第二分辨率;The third and fourth levels set the second resolution;
所述第一分辨率小于第二分辨率;The first resolution is smaller than the second resolution;
在分层结构中,对于每个层级的点云数据,计算相对于该层级的局部坐标,用于分割阶段使用。In the hierarchical structure, for each level of point cloud data, the local coordinates relative to that level are calculated for use in the segmentation stage.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示,包括,As a preferred solution of the object automatic segmentation method based on the real point cloud of the substation according to the present invention, feature extraction is performed for each level of point cloud, and the point cloud features of different levels are fused to obtain the global and comprehensive The characteristic representation includes,
在自适应分层后的每个层级,通过Pointnet++网格结构对局部点云数据进行特征提取,包括对局点云进行多层感知和特征提取;At each level after adaptive layering, feature extraction is performed on local point cloud data through the Pointnet++ grid structure, including multi-layer perception and feature extraction of local point clouds;
使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化,包括,Use a fully connected layer to predict the category of each point. Based on the prediction results, the point cloud is segmented and semantically labeled, and trained and optimized, including,
针对特定的点云分割任务,在Pointnet++中引入分割头网络输出每个点的语义分割标签,根据任务需求,调整分割头;For specific point cloud segmentation tasks, the segmentation head network is introduced in Pointnet++ to output the semantic segmentation label of each point, and the segmentation head is adjusted according to the task requirements;
在训练阶段,使用带有已知标签的点云数据进行监督学习,通过反向传播和优化算法来更新网络的参数,目标为最小化预测标签与真实标签之间的损失函数。In the training phase, point cloud data with known labels are used for supervised learning, and the parameters of the network are updated through backpropagation and optimization algorithms, with the goal of minimizing the loss function between the predicted labels and the true labels.
作为本发明所述的基于变电站实景点云的对象自动分割方法的一种优选方案,其中:利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析,包括,As a preferred solution of the object automatic segmentation method based on the real-life point cloud of the substation according to the present invention, the new real-life point cloud is segmented using the trained network to obtain the semantic label of each point, so as to classify the new real-life point cloud according to the label. Segment, extract and analyze different objects including,
在测试阶段,使用训练后的Pointnet++网络模型对新的点云数据进行分割,对每个点进行前向传播,根据最终的分割结果为该点分配相应的标签。In the testing phase, the trained Pointnet++ network model is used to segment the new point cloud data, forward propagation is performed on each point, and the corresponding label is assigned to the point based on the final segmentation result.
第二方面,本发明提供了一种基于变电站实景点云的对象自动分割的系统,包括,In the second aspect, the present invention provides a system for automatic segmentation of objects based on real-life point clouds of substations, including:
获取模块,用于获取实景点云数据以及对应的标注信息;The acquisition module is used to obtain real-life point cloud data and corresponding annotation information;
预处理模块,用于通过自适应分层方法对所述实景点云数据进行预处理,所述预处理将点云数据划分为不同层级并安排点的组织方式;A preprocessing module for preprocessing the real-life point cloud data through an adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of points;
融合模块,用于对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示;The fusion module is used to extract features from point clouds at each level and fuse point cloud features at different levels to obtain global and comprehensive feature representation;
训练模块,用于使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化;The training module is used to predict the category of each point using a fully connected layer, segment and semantically label the point cloud based on the prediction results, and perform training and optimization;
分割模块,用于利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析。The segmentation module is used to use the trained network to segment new real-life point clouds and obtain the semantic labels of each point to segment, extract and analyze different objects based on the labels.
第三方面,本发明提供了一种计算设备,包括:In a third aspect, the present invention provides a computing device, including:
存储器和处理器;memory and processor;
所述存储器用于存储计算机可执行指令,所述处理器用于执行所述计算机可执行指令,该计算机可执行指令被处理器执行时实现所述基于变电站实景点云的对象自动分割方法的步骤。The memory is used to store computer-executable instructions, and the processor is used to execute the computer-executable instructions. When the computer-executable instructions are executed by the processor, the steps of the object automatic segmentation method based on the real point cloud of the substation are implemented.
第四方面,本发明提供了一种计算机可读存储介质,其存储有计算机可执行指令,该计算机可执行指令被处理器执行时实现所述基于变电站实景点云的对象自动分割方法的步骤。In a fourth aspect, the present invention provides a computer-readable storage medium that stores computer-executable instructions. When the computer-executable instructions are executed by a processor, the steps of the object automatic segmentation method based on real point clouds of substations are implemented.
与现有技术相比,本发明的有益效果:本发明通过自适应分层方法根据点云数据的分布和特征进行动态调整和采样,使得每个层级具有适当的点数和分布。可以捕捉点云数据的多尺度特征,从全局到局部都能得到有效的表示。这在处理点云数据中存在尺度差异和多尺度信息的情况下尤为重要;Pointnet++可以在每个局部区域上提取特征,并利用层级聚合操作获得更全局的上下文信息,网络可以充分利用局部和全局信息进行更准确的分割任务,Pointnet++可以在每个局部区域上更高效操作,减少计算和内存要求。同时,通过分层结构,可以针对性地选择分割操作的层级,进一步提升计算效率。Compared with the existing technology, the beneficial effects of the present invention are: the present invention uses an adaptive layering method to dynamically adjust and sample according to the distribution and characteristics of point cloud data, so that each level has an appropriate number and distribution of points. It can capture the multi-scale features of point cloud data and effectively represent it from global to local. This is particularly important when dealing with scale differences and multi-scale information in point cloud data; Pointnet++ can extract features on each local area and use hierarchical aggregation operations to obtain more global context information. The network can make full use of local and global Information for more accurate segmentation tasks, Pointnet++ can operate more efficiently on each local region, reducing computational and memory requirements. At the same time, through the hierarchical structure, the level of segmentation operations can be selected in a targeted manner to further improve calculation efficiency.
附图说明Description of drawings
为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其它的附图。其中:In order to explain the technical solutions of the embodiments of the present invention more clearly, the drawings needed to be used in the description of the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some embodiments of the present invention. Those of ordinary skill in the art can also obtain other drawings based on these drawings without exerting any creative effort. in:
图1为本发明一个实施例所述的基于变电站实景点云的对象自动分割方法的整体流程示意图。Figure 1 is a schematic flowchart of the overall object automatic segmentation method based on a real point cloud of a substation according to an embodiment of the present invention.
具体实施方式Detailed ways
为使本发明的上述目的、特征和优点能够更加明显易懂,下面结合说明书附图对本发明的具体实施方式做详细的说明,显然所描述的实施例是本发明的一部分实施例,而不是全部实施例。基于本发明中的实施例,本领域普通人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明的保护的范围。In order to make the above objects, features and advantages of the present invention more obvious and easy to understand, the specific embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings. It is obvious that the described embodiments are part of the embodiments of the present invention, not all of them. Example. Based on the embodiments of the present invention, all other embodiments obtained by ordinary people in the art without creative efforts should fall within the protection scope of the present invention.
在下面的描述中阐述了很多具体细节以便于充分理解本发明,但是本发明还可以采用其他不同于在此描述的其它方式来实施,本领域技术人员可以在不违背本发明内涵的情况下做类似推广,因此本发明不受下面公开的具体实施例的限制。Many specific details are set forth in the following description to fully understand the present invention. However, the present invention can also be implemented in other ways different from those described here. Those skilled in the art can do so without departing from the connotation of the present invention. Similar generalizations are made, and therefore the present invention is not limited to the specific embodiments disclosed below.
其次,此处所称的“一个实施例”或“实施例”是指可包含于本发明至少一个实现方式中的特定特征、结构或特性。在本说明书中不同地方出现的“在一个实施例中”并非均指同一个实施例,也不是单独的或选择性的与其他实施例互相排斥的实施例。Second, reference herein to "one embodiment" or "an embodiment" refers to a specific feature, structure, or characteristic that may be included in at least one implementation of the present invention. "In one embodiment" appearing in different places in this specification does not all refer to the same embodiment, nor is it a separate or selective embodiment that is mutually exclusive with other embodiments.
本发明结合示意图进行详细描述,在详述本发明实施例时,为便于说明,表示器件结构的剖面图会不依一般比例作局部放大,而且所述示意图只是示例,其在此不应限制本发明保护的范围。此外,在实际制作中应包含长度、宽度及深度的三维空间尺寸。The present invention will be described in detail with reference to schematic diagrams. When describing the embodiments of the present invention in detail, for the convenience of explanation, the cross-sectional diagrams showing the device structure will be partially enlarged according to the general scale. Moreover, the schematic diagrams are only examples and shall not limit the present invention. scope of protection. In addition, the three-dimensional dimensions of length, width and depth should be included in actual production.
同时在本发明的描述中,需要说明的是,术语中的“上、下、内和外”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明和简化描述,而不是指示或暗示所指的系统或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本发明的限制。此外,术语“第一、第二或第三”仅用于描述目的,而不能理解为指示或暗示相对重要性。At the same time, in the description of the present invention, it should be noted that the orientation or positional relationship indicated by the terms "upper, lower, inner and outer" are based on the orientation or positional relationship shown in the drawings, and are only for the convenience of describing the present invention. The invention and simplified description are not intended to indicate or imply that the systems or elements referred to must have a specific orientation, be constructed and operate in a specific orientation, and therefore are not to be construed as limitations of the invention. Furthermore, the terms "first, second or third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
本发明中除非另有明确的规定和限定,术语“安装、相连、连接”应做广义理解,例如:可以是固定连接、可拆卸连接或一体式连接;同样可以是机械连接、电连接或直接连接,也可以通过中间媒介间接相连,也可以是两个元件内部的连通。对于本领域的普通技术人员而言,可以具体情况理解上述术语在本发明中的具体含义。Unless otherwise clearly stated and limited in the present invention, the terms "installation, connection, and connection" should be understood in a broad sense. For example, it can be a fixed connection, a detachable connection, or an integrated connection; it can also be a mechanical connection, an electrical connection, or a direct connection. A connection can also be indirectly connected through an intermediary, or it can be an internal connection between two components. For those of ordinary skill in the art, the specific meanings of the above terms in the present invention can be understood on a case-by-case basis.
实施例1Example 1
参照图1,为本发明的一个实施例,提供了一种基于变电站实景点云的对象自动分割方法,包括:Referring to Figure 1, an embodiment of the present invention provides an automatic object segmentation method based on real point clouds of substations, including:
S1:获取实景点云数据以及对应的标注信息;S1: Obtain real-life point cloud data and corresponding annotation information;
更进一步的,获取实景点云数据以及对应的标注信息,其中,获取实景点云数据包括,Furthermore, obtaining real-life point cloud data and corresponding annotation information, wherein obtaining real-life point cloud data includes:
获取建筑物、设备、输电线路和热分布的几何形状和位置信息;Obtain information on the geometry and location of buildings, equipment, power lines, and heat distribution;
对应的标注信息包括,类别标注、边界框标注、点云标注。The corresponding annotation information includes category annotation, bounding box annotation, and point cloud annotation.
应说明的是,获取数据可以通过激光扫描仪、热像仪等,激光扫描仪可以测量物体的距离和位置,产生点云数据。通过激光扫描仪可以获取变电站各个部位的三维点云数据;热像仪可以测量物体的红外辐射,产生热图。通过热像仪可以获取变电站各个部位的热图数据,确保数据集中包含足够的样本代表变电站场景的各个方面。同时,对收集到的实景数据进行标注可以提供更多的语义信息和场景理解。It should be noted that data can be obtained through laser scanners, thermal imaging cameras, etc. Laser scanners can measure the distance and position of objects and generate point cloud data. The laser scanner can obtain three-dimensional point cloud data of various parts of the substation; the thermal imager can measure the infrared radiation of the object and generate a heat map. Thermal image data can be obtained from various parts of the substation through thermal imaging cameras, ensuring that the data set contains enough samples to represent all aspects of the substation scene. At the same time, annotating the collected real-life data can provide more semantic information and scene understanding.
S2:通过自适应分层方法对实景点云数据进行预处理,预处理将点云数据划分为不同层级并安排点的组织方式;S2: Preprocess the real-life point cloud data through the adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of points;
更进一步的,通过自适应分层方法对实景点云数据进行预处理,预处理将点云数据划分为不同层级并安排点的组织方式,包括,Furthermore, the real-life point cloud data is preprocessed through the adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of the points, including,
通过八叉树方法,根据点云的分布和特征构建层级结构,以获取不同层次的点云,具体包括,设置四个层级;Through the octree method, a hierarchical structure is constructed according to the distribution and characteristics of the point cloud to obtain point clouds of different levels, including setting four levels;
第一层级包括整个变电站点云数据,提供变电站的全局特征;The first level includes cloud data of the entire substation, providing global characteristics of the substation;
第二层级根据变电站热分布的点云数据,将其分为不同热分布区域;The second level divides the substation into different heat distribution areas based on the point cloud data of heat distribution;
第三层级根据变电站点云数据的分布和复杂性,将其分为不同设备功能区域;The third level divides substation site cloud data into different equipment functional areas based on the distribution and complexity;
第四层级根据每个区域内部的设备通过类型和功能组合划分网格。The fourth level divides the grid according to the type and function combination of the equipment inside each area.
应说明的是,针对变电站场景,考虑到计算量和层级复杂度优选建立4个层级进行构建,每一层级可以根据自身特点进行后续的局部邻域设定。同时,通过八叉树(octree)法对于每个层级,根据点云的密度和特征进行动态调整和采样,能够确保每个层级具有适当的点数和分布,例如,根据点的密度进行子采样或分割。It should be noted that for the substation scenario, considering the amount of calculation and level complexity, it is preferable to establish four levels for construction. Each level can perform subsequent local neighborhood settings according to its own characteristics. At the same time, for each level, the octree method is used to dynamically adjust and sample according to the density and characteristics of the point cloud, which can ensure that each level has an appropriate number and distribution of points, for example, subsampling or subsampling according to the density of points. segmentation.
还应说明的是,自适应分层的目的是将变电站点云数据依据实景类型分为多个层次,使得不同层次的点云具有不同的密度和分辨率,自适应分层的目的是为了捕捉点云数据的多尺度特征。It should also be noted that the purpose of adaptive layering is to divide the substation site cloud data into multiple levels according to the type of real scene, so that the point clouds at different levels have different densities and resolutions. The purpose of adaptive layering is to capture Multi-scale features of point cloud data.
更进一步的,安排点的组织方式用以获取不同层次的点云具有不同的密度和分辨率,具体包括,Furthermore, the point organization method is used to obtain point clouds of different levels with different densities and resolutions, including:
在第一层级和第二层级中通过局部邻域点云方式设定第一邻域半径阈值确定相应的局部邻域;In the first level and the second level, the first neighborhood radius threshold is set through the local neighborhood point cloud method to determine the corresponding local neighborhood;
在第三层级和第四层级中通过局部邻域点云方式设定第二邻域半径阈值确定相应的局部邻域;In the third and fourth levels, the second neighborhood radius threshold is set through the local neighborhood point cloud method to determine the corresponding local neighborhood;
第一邻域半径阈值大于第二邻域半径阈值。The first neighborhood radius threshold is greater than the second neighborhood radius threshold.
应说明的是,选择局部邻域点云方式能够适用于变电站的多设备场景,可以保留点云的局部结构和形态,有利于检测和分析特定区域的细节,同时对于检测特定设备或执行语义分割任务,局部邻域点云更适合。It should be noted that the local neighborhood point cloud method can be applied to multi-equipment scenarios in substations. It can retain the local structure and shape of the point cloud, which is conducive to detecting and analyzing details in specific areas. It is also useful for detecting specific equipment or performing semantic segmentation. For tasks, local neighborhood point clouds are more suitable.
同时为了缩减计算量,层级之间只设定两个半径阈值,保证密度合适的同时,根据不同区域划分保证计算量的适宜性,提高计算效率。At the same time, in order to reduce the amount of calculation, only two radius thresholds are set between levels to ensure appropriate density and at the same time, the suitability of the calculation amount is ensured according to different area divisions and the calculation efficiency is improved.
更进一步的,还包括,在确定局部邻域后,根据点的相对位置或投影到不同网格的分辨率设定每个层级的分辨率;Furthermore, it also includes, after determining the local neighborhood, setting the resolution of each level according to the relative position of the point or the resolution of projection to different grids;
第一层级和第二层级设定第一分辨率;The first level and the second level set the first resolution;
第三层级和第四层级设定第二分辨率;The third and fourth levels set the second resolution;
第一分辨率小于第二分辨率;The first resolution is smaller than the second resolution;
在分层结构中,对于每个层级的点云数据,计算相对于该层级的局部坐标,用于分割阶段使用。In the hierarchical structure, for each level of point cloud data, the local coordinates relative to that level are calculated for use in the segmentation stage.
应说明的是,针对不同层级的识别分割需求,设定不同的分辨率,这将有助于以更细节的方式保留局部结构和形态信息,并提高相应的计算效率。而根据相对位置或投影到不同网格的分辨率确定层级的步骤帮助确定点云的分割和局部区域的划分,而局部邻域点云的组织方式则进一步处理每个层级的点云数据,以保留局部特征并提取细节信息。It should be noted that setting different resolutions for different levels of recognition and segmentation requirements will help preserve local structure and morphological information in more detail and improve the corresponding computing efficiency. The step of determining levels based on relative positions or resolutions projected onto different grids helps determine the segmentation of point clouds and division of local areas, while the organization of local neighborhood point clouds further processes the point cloud data at each level to Preserve local features and extract detailed information.
对于分辨率,第一分辨率可以设定为1米/格,第二分辨率可以设定为0.2米/格。For resolution, the first resolution can be set to 1 meter/div, and the second resolution can be set to 0.2 meters/div.
S3:对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示;S3: Extract features from point clouds at each level, and fuse point cloud features at different levels to obtain global and comprehensive feature representation;
更进一步的,对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示,包括,Furthermore, feature extraction is performed for each level of point cloud, and point cloud features at different levels are fused to obtain global and comprehensive feature representation, including,
在自适应分层后的每个层级,通过Pointnet++网格结构对局部点云数据进行特征提取,包括对局点云进行多层感知和特征提取。At each level after adaptive layering, feature extraction is performed on local point cloud data through the Pointnet++ grid structure, including multi-layer perception and feature extraction of local point clouds.
应说明的是,使用Pointnet++网络进行特恒提取,通过堆叠多个Pointnet++模块,可以将点云数据投影到特定空间(八叉树octree的节点)上,使用多个MLP(多层感知机)提取特征,并利用最大池化操作聚合局部特征,可以逐渐提取点云数据的多尺度特征,这将为点云的每个点提供具有丰富语义信息的特征表示;可以利用层级聚合操作获得更全局的上下文信息,网络可以充分利用局部和全局信息进行更准确的分割任务。It should be noted that the Pointnet++ network is used for feature extraction. By stacking multiple Pointnet++ modules, the point cloud data can be projected onto a specific space (nodes of the octree) and extracted using multiple MLPs (Multilayer Perceptrons). Features, and use max pooling operations to aggregate local features, you can gradually extract multi-scale features of point cloud data, which will provide feature representation with rich semantic information for each point of the point cloud; you can use hierarchical aggregation operations to obtain a more global Contextual information, the network can make full use of local and global information for more accurate segmentation tasks.
S4:使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化,包括,S4: Use the fully connected layer to predict the category of each point. Based on the prediction results, segment and semantically label the point cloud, and conduct training and optimization, including,
针对特定的点云分割任务,在Pointnet++中引入分割头网络输出每个点的语义分割标签,根据任务需求,调整分割头;For specific point cloud segmentation tasks, the segmentation head network is introduced in Pointnet++ to output the semantic segmentation label of each point, and the segmentation head is adjusted according to the task requirements;
在训练阶段,使用带有已知标签的点云数据进行监督学习,通过反向传播和优化算法来更新网络的参数,目标为最小化预测标签与真实标签之间的损失函数。In the training phase, point cloud data with known labels are used for supervised learning, and the parameters of the network are updated through backpropagation and optimization algorithms, with the goal of minimizing the loss function between the predicted labels and the true labels.
S5:利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析,包括,S5: Use the trained network to segment the new real-life point cloud and obtain the semantic label of each point to segment, extract and analyze different objects based on the label, including,
在测试阶段,使用训练后的Pointnet++网络模型对新的点云数据进行分割,对每个点进行前向传播,根据最终的分割结果为该点分配相应的标签。In the testing phase, the trained Pointnet++ network model is used to segment the new point cloud data, forward propagation is performed on each point, and the corresponding label is assigned to the point based on the final segmentation result.
应说明的是,直接对整个高分辨率点云进行Pointnet++处理可能会导致计算复杂度过高。我方方案Pointnet++可以在每个局部区域上更高效的操作,减少计算和内存要求。同时,通过分层结构,可以针对性地选择分割操作的层级,进一步提升计算效率。It should be noted that directly processing Pointnet++ on the entire high-resolution point cloud may result in excessive computational complexity. Our solution Pointnet++ can operate more efficiently on each local area, reducing computing and memory requirements. At the same time, through the hierarchical structure, the level of segmentation operations can be selected in a targeted manner to further improve calculation efficiency.
上述为本实施例的一种基于变电站实景点云的对象自动分割方法的示意性方案。需要说明的是,该基于变电站实景点云的对象自动分割的系统的技术方案与上述的基于变电站实景点云的对象自动分割方法的技术方案属于同一构思,本实施例中基于变电站实景点云的对象自动分割推系统的技术方案未详细描述的细节内容,均可以参见上述基于变电站实景点云的对象自动分割方法的技术方案的描述。The above is a schematic solution of an automatic object segmentation method based on a real point cloud of a substation in this embodiment. It should be noted that the technical solution of the system for automatic segmentation of objects based on the real-life point cloud of a substation belongs to the same concept as the above-mentioned technical solution of the automatic segmentation method of objects based on the real-life point cloud of a substation. In this embodiment, the system based on the real-life point cloud of a substation belongs to the same concept. For details that are not described in detail in the technical solution of the automatic object segmentation and push system, please refer to the above description of the technical solution of the automatic object segmentation method based on the real point cloud of the substation.
本实施例中基于变电站实景点云的对象自动分割系统,包括:In this embodiment, the object automatic segmentation system based on the real point cloud of the substation includes:
获取模块,用于获取实景点云数据以及对应的标注信息;The acquisition module is used to obtain real-life point cloud data and corresponding annotation information;
预处理模块,用于通过自适应分层方法对实景点云数据进行预处理,预处理将点云数据划分为不同层级并安排点的组织方式;The preprocessing module is used to preprocess real-life point cloud data through an adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of points;
融合模块,用于对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示;The fusion module is used to extract features from point clouds at each level and fuse point cloud features at different levels to obtain global and comprehensive feature representation;
训练模块,用于使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化;The training module is used to predict the category of each point using a fully connected layer, segment and semantically label the point cloud based on the prediction results, and perform training and optimization;
分割模块,用于利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析。The segmentation module is used to use the trained network to segment new real-life point clouds and obtain the semantic labels of each point to segment, extract and analyze different objects based on the labels.
本实施例还提供一种计算设备,适用于基于变电站实景点云的对象自动分割的情况,包括:This embodiment also provides a computing device suitable for automatic segmentation of objects based on real-life point clouds of substations, including:
存储器和处理器;存储器用于存储计算机可执行指令,处理器用于执行计算机可执行指令,实现如上述实施例提出的实现基于变电站实景点云的对象自动分割方法。Memory and processor; the memory is used to store computer-executable instructions, and the processor is used to execute computer-executable instructions to implement the automatic object segmentation method based on the real point cloud of the substation as proposed in the above embodiment.
本实施例还提供一种存储介质,其上存储有计算机程序,该程序被处理器执行时实现如上述实施例提出的实现基于变电站实景点云的对象自动分割方法。This embodiment also provides a storage medium on which a computer program is stored. When the program is executed by the processor, the automatic object segmentation method based on the real point cloud of the substation is implemented as proposed in the above embodiment.
本实施例提出的存储介质与上述实施例提出的实现基于变电站实景点云的对象自动分割方法属于同一发明构思,未在本实施例中详尽描述的技术细节可参见上述实施例,并且本实施例与上述实施例具有相同的有益效果。The storage medium proposed in this embodiment and the method for automatic object segmentation based on real-life point clouds of substations proposed in the above embodiment belong to the same inventive concept. Technical details that are not described in detail in this embodiment can be found in the above embodiment, and this embodiment It has the same beneficial effects as the above embodiment.
通过以上关于实施方式的描述,所属领域的技术人员可以清楚地了解到,本发明可借助软件及必需的通用硬件来实现,当然也可以通过硬件实现,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如计算机的软盘、只读存储器(ReadOnly,Memory,ROM)、随机存取存储器(RandomAccess Memory,RAM)、闪存(FLASH)、硬盘或光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例的方法。Through the above description of the implementation, those skilled in the art can clearly understand that the present invention can be implemented with the help of software and necessary general hardware. Of course, it can also be implemented with hardware, but in many cases the former is a better implementation. . Based on this understanding, the technical solution of the present invention can be embodied in the form of a software product in essence or that contributes to the existing technology. The computer software product can be stored in a computer-readable storage medium, such as a computer floppy disk. , read-only memory (ReadOnly, Memory, ROM), random access memory (Random Access Memory, RAM), flash memory (FLASH), hard disk or optical disk, etc., including a number of instructions to make a computer device (can be a personal computer, server , or network equipment, etc.) to perform the methods of various embodiments of the present invention.
实施例2Example 2
参照表1-表3,为本发明的一个实施例,提供了一种基于变电站实景点云的对象自动分割方法,为了验证其有益效果,提供一种示例性的仿真应用场景和对比方案进行科学论证。Referring to Table 1 to Table 3, an embodiment of the present invention provides an automatic object segmentation method based on real point clouds of substations. In order to verify its beneficial effects, an exemplary simulation application scenario and comparison scheme are provided for scientific Argument.
获取实景点云数据以及对应的标注信息;Obtain real-life point cloud data and corresponding annotation information;
通过自适应分层方法对实景点云数据进行预处理,预处理将点云数据划分为不同层级并安排点的组织方式;The real-life point cloud data is preprocessed through the adaptive layering method. The preprocessing divides the point cloud data into different levels and arranges the organization of points;
对于每个层次的点云进行特征提取,将不同层次的点云特征进行融合,以获取全局和综合的特征表示;Perform feature extraction for each level of point cloud, and fuse point cloud features at different levels to obtain global and comprehensive feature representation;
使用全连接层对每个点进行类别预测,依据预测结果,对点云进行分割和语义标记,并进行训练与优化;Use a fully connected layer to predict the category of each point, segment and semantically label the point cloud based on the prediction results, and perform training and optimization;
利用训练好的网络对新的实景点云进行分割,得到每个点的语义标签,以根据标签对不同对象进行分割、提取和分析。Use the trained network to segment the new real-life point cloud and obtain the semantic label of each point to segment, extract and analyze different objects based on the label.
依据上述方案,展示一部分变电站分层级中的具体模式,见表1。Based on the above scheme, the specific patterns in some substation hierarchies are shown, see Table 1.
表1部分变电站分层级中的具体模式Table 1 Specific modes in some substation hierarchies
在测试阶段,使用训练后的Pointnet++网络模型对新的点云数据进行分割,并为每个点分配相应的标签。表2是一个示例,展示使用Pointnet++对点云数据进行分割的结果:In the testing phase, the trained Pointnet++ network model is used to segment the new point cloud data and assign corresponding labels to each point. Table 2 is an example showing the results of segmenting point cloud data using Pointnet++:
表2分割结果Table 2 Segmentation results
表2展示了对示例点云数据进行分割后的结果,根据预测标签可以确定每个点所属的功能区域或设备类型。Table 2 shows the results after segmenting the sample point cloud data. According to the predicted label, the functional area or device type to which each point belongs can be determined.
其中,S2中涉及到点云组织方式的选择,通过仿真数据进行对比,见表3。Among them, S2 involves the selection of point cloud organization methods, which are compared through simulation data, see Table 3.
表3局部邻域点云方式在变电站仿真场景中的数据示例Table 3 Data examples of local neighborhood point cloud method in substation simulation scenario
在上述表格中,局部密度即变电站中某个区域的电力需求密度或人员密度。振动幅值用于评估变电站设备的振动程度。电流波动用于描述电网负荷的不稳定程度。温度波动用于评估变电站设备的温度变化情况。类别标签表示点云中的物体类别,如变电器和绝缘子等。In the above table, local density is the power demand density or personnel density in a certain area of the substation. Vibration amplitude is used to evaluate the vibration level of substation equipment. Current fluctuation is used to describe the instability of the grid load. Temperature fluctuations are used to evaluate temperature changes in substation equipment. The category label represents the object category in the point cloud, such as transformers and insulators.
通过选择局部邻域点云的方式,可以看到对于相同的类别(变电器或绝缘子),局部邻域点云的参数数值较小。这表明局部邻域点云方式对变电站仿真场景中的特定目标具有更好的捕捉能力。By selecting the local neighborhood point cloud, you can see that for the same category (transformer or insulator), the parameter values of the local neighborhood point cloud are smaller. This shows that the local neighborhood point cloud method has a better ability to capture specific targets in substation simulation scenarios.
应说明的是,以上实施例仅用于说明本发明的技术方案而非限制,尽管参照较佳实施例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方案进行修改或者等同替换,而不脱离本发明技术方案的精神和范围,其均应涵盖在本发明的权利要求范围当中。It should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention and are not limiting. Although the present invention has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that the technical solutions of the present invention can be carried out. Modifications or equivalent substitutions without departing from the spirit and scope of the technical solution of the present invention shall be included in the scope of the claims of the present invention.
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202311321733.0A CN117635630A (en) | 2023-10-12 | 2023-10-12 | Automatic object segmentation method and system based on substation scenic spot cloud |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202311321733.0A CN117635630A (en) | 2023-10-12 | 2023-10-12 | Automatic object segmentation method and system based on substation scenic spot cloud |
Publications (1)
Publication Number | Publication Date |
---|---|
CN117635630A true CN117635630A (en) | 2024-03-01 |
Family
ID=90020602
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202311321733.0A Pending CN117635630A (en) | 2023-10-12 | 2023-10-12 | Automatic object segmentation method and system based on substation scenic spot cloud |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN117635630A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117994527A (en) * | 2024-04-03 | 2024-05-07 | 中国空气动力研究与发展中心低速空气动力研究所 | Point cloud segmentation method and system based on region growth |
-
2023
- 2023-10-12 CN CN202311321733.0A patent/CN117635630A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117994527A (en) * | 2024-04-03 | 2024-05-07 | 中国空气动力研究与发展中心低速空气动力研究所 | Point cloud segmentation method and system based on region growth |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113378686B (en) | Two-stage remote sensing target detection method based on target center point estimation | |
CN110533048B (en) | Realization method and system of combined semantic hierarchical connection model based on panoramic area scene perception | |
Wei et al. | On the spatial distribution of buildings for map generalization | |
CN112163634A (en) | Example segmentation model sample screening method and device, computer equipment and medium | |
Richter et al. | Object class segmentation of massive 3D point clouds of urban areas using point cloud topology | |
CN115527036A (en) | Power grid scene point cloud semantic segmentation method and device, computer equipment and medium | |
Xiao et al. | Building segmentation and modeling from airborne LiDAR data | |
Ortega et al. | Generating 3D city models from open LiDAR point clouds: Advancing towards smart city applications | |
CN115546116B (en) | Full coverage rock mass discontinuity surface extraction and spacing calculation method and system | |
CN115082254A (en) | Lean control digital twin system of transformer substation | |
CN117635630A (en) | Automatic object segmentation method and system based on substation scenic spot cloud | |
CN116863083A (en) | Method and device for processing three-dimensional point cloud data of transformer substation | |
CN117788695A (en) | Automatic distribution network equipment model generation method and system based on point cloud | |
CN119478260B (en) | Distribution equipment point cloud data processing and modeling method, system, equipment and storage medium | |
Wang et al. | Segmentation of the communication tower and its accessory equipment based on geometrical shape context from 3D point cloud | |
CN119538864B (en) | Data processing method and system based on EXCEL logic | |
Xie et al. | 3D surface segmentation from point clouds via quadric fits based on DBSCAN clustering | |
Yoon et al. | UAV-based automated 3D modeling framework using deep learning for building energy modeling | |
Li et al. | Automated methods for indoor point cloud preprocessing: Coordinate frame reorientation and building exterior removal | |
CN116258282A (en) | Smart grid resource scheduling and distributing method based on cloud platform | |
Liu et al. | Split-and-fit: Learning b-reps via structure-aware voronoi partitioning | |
Chen et al. | Plane segmentation for a building roof combining deep learning and the RANSAC method from a 3D point cloud | |
Zang et al. | Compound 3D building modeling with structure-aware partition and primitive assembly from airborne laser scanning point clouds | |
Weng et al. | Image inpainting technique based on smart terminal: A case study in CPS ancient image data | |
CN116740721B (en) | Finger sentence searching method, device, electronic equipment and computer storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |