CN111382219A - High-precision map data inspection method and device - Google Patents
High-precision map data inspection method and device Download PDFInfo
- Publication number
- CN111382219A CN111382219A CN201811640024.8A CN201811640024A CN111382219A CN 111382219 A CN111382219 A CN 111382219A CN 201811640024 A CN201811640024 A CN 201811640024A CN 111382219 A CN111382219 A CN 111382219A
- Authority
- CN
- China
- Prior art keywords
- data
- label
- checked
- inspection
- rule
- 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.)
- Granted
Links
Images
Classifications
-
- 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Instructional Devices (AREA)
Abstract
本发明提供一种高精地图数据检查方法和装置。该方法包括:根据待检查数据中每个数据对象的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签;对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果;对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,得到第二检查结果;存储所述第一检查结果和所述第二检查结果。省去了现有技术存在的冗余检查,提高了数据检查的效率。
The present invention provides a method and device for checking high-precision map data. The method includes: according to the update information of each data object in the data to be checked, adding an update label to the data label of the data object that has been updated in the data to be checked, and the data label of the data object that has not been updated is defaulted to Update the label; execute the first check rule on the data object whose data label is the update label in the data to be checked, and obtain the first check result; execute the second check on the data object whose data label is the unupdated label in the data to be checked rules to obtain a second check result; and store the first check result and the second check result. The redundant checking existing in the prior art is omitted, and the efficiency of data checking is improved.
Description
技术领域technical field
本发明涉及电子地图技术领域,尤其涉及一种高精地图数据检查方法和装置。The invention relates to the technical field of electronic maps, in particular to a method and device for checking high-precision map data.
背景技术Background technique
高精地图是自动驾驶领域的核心技术之一,高精地图需要格式化存储交通场景中的各种交通要素,包括传统地图的道路网数据、车道网络数据、车道线以及交通标志等数据。高精地图数据的准确性和完整性直接影响自动驾驶的安全,因此,对高精地图数据的检查工作至关重要。High-precision maps are one of the core technologies in the field of autonomous driving. High-precision maps need to format and store various traffic elements in traffic scenarios, including road network data, lane network data, lane lines, and traffic signs of traditional maps. The accuracy and integrity of high-precision map data directly affect the safety of autonomous driving. Therefore, the inspection of high-precision map data is very important.
现有技术中对高精地图数据进行检查时,对待检查的数据不做区分,采用预设的检测规则逐一对所有的数据进行检查。现有技术的这种方法检查效率较低。In the prior art, when inspecting high-precision map data, the data to be inspected is not distinguished, and all data are inspected one by one using preset inspection rules. This method of the prior art has low inspection efficiency.
发明内容SUMMARY OF THE INVENTION
本发明提供一种高精地图数据检查方法和装置,用于提高数据检查效率。The invention provides a high-precision map data inspection method and device, which are used to improve the data inspection efficiency.
第一方面,本发明提供一种高精地图数据检查方法,包括:In a first aspect, the present invention provides a method for checking high-precision map data, including:
根据待检查数据中每个数据对象的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签;According to the update information of each data object in the data to be checked, add an update label to the data label of the data object that has been updated in the data to be checked, and the data label of the data object that has not been updated defaults to an unupdated label;
对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果;Execute the first inspection rule on the data object whose data label is the update label in the data to be inspected, and obtain the first inspection result;
对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,得到第二检查结果;Execute the second inspection rule on the data object whose data label is the unupdated label in the data to be inspected, and obtain the second inspection result;
存储所述第一检查结果和所述第二检查结果。The first inspection result and the second inspection result are stored.
第二方面,本发明提供一种高精地图数据检查装置,包括:In a second aspect, the present invention provides a high-precision map data inspection device, comprising:
标注模块,用于根据待检查数据中每个数据对象的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签;The labeling module is used to add an update label to the data label of the data object that has been updated in the data to be checked according to the update information of each data object in the data to be checked, and the data label of the data object that has not been updated defaults to labels are not updated;
第一执行模块,用于对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果;a first execution module, configured to execute a first check rule on a data object whose data label is an update label in the data to be checked, to obtain a first check result;
第二执行模块,用于对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,得到第二检查结果;a second execution module, configured to execute a second inspection rule on the data objects whose data labels in the data to be inspected are unupdated labels, to obtain a second inspection result;
存储模块,用于存储所述第一检查结果和所述第二检查结果。A storage module, configured to store the first inspection result and the second inspection result.
第三方面,本发明提供一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述高精地图数据检查方法。In a third aspect, the present invention provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the above-mentioned method for checking high-precision map data.
第四方面,本发明提供电子设备,包括:In a fourth aspect, the present invention provides electronic equipment, including:
处理器;以及processor; and
存储器,用于存储所述处理器的可执行指令;a memory for storing executable instructions for the processor;
其中,所述处理器配置为经由执行所述可执行指令来实现上述高精地图数据检查方法。Wherein, the processor is configured to implement the above-mentioned method for checking high-precision map data by executing the executable instructions.
本发明提供的高精地图数据检查方法,在数据检查前,先根据待检查数据中每个数据对象的更新信息,为所述待检查数据中每个数据对象打上数据标签,然后对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,上述方法省去了现有技术存在的冗余检查,提高了数据检查的效率。In the high-precision map data inspection method provided by the present invention, before data inspection, according to the update information of each data object in the data to be inspected, each data object in the data to be inspected is marked with a data label, and then the data to be inspected is labeled. The first inspection rule is executed for the data object whose data label is an updated label in the inspection data, and the second inspection rule is executed for the data object whose data label is an unupdated label in the data to be inspected. The above method saves the redundant existing in the prior art. Additional checks are needed to improve the efficiency of data checking.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作一简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description These are some embodiments of the present invention, and for those of ordinary skill in the art, other drawings can also be obtained from these drawings without any creative effort.
图1为本发明提供的高精地图数据检查方法的实施例一的流程示意图;1 is a schematic flowchart of Embodiment 1 of a method for checking high-precision map data provided by the present invention;
图2为本发明提供的结点示意图;2 is a schematic diagram of a node provided by the present invention;
图3为本发明提供的结点更新信息示意图;3 is a schematic diagram of node update information provided by the present invention;
图4为本发明提供的连接线示意图;4 is a schematic diagram of a connection line provided by the present invention;
图5为本发明提供的连接线更新信息示意图;FIG. 5 is a schematic diagram of connection line update information provided by the present invention;
图6为本发明提供的更新信息判断条件示意图;6 is a schematic diagram of the update information judgment condition provided by the present invention;
图7为本发明提供的高精地图数据检查方法的实施例二的流程示意图;7 is a schematic flowchart of Embodiment 2 of the method for checking high-precision map data provided by the present invention;
图8为本发明提供的检查参考信息示意图;8 is a schematic diagram of inspection reference information provided by the present invention;
图9为本发明提供的检查耗时对比图;Fig. 9 is the inspection time-consuming comparison diagram provided by the present invention;
图10为本发明提供的另一检查耗时对比图;Fig. 10 is another inspection time-consuming comparison diagram provided by the present invention;
图11为本发明提供的检查规则的标识信息和版本信息的存储规则示意图;11 is a schematic diagram of a storage rule for identification information and version information of inspection rules provided by the present invention;
图12为本发明提供的高精地图数据检查方法的实施例三的流程示意图;12 is a schematic flowchart of Embodiment 3 of the method for checking high-precision map data provided by the present invention;
图13为本发明提供的高精地图数据检查装置的结构示意图;13 is a schematic structural diagram of a high-precision map data inspection device provided by the present invention;
图14为本发明提供的电子设备的硬件结构示意图。FIG. 14 is a schematic diagram of the hardware structure of the electronic device provided by the present invention.
具体实施方式Detailed ways
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purposes, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments These are some embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
本发明中,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。In the present invention, the terms "first" and "second" are only used for descriptive purposes, and cannot be understood as indicating or implying relative importance or implying the number of indicated technical features.
现有技术中对高精地图数据进行检查时,对待检查的数据不做区分,采用预设的检测规则逐一对所有的数据进行检查。现有技术的这种检查方法存在冗余检查,即,本不需要进行检查的数据也会被检查,占用了检查时间,导致数据检查的效率不高。In the prior art, when inspecting high-precision map data, the data to be inspected is not distinguished, and all data are inspected one by one using preset inspection rules. This inspection method in the prior art has redundant inspection, that is, data that does not need to be inspected will also be inspected, which takes up inspection time and results in low data inspection efficiency.
基于上述技术问题,本发明提供了一种高精地图数据检查方法和装置。在数据检查前,通过打标签的方式将待检查数据包含的数据对象区分成两种,一种为加了更新标签的数据对象,另一种为没有加更新标签的数据对象。进而针对上述两种不同的数据对象分别执行对应的检查规则,避免了现有技术存在的冗余检查,提高了数据检查的效率。Based on the above technical problems, the present invention provides a method and device for checking high-precision map data. Before the data inspection, the data objects contained in the data to be inspected are divided into two types by labeling, one is the data object with the update label, and the other is the data object without the update label. Further, corresponding inspection rules are respectively executed for the above two different data objects, which avoids redundant inspection existing in the prior art and improves the efficiency of data inspection.
下面以具体地实施例对本发明的技术方案以及本申请的技术方案如何解决上述技术问题进行详细说明。下面这几个具体的实施例可以相互结合,对于相同或相似的概念或过程可能在某些实施例中不再赘述。下面将结合附图,对本发明的实施例进行描述。The technical solutions of the present invention and how the technical solutions of the present application solve the above-mentioned technical problems will be described in detail below with specific examples. The following specific embodiments may be combined with each other, and the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
图1为本发明提供的高精地图数据检查方法的实施例一的流程示意图。如图1所示,本实施例提供的高精地图数据检查方法,包括:FIG. 1 is a schematic flowchart of Embodiment 1 of a method for checking high-precision map data provided by the present invention. As shown in Figure 1, the method for checking high-precision map data provided by this embodiment includes:
S101、根据待检查数据中每个数据对象的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签。S101, according to the update information of each data object in the data to be checked, add an update label to the data label of the data object that has been updated in the data to be checked, and the data label of the data object that has not been updated defaults to an unupdated label .
具体的,首先,根据待检查数据中每个数据对象的更新信息,把待检查数据包含的数据对象区分为“已被更新的数据对象”和“未被更新的数据对象”;然后,为“已被更新的数据对象”的数据标签加上更新标签。Specifically, first, according to the update information of each data object in the data to be checked, the data objects contained in the data to be checked are divided into "data objects that have been updated" and "data objects that have not been updated"; The data tag of the data object that has been updated plus the update tag.
需要说明的是:对于“未被更新的数据对象”的数据标签不做任何处理,直接默认为未更新标签。It should be noted that: the data label of "unupdated data object" is not processed, and the label is not updated by default.
其中,上文描述的更新标签需要维护,即,在对上述待检查数据检查完成后,对该数据进行新版本作业开始前,需对该数据进行批处理,以去除上述更新标签。The update label described above needs to be maintained, that is, after the data to be checked is checked, the data needs to be batch processed to remove the update label before a new version operation starts for the data.
具体的,待检查数据包含的数据对象分为:结点Node和连接线Link。数据对象的更新信息表示的是Node的更新信息或者Link的更新信息。Specifically, the data objects contained in the data to be checked are divided into: node Node and connecting line Link. The update information of the data object represents the update information of Node or the update information of Link.
其中,根据数据对象的更新信息打标签的可实现方式为:根据待检查数据中每个数据对象的几何位置和属性信息的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签。Wherein, the tagging according to the update information of the data object can be implemented as follows: according to the update information of the geometric position and attribute information of each data object in the data to be checked, the data of the data object that has been updated in the data to be checked tag plus update tag.
下面对数据对象为Node和Link两种情况下,如何为数据对象打数据标签的可实现方式进行举例说明:The following is an example of how to label the data object when the data object is Node and Link:
第一种情况,数据对象为Node。In the first case, the data object is Node.
参见图2所示,假设进入Node的连接线为LinkA,退出Node的连接线为LinkB,分别获取Node几何位置的更新信息、Node属性信息的更新信息、LinkA几何位置的更新信息、LinkA属性信息的更新信息、LinkB几何位置的更新信息、LinkB属性信息的更新信息。假设,参见图3所示,获取到的Node、LinkA和LinkB的几何位置和属性信息均未变,则表明上述Node未被更新,则不对上述Node的数据标签做任何处理,即直接默认上述Node的数据标签为未更新标签。Referring to Figure 2, it is assumed that the connecting line entering the Node is LinkA, and the connecting line exiting the Node is LinkB, respectively. Update information, update information of LinkB geometric position, update information of LinkB attribute information. Assuming that, as shown in Figure 3, the obtained geometric positions and attribute information of Node, LinkA and LinkB have not changed, which means that the above Node has not been updated, and no processing is performed on the data label of the above Node, that is, the above Node is directly defaulted. The data label of is not updated label.
相应的,若图3中Node、LinkA或者LinkB任一个的几何位置或者属性信息有变化,则为上述Node的数据标签加上更新标签。Correspondingly, if the geometric position or attribute information of any one of Node, LinkA, or LinkB in FIG. 3 changes, an update label is added to the data label of the above-mentioned Node.
需要说明的是:进入上述Node的连接线和退出上述Node的连接线均可能有多条,这种情况下,对所有进入Link和所有退出Link做与上述LinkA和LinkB相同的处理。It should be noted that there may be multiple connecting lines entering the above Node and connecting lines exiting the above Node. In this case, the same processing as the above LinkA and LinkB is performed for all incoming Links and all exiting Links.
第二种情况,数据对象为Link。In the second case, the data object is Link.
参见图4所示,假设进入Link的结点为NodeA,退出Link的结点为NodeB,进入上述Link的连接线为LinkA,退出上述Link的连接线为LinkB。分别获取上述Link、NodeA、NodeB、LinkA以及LinkB的几何位置的更新信息和属性信息的更新信息。假设,参见图5所示,获取到的Link、NodeA、NodeB、LinkA以及LinkB的几何位置和属性信息均未变,则表明上述Link未被更新,不对上述Link的数据标签做任何处理,即直接默认上述Link的数据标签为未更新标签。Referring to FIG. 4 , it is assumed that the node entering the Link is NodeA, the node exiting the Link is NodeB, the connecting line entering the above Link is LinkA, and the connecting line exiting the above Link is LinkB. The update information of the geometric positions and the update information of the attribute information of the above-mentioned Link, NodeA, NodeB, LinkA, and LinkB are obtained respectively. Assuming that, as shown in Figure 5, the obtained geometric positions and attribute information of Link, NodeA, NodeB, LinkA, and LinkB have not changed, it means that the above-mentioned Link has not been updated, and no processing is performed on the data label of the above-mentioned Link, that is, directly By default, the data label of the above Link is the unupdated label.
相应的,若图5中Link、NodeA、NodeB、LinkA以及LinkB任一个的几何位置或者属性信息有变化,则为上述Link的数据标签加上更新标签。Correspondingly, if the geometric position or attribute information of any one of Link, NodeA, NodeB, LinkA, and LinkB in FIG. 5 changes, an update label is added to the data label of the above-mentioned Link.
需要说明的是:进入上述Link的结点、退出上述Link的结点、进入上述Link的连接线以及退出上述Link的连接线均可能有多条,这种情况下,对所有进入结点和退出结点做与图5所示结点相同的处理。对所有进入连接线和退出连接线与图5所示连接线相同的处理。It should be noted that there may be multiple nodes entering the above Link, nodes exiting the above Link, connecting lines entering the above Link, and connecting lines exiting the above Link. The nodes do the same processing as the nodes shown in Figure 5. Treat all incoming and outgoing connections the same way as the connections shown in Figure 5.
下面,对上述两种情况下,如何获取图3和图5中几何位置的更新信息、和属性信息的更新信息的可实现方式进行说明:In the following, in the above two cases, how to obtain the update information of the geometric position and the update information of the attribute information in Fig. 3 and Fig. 5 can be described:
参见图6所示,获取Node几何位置的更新信息的可实现方式为:假设Node的坐标变化为(x1,y1,z1)→(x2,y2,z2),若x,y,z中任一值有变化,则判定Node几何位置的更新信息为:变化。Referring to Fig. 6, the achievable way to obtain the update information of Node's geometric position is: assuming that the coordinates of Node change as (x1, y1, z1)→(x2, y2, z2), if any of x, y, z If the value changes, the update information of the node's geometric position is determined as: change.
获取Node属性信息的更新信息的可实现方式为:若Node的任一属性字段值增加、减少或者变化,则判定Node属性信息的更新信息为:变化。An implementation manner of acquiring the update information of the Node attribute information is: if the value of any attribute field of the Node increases, decreases or changes, it is determined that the update information of the Node attribute information is: change.
获取Link几何位置的更新信息的可实现方式为:获取Link起始端点和形状点的坐标变化,若起始端点和形状点中任一个的坐标有变化,则判定Link几何位置的更新信息为:变化。The achievable way to obtain the update information of the geometric position of the Link is to obtain the coordinate changes of the starting endpoint and the shape point of the Link. If the coordinates of any one of the starting endpoint and the shape point change, the update information of the geometric position of the Link is determined as: Variety.
获取Link属性信息的更新信息的可实现方式为:若Link的任一属性字段值增加、减少或者变化,则判定Link属性信息的更新信息为:变化。The achievable way of acquiring the update information of the attribute information of the link is: if the value of any attribute field of the link increases, decreases or changes, it is determined that the update information of the attribute information of the link is: change.
S102、对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果。S102: Execute a first check rule on a data object whose data label is an update label in the data to be checked, to obtain a first check result.
S103、对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,得到第二检查结果。S103: Execute a second check rule on the data object whose data label is an unupdated label in the data to be checked, to obtain a second check result.
S104、存储所述第一检查结果和所述第二检查结果。S104. Store the first inspection result and the second inspection result.
具体的,S102中对数据标签为更新标签的数据对象执行的第一检查规则包含S103中对数据标签为未更新标签的数据对象执行的第二检查规则,也就是说,在数据检查的过程中,并不是所有的数据对象都进行相同的检查,对于本不需要进行数据检查的数据对象在本发明中去除了检查过程。避免了现有技术存在的冗余检查,提高了数据检查的效率。Specifically, the first check rule performed on the data object whose data label is the update label in S102 includes the second check rule performed on the data object whose data label is the unupdated label in S103, that is, in the process of data checking , not all data objects perform the same inspection, and the inspection process is removed in the present invention for data objects that do not need to be inspected. The redundant checking existing in the prior art is avoided, and the efficiency of data checking is improved.
本实施例提供的高精地图数据检查方法,在数据检查前,先根据待检查数据中每个数据对象的更新信息,为所述待检查数据中每个数据对象打上数据标签,然后对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,上述方法省去了现有技术存在的冗余检查,提高了数据检查的效率。In the high-precision map data inspection method provided by this embodiment, before data inspection, according to the update information of each data object in the data to be inspected, a data label is applied to each data object in the data to be inspected, and then a data label is applied to the data to be inspected. In the data to be checked, the data object whose data label is an updated label executes the first check rule, and the data object in the data to be checked whose data label is an unupdated label executes the second check rule. Redundant checking improves the efficiency of data checking.
下面结合具体的实施例对检查未被更新的数据对象的可实现方式进行详细说明。The implementation manner of checking data objects that have not been updated will be described in detail below with reference to specific embodiments.
图7为本发明提供的高精地图数据检查方法的实施例二的流程示意图。如图7所示,本实施例提供的高精地图数据检查方法,包括:FIG. 7 is a schematic flowchart of Embodiment 2 of the method for checking high-precision map data provided by the present invention. As shown in FIG. 7 , the method for checking high-precision map data provided by this embodiment includes:
S701、根据待检查数据中每个数据对象的更新信息,为所述待检查数据中被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签。S701. According to the update information of each data object in the data to be checked, add an update label to the data label of the updated data object in the data to be checked, and the data label of the data object that has not been updated is an unupdated label by default.
其中,S701的可实现方式可参见上述实施例,本发明在此不再赘述。The achievable manner of S701 may refer to the foregoing embodiments, and details are not described herein again in the present invention.
S702、对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果。S702: Execute a first check rule on the data object whose data label is an update label in the data to be checked, to obtain a first check result.
其中,第一检查规则包括:局部检查规则和全局检查规则。Wherein, the first inspection rules include: local inspection rules and global inspection rules.
其中,局部检查规则和全局检查规则的区别在于检查参考信息不同。参见图8所示:The difference between the local inspection rules and the global inspection rules is that the inspection reference information is different. See Figure 8:
1)若检查规则的检查对象为Node,则当检查参考信息为检查Node、进入link、退出Link时,则该检查规则为“局部检查规则”。1) If the inspection object of the inspection rule is Node, then when the inspection reference information is the inspection Node, entering the link, and exiting the Link, the inspection rule is a "local inspection rule".
2)若检查规则的检查对象为Link,则当检查参考信息为检查Link、起点Node、终点node、进入Link、退出Link时,则该检查规则为“局部检查规则”。2) If the inspection object of the inspection rule is Link, when the inspection reference information is the inspection Link, the starting node, the ending node, the entry link, and the exit link, the inspection rule is a "local inspection rule".
3)除1)和2)之外,其余检查规则皆为“全局检查规则”。3) Except for 1) and 2), other inspection rules are "global inspection rules".
S703、根据所述局部检查规则的版本号,判断所述局部检查规则的版本号与所述数据标签为未更新标签的数据对象上次局部检查时使用的局部检查规则的版本号是否一致。S703. According to the version number of the local inspection rule, determine whether the version number of the local inspection rule is consistent with the version number of the local inspection rule used in the last local inspection of the data object whose data label is an unupdated label.
S704、若一致,则对所述待检查数据中数据标签为未更新标签的数据对象执行所述全局检查规则。S704. If they are consistent, execute the global check rule on the data object whose data label is an unupdated label in the data to be checked.
具体的,若本次检查使用的局部检查规则的版本号与上次局部检查时使用的局部检查规则的版本号一致,即本次检查使用的局部检查规则与上次局部检查时使用的局部检查规则一致,则对数据标签为未更新标签的数据对象执行全局检查规则。Specifically, if the version number of the local inspection rules used in this inspection is the same as the version number of the local inspection rules used in the last local inspection, that is, the local inspection rules used in this inspection are the same as the local inspection rules used in the last local inspection. If the rules are consistent, the global check rules are executed for the data objects whose data labels are not updated labels.
可见,在上述情况下,对于数据标签为更新标签的数据对象来说,执行的是局部检查规则和全局检查规则。对于数据标签为未更新标签的数据对象来说,执行的全局检查规则。也就是说,对于数据标签为未更新标签的数据对象无需进行局部检查,提高了数据检查效率。It can be seen that, in the above case, for the data object whose data label is the update label, the local check rules and the global check rules are executed. The global check rule to execute for data objects whose data labels are not updated labels. That is to say, there is no need to perform partial checking for data objects whose data labels are not updated labels, which improves the efficiency of data checking.
举例来说:参见图9和图10所示,假设S702中对数据标签为更新标签的数据对象执行的第一检查规则中,70%为“局部检查规则”,30%为“全局检查规则”,数据标签为更新标签的数据对象占待检查数据的比例为10%,假设每项检查耗时相同,则可估算:For example: as shown in FIG. 9 and FIG. 10 , it is assumed that 70% of the first check rules executed on the data object whose data label is the update label in S702 are “local check rules” and 30% are “global check rules” , the data object whose data label is the update label accounts for 10% of the data to be checked. Assuming that each check takes the same time, it can be estimated:
现有技术检查耗时为:1(全部数据)*100%=1The time-consuming of prior art inspection is: 1 (all data)*100%=1
本实施例检查耗时为:0.1(更新数据)*70%+1(全部数据)*30%=0.37The inspection time in this embodiment is: 0.1 (updated data)*70%+1 (all data)*30%=0.37
由上可见,本实施例检查耗时缩减到现有技术37%,效率提高3倍左右。It can be seen from the above that the inspection time in this embodiment is reduced to 37% of the prior art, and the efficiency is increased by about 3 times.
S705、存储所述第一检查结果、所述第二检查结果,所述局部检查规则以及所述全局检查规则的标识信息和版本号。S705. Store the first check result, the second check result, the identification information and version number of the local check rule and the global check rule.
由于,在数据检查过程中,需要比对局部检查规则的版本号,因此,在存储数据检查结果的同时,还可将本次执行的局部检查规则以及全局检查规则的标识信息和版本号存储起来。Since, in the process of data inspection, it is necessary to compare the version numbers of the local inspection rules. Therefore, while storing the data inspection results, the identification information and version numbers of the local inspection rules and global inspection rules executed this time can also be stored. .
其中,标识信息可以包括:检查规则号和规则标识,其中,检查规则号也可称为检查规则ID,用于唯一标识一条检查规则。规则标识用于区分“局部检查”和“全局检查”。The identification information may include: an inspection rule number and a rule identifier, where the inspection rule number may also be called an inspection rule ID, which is used to uniquely identify an inspection rule. Rule IDs are used to differentiate between "local checks" and "global checks".
具体的,可采用图11所示方式存储各局部检查规则与各全局检查规则的标识信息和版本号。Specifically, the identification information and version number of each local check rule and each global check rule may be stored in the manner shown in FIG. 11 .
可选的,所述局部检查规则的版本号可记录在所述未更新标签的数据对象的数据标签中。Optionally, the version number of the local inspection rule may be recorded in the data tag of the data object whose tag has not been updated.
本实施例提供的高精地图数据检查方法,对检查未更新数据的一种可实现方式进行了详细描述,通过本实施例的检查方法可将检查耗时进行缩减,极大地提高了数据检查效率。The method for checking high-precision map data provided in this embodiment describes in detail an implementation way to check unupdated data. The checking method in this embodiment can reduce the time consuming of checking, and greatly improve the efficiency of data checking. .
图12为本发明提供的高精地图数据检查方法的实施例三的流程示意图。如图12所示,本实施例提供的高精地图数据检查方法,包括:FIG. 12 is a schematic flowchart of Embodiment 3 of the method for checking high-precision map data provided by the present invention. As shown in FIG. 12 , the method for checking high-precision map data provided by this embodiment includes:
S1201、根据待检查数据中每个数据对象的更新信息,为所述待检查数据中被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签。S1201. According to the update information of each data object in the data to be checked, add an update label to the data label of the updated data object in the data to be checked, and the data label of the unupdated data object is an unupdated label by default.
S1202、对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果。S1202: Execute a first check rule on the data object whose data label is an update label in the data to be checked, to obtain a first check result.
S1203、根据所述局部检查规则的版本号,判断所述局部检查规则的版本号与所述数据标签为未更新标签的数据对象上次局部检查时使用的局部检查规则的版本号是否一致。S1203. According to the version number of the local inspection rule, determine whether the version number of the local inspection rule is consistent with the version number of the local inspection rule used in the last local inspection of the data object whose data label is an unupdated label.
其中,S1201-S1203的可实现方式可参见上述实施例S701-S703,本发明在此不再赘述。For the implementation manner of S1201-S1203, reference may be made to the above-mentioned embodiments S701-S703, and details are not described herein again in the present invention.
S1204、若不一致,则对所述待检查数据中数据标签为未更新标签的数据对象执行所述局部检查规则和全局检查规则。S1204. If inconsistent, execute the local check rule and the global check rule on the data object whose data label is an unupdated label in the data to be checked.
具体的,若本次检查使用的局部检查规则的版本号与上次局部检查时使用的局部检查规则的版本号不一致,即本次检查使用的局部检查规则与上次局部检查时使用的局部检查规则不一致,则对数据标签为未更新标签的数据对象执行局部检查规则和全局检查规则。Specifically, if the version number of the local inspection rule used in this inspection is inconsistent with the version number of the local inspection rule used in the last local inspection, that is, the local inspection rule used in this inspection is the same as the one used in the last local inspection. If the rules are inconsistent, the local check rules and the global check rules are executed for the data objects whose data labels are unupdated labels.
可见,在上述情况下,对于数据标签为更新标签的数据对象来说,执行的是局部检查规则和全局检查规则。对于数据标签为未更新标签的数据对象来说,执行的也是局部检查规则和全局检查规则。It can be seen that, in the above case, for the data object whose data label is the update label, the local check rules and the global check rules are executed. For data objects whose data labels are not updated labels, local check rules and global check rules are also executed.
由于,未更新数据和更新数据存在拓扑连接,彼此有联动影响,当检查规则优化升级后,如果不对未更新数据进行检查,则无法检查出未更新数据存在的联动错误。本实施例提供的数据检查方法,在判断得到次检查使用的局部检查规则与上次局部检查时使用的局部检查规则不一致时,对数据标签为未更新标签的数据对象做与数据标签为更新标签的数据对象同样的处理,从而避免了检查规则升级优化后,对未更新数据中联动错误的漏查。Because the unupdated data and the updated data are topologically connected and have a linkage effect on each other, after the inspection rules are optimized and upgraded, if the unupdated data is not checked, the linkage error of the unupdated data cannot be detected. In the data inspection method provided by this embodiment, when it is judged that the local inspection rule used in the second inspection is inconsistent with the local inspection rule used in the previous local inspection, the data object whose data label is an unupdated label is compared with the data label as an updated label. The data objects are processed in the same way, thus avoiding the missed checking of linkage errors in the unupdated data after the checking rules are upgraded and optimized.
S1205、存储所述第一检查结果、所述第二检查结果,所述局部检查规则以及所述全局检查规则的标识信息和版本号。S1205. Store the first check result, the second check result, the identification information and version number of the local check rule and the global check rule.
其中,S1205的可实现方式参见上述实施例中的S705,本发明在此不再赘述。Wherein, for the implementable manner of S1205, refer to S705 in the foregoing embodiment, and details are not described herein again in the present invention.
本实施例提供的高精地图数据检查方法,对检查未更新数据的另一种可实现方式进行了详细描述,通过本实施例的检查方法,避免了检查规则升级优化后,对未更新数据中联动错误的漏查。The method for checking high-precision map data provided in this embodiment describes in detail another possible way to check unupdated data. The checking method in this embodiment avoids checking the unupdated data after upgrading and optimizing the checking rules. Missing check of linkage errors.
图13为本发明提供的高精地图数据检查装置的结构示意图。如图13所示,本发明提供的高精地图数据检查装置,包括:FIG. 13 is a schematic structural diagram of the high-precision map data inspection device provided by the present invention. As shown in Figure 13, the high-precision map data inspection device provided by the present invention includes:
标注模块1301,用于根据待检查数据中每个数据对象的更新信息,为所述待检查数据中已被更新的数据对象的数据标签加上更新标签,未被更新的数据对象的数据标签默认为未更新标签;The
第一执行模块1302,用于对所述待检查数据中数据标签为更新标签的数据对象执行第一检查规则,得到第一检查结果;A first execution module 1302, configured to execute a first inspection rule on a data object whose data label is an update label in the data to be inspected, to obtain a first inspection result;
第二执行模块1303,用于对所述待检查数据中数据标签为未更新标签的数据对象执行第二检查规则,得到第二检查结果;The second execution module 1303 is configured to execute the second check rule on the data object whose data label is the unupdated label in the data to be checked, and obtain the second check result;
存储模块1304,用于存储所述第一检查结果和所述第二检查结果。The
可选的,所述第一检查规则包括:局部检查规则和全局检查规则;所述第一执行模块1302,具体用于:Optionally, the first inspection rules include: local inspection rules and global inspection rules; the first execution module 1302 is specifically used for:
对所述待检查数据中数据标签为更新标签的数据对象执行局部检查规则和全局检查规则,得到所述第一检查结果。A local check rule and a global check rule are executed on the data object whose data label is the update label in the data to be checked, to obtain the first check result.
可选的,本发明提供的高精地图数据检查装置,还包括:Optionally, the high-precision map data inspection device provided by the present invention further includes:
判断模块1305,用于根据所述局部检查规则的版本号,判断所述局部检查规则的版本号与所述数据标签为未更新标签的数据对象上次局部检查时使用的局部检查规则的版本号是否一致。The judging
可选的,第二执行模块1303,具体用于:Optionally, the second execution module 1303 is specifically used for:
若所述局部检查规则的版本号与上次局部检查时使用的局部检查规则的版本号一致,则对所述待检查数据中数据标签为未更新标签的数据对象执行所述全局检查规则。If the version number of the local check rule is the same as the version number of the local check rule used in the last local check, the global check rule is executed on the data object whose data label is an unupdated label in the data to be checked.
可选的,第二执行模块1303,还用于:Optionally, the second execution module 1303 is further configured to:
若所述局部检查规则的版本号与上次局部检查时使用的局部检查规则的版本号不一致,则对所述待检查数据中数据标签为未更新标签的数据对象执行所述局部检查规则和全局检查规则。If the version number of the local inspection rule is inconsistent with the version number of the local inspection rule used in the last local inspection, execute the local inspection rule and the global inspection rule on the data object whose data label is an unupdated label in the data to be inspected Check the rules.
可选的,所述存储模块1304,具体用于:Optionally, the
存储所述第一检查结果、所述第二检查结果,所述局部检查规则以及所述全局检查规则的标识信息和版本号。The first check result, the second check result, the identification information and version number of the local check rule and the global check rule are stored.
可选的,所述局部检查规则的版本号记录在所述未更新标签的数据对象的数据标签中。Optionally, the version number of the local inspection rule is recorded in the data tag of the data object whose tag has not been updated.
可选的,所述标注模块1301,具体用于:Optionally, the
根据待检查数据中每个数据对象的几何位置和属性信息的更新信息,为所述待检查数据中每个数据对象打上数据标签。According to the updated information of the geometric position and attribute information of each data object in the data to be checked, each data object in the data to be checked is marked with a data label.
本实施例提供的高精地图数据检查装置,可用于上述任一实施例所述的高精地图数据检查方法,其实现原理和技术效果类似,在此不再赘述。The high-precision map data inspection device provided in this embodiment can be used in the high-precision map data inspection method described in any of the above embodiments, and its implementation principle and technical effect are similar, and are not repeated here.
图14为本发明提供的电子设备的硬件结构示意图。如图12所示,本实施例的电子设备可以包括:FIG. 14 is a schematic diagram of the hardware structure of the electronic device provided by the present invention. As shown in FIG. 12 , the electronic device of this embodiment may include:
存储器1401,用于存储程序指令。The memory 1401 is used to store program instructions.
处理器1402,用于在所述程序指令被执行时实现上述任一实施例所述的高精地图数据检查方法,具体实现原理可参见上述实施例,本实施例此处不再赘述。The processor 1402 is configured to implement the high-precision map data checking method described in any of the foregoing embodiments when the program instructions are executed. For a specific implementation principle, reference may be made to the foregoing embodiments, which will not be repeated in this embodiment.
本发明提供一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述任一实施例所述的高精地图数据检查方法。The present invention provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the high-precision map data inspection method described in any of the above embodiments.
本发明还提供一种程序产品,所述程序产品包括计算机程序,所述计算机程序存储在可读存储介质中,至少一个处理器可以从所述可读存储介质读取所述计算机程序,所述至少一个处理器执行所述计算机程序使得电子设备实施上述任一实施例所述的高精地图数据检查方法。The present invention also provides a program product, the program product comprising a computer program, the computer program being stored in a readable storage medium, the computer program being readable by at least one processor from the readable storage medium, the At least one processor executes the computer program so that the electronic device implements the high-precision map data checking method described in any one of the above embodiments.
在本发明所提供的几个实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, 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 interfaces, indirect coupling or communication connection of devices or units, and 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 invention 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 above-mentioned integrated unit may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional units.
上述以软件功能单元的形式实现的集成的单元,可以存储在一个计算机可读取存储介质中。上述软件功能单元存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(英文:processor)执行本发明各个实施例所述方法的部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(英文:Read-Only Memory,简称:ROM)、随机存取存储器(英文:Random Access Memory,简称:RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The above-mentioned integrated units implemented in the form of software functional units can be stored in a computer-readable storage medium. The above-mentioned software functional unit is stored in a storage medium, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (English: processor) to execute the various embodiments of the present invention. part of the method. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (English: Read-Only Memory, referred to as: ROM), random access memory (English: Random Access Memory, referred to as: RAM), magnetic disk or optical disk, etc. Various media that can store program code.
应理解,上述处理器可以是中央处理单元(英文:Central Processing Unit,简称:CPU),还可以是其他通用处理器、数字信号处理器(英文:Digital Signal Processor,简称:DSP)、专用集成电路(英文:Application Specific Integrated Circuit,简称:ASIC)等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。结合本申请所公开的方法的步骤可以直接体现为硬件处理器执行完成,或者用处理器中的硬件及软件模块组合执行完成。It should be understood that the above processor may be a central processing unit (English: Central Processing Unit, referred to as: CPU), and may also be other general-purpose processors, digital signal processors (English: Digital Signal Processor, referred to as: DSP), application-specific integrated circuits (English: Application Specific Integrated Circuit, referred to as: ASIC) and so on. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps in combination with the method disclosed in the present application can be directly embodied as executed by a hardware processor, or executed by a combination of hardware and software modules in the processor.
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention, but not to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: The technical solutions described in the foregoing embodiments can still be modified, or some or all of the technical features thereof can be equivalently replaced; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the embodiments of the present invention. scope.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811640024.8A CN111382219B (en) | 2018-12-29 | 2018-12-29 | High-precision map data inspection method and device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811640024.8A CN111382219B (en) | 2018-12-29 | 2018-12-29 | High-precision map data inspection method and device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111382219A true CN111382219A (en) | 2020-07-07 |
| CN111382219B CN111382219B (en) | 2023-07-25 |
Family
ID=71218324
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201811640024.8A Active CN111382219B (en) | 2018-12-29 | 2018-12-29 | High-precision map data inspection method and device |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111382219B (en) |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2007033873A1 (en) * | 2005-09-21 | 2007-03-29 | Robert Bosch Gmbh | Method for updating digital maps |
| JP2009075675A (en) * | 2007-09-18 | 2009-04-09 | Nec Computertechno Ltd | Consistency check method and consistency check system |
| US20120078512A1 (en) * | 2010-09-29 | 2012-03-29 | Ford Global Technologies, Llc | Advanced map information delivery, processing and updating |
| CN102567429A (en) * | 2010-12-30 | 2012-07-11 | 北京四维图新科技股份有限公司 | Method and device for checking connectedness of global network paths |
| DE102013208521A1 (en) * | 2013-05-08 | 2014-11-13 | Bayerische Motoren Werke Aktiengesellschaft | Collective learning of a highly accurate road model |
| CN107346311A (en) * | 2016-05-05 | 2017-11-14 | 高德软件有限公司 | A kind of electronic map data inspection method and device |
| US10140199B1 (en) * | 2017-09-27 | 2018-11-27 | Allstate Insurance Company | Data processing system with machine learning engine to provide output generating functions |
-
2018
- 2018-12-29 CN CN201811640024.8A patent/CN111382219B/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2007033873A1 (en) * | 2005-09-21 | 2007-03-29 | Robert Bosch Gmbh | Method for updating digital maps |
| JP2009075675A (en) * | 2007-09-18 | 2009-04-09 | Nec Computertechno Ltd | Consistency check method and consistency check system |
| US20120078512A1 (en) * | 2010-09-29 | 2012-03-29 | Ford Global Technologies, Llc | Advanced map information delivery, processing and updating |
| CN102567429A (en) * | 2010-12-30 | 2012-07-11 | 北京四维图新科技股份有限公司 | Method and device for checking connectedness of global network paths |
| DE102013208521A1 (en) * | 2013-05-08 | 2014-11-13 | Bayerische Motoren Werke Aktiengesellschaft | Collective learning of a highly accurate road model |
| CN107346311A (en) * | 2016-05-05 | 2017-11-14 | 高德软件有限公司 | A kind of electronic map data inspection method and device |
| US10140199B1 (en) * | 2017-09-27 | 2018-11-27 | Allstate Insurance Company | Data processing system with machine learning engine to provide output generating functions |
Non-Patent Citations (2)
| Title |
|---|
| 朱靖等: "基于时空数据模型的导航电子地图增量更新技术" * |
| 朱靖等: "基于时空数据模型的导航电子地图增量更新技术", 《地理信息世界》, vol. 21, no. 21 * |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111382219B (en) | 2023-07-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113792024B (en) | Method, device, equipment, and storage medium for migrating data | |
| CN111639287A (en) | Page processing method and device, terminal equipment and readable storage medium | |
| CN114036248B (en) | High-precision map data processing method and device and electronic equipment | |
| CN114120304B (en) | Entity recognition methods, devices and computer program products | |
| CN112699142A (en) | Cold and hot data processing method and device, electronic equipment and storage medium | |
| EP3866050B1 (en) | Conversion method, conversion apparatus, and conversion program | |
| CN116170331B (en) | API asset management method, device, electronic device and storage medium | |
| CN110502427A (en) | Code readability checking method, device and server | |
| CN103605479B (en) | Data file wiring method and system, data file read method and system | |
| CN118734791A (en) | Chip file quality management method, device, electronic device and storage medium | |
| CN115599778A (en) | Data file processing method and device, electronic equipment and storage medium | |
| CN105975527A (en) | Road up-down relationship identification method and apparatus | |
| CN111382219B (en) | High-precision map data inspection method and device | |
| CN114692747A (en) | Verification method, verification device, electronic equipment and storage medium | |
| JPH0458743B2 (en) | ||
| US20170052887A1 (en) | To-be-stubbed target determining apparatus, to-be-stubbed target determining method and non-transitory recording medium storing to-be-stubbed target determining program | |
| CN103761247B (en) | A kind of processing method and processing device of error file | |
| CN114610701B (en) | Task data processing method, device, electronic device and medium | |
| CN117669518A (en) | File generation method, system, computer equipment and storage medium | |
| CN116701215A (en) | Interface test case generation method, system, device and storage medium | |
| CN114201568A (en) | Information processing method, generating method, device, electronic equipment and storage medium | |
| CN116186245A (en) | Code table hierarchical display method, device, equipment, storage medium and product | |
| CN114860970A (en) | Picture labeling method and device, electronic equipment and storage medium | |
| CN114638321A (en) | Subgraph matching method and system based on target mode | |
| CN114064830B (en) | Automated production methods, systems, electronic devices, and storage media for navigation data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |
