WO2021134354A1 - Path prediction method and apparatus, computer device, and storage medium - Google Patents

Path prediction method and apparatus, computer device, and storage medium Download PDF

Info

Publication number
WO2021134354A1
WO2021134354A1 PCT/CN2019/130188 CN2019130188W WO2021134354A1 WO 2021134354 A1 WO2021134354 A1 WO 2021134354A1 CN 2019130188 W CN2019130188 W CN 2019130188W WO 2021134354 A1 WO2021134354 A1 WO 2021134354A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
rendering
trajectory
map
feature
Prior art date
Application number
PCT/CN2019/130188
Other languages
French (fr)
Chinese (zh)
Inventor
邹晓艺
何明
叶茂盛
吴伟
许双杰
许家妙
曹通易
Original Assignee
深圳元戎启行科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳元戎启行科技有限公司 filed Critical 深圳元戎启行科技有限公司
Priority to CN201980037489.0A priority Critical patent/CN113811830B/en
Priority to PCT/CN2019/130188 priority patent/WO2021134354A1/en
Publication of WO2021134354A1 publication Critical patent/WO2021134354A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions

Definitions

  • This application relates to a trajectory prediction method, device, computer equipment and storage medium.
  • the development of artificial intelligence technology has promoted the development of autonomous driving technology.
  • it is very necessary to predict the trajectory of obstacles in the surrounding environment within a certain period of time.
  • the vehicle can recognize the intention of the obstacle earlier, and plan the driving route and speed according to the intention of the obstacle, so as to avoid collisions and reduce the occurrence of safety accidents.
  • the future trajectory of obstacles is affected by many factors.
  • the traditional trajectory prediction method is to predict the trajectory of the obstacle based on the obstacle's own information, and the obstacle's own information is only part of the influencing factors, resulting in low accuracy of the predicted obstacle trajectory.
  • a trajectory prediction method, device, computer device, and storage medium that can improve the accuracy of trajectory prediction are provided.
  • a trajectory prediction method including:
  • a trajectory prediction device includes:
  • the acquisition module is used to acquire historical trajectory information and current position information of multiple obstacles in the current environment
  • the first rendering module is configured to render the historical trajectory information to obtain a trajectory rendering map
  • the second rendering module is configured to extract map elements from the current location information, and render the map elements into corresponding map element rendering images according to multiple channel dimensions;
  • a splicing module configured to splice the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix
  • An extraction module configured to input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result;
  • the prediction module is used to predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  • a computer device including a memory and one or more processors, the memory stores computer readable instructions, and when the computer readable instructions are executed by the processor, the one or more processors execute The following steps:
  • One or more non-volatile computer-readable storage media storing computer-readable instructions.
  • the computer-readable instructions When executed by one or more processors, the one or more processors perform the following steps:
  • Fig. 1 is an application environment diagram of a trajectory prediction method in one or more embodiments.
  • Fig. 2 is a schematic flowchart of a trajectory prediction method in one or more embodiments.
  • Fig. 3 is a schematic diagram of an image matrix after stitching in one or more embodiments.
  • FIG. 4 is a schematic flowchart of the steps of rendering historical trajectory information to obtain a trajectory rendering diagram in one or more embodiments.
  • Fig. 5 is a schematic flow diagram of the steps of rendering a map element to a corresponding map element rendering diagram according to multiple channel dimensions in one or more embodiments.
  • Fig. 6 is a block diagram of a trajectory prediction device in one or more embodiments.
  • Fig. 7 is a block diagram of a computer device in one or more embodiments.
  • the trajectory prediction method provided in this application can be applied to the application environment as shown in FIG. 1.
  • the vehicle-mounted sensor 102 sends the collected information to be detected to the computer device 104.
  • the vehicle-mounted sensor can be a lidar or a vehicle-mounted camera.
  • the computer device 104 processes the information to be detected to obtain historical track information of multiple obstacles in the current environment.
  • On-board computer equipment can be referred to as computer equipment for short.
  • the vehicle locator 106 sends the collected current position information to the computer device 104.
  • the computer device 104 renders the historical trajectory information to obtain a rendering of the trajectory.
  • the computer device 104 extracts map elements from the current location information, and renders the map elements into corresponding map element rendering images according to multiple channel dimensions.
  • the computer device 104 splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix.
  • the computer device 104 inputs the spliced image matrix into the trained feature extractor, and performs feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result.
  • the computer device 104 predicts the trajectory of multiple obstacles within a preset time period according to the feature extraction result.
  • a method for trajectory prediction is provided. Taking the method applied to the computer device in FIG. 1 as an example for description, the method includes the following steps:
  • Step 202 Obtain historical trajectory information and current position information of multiple obstacles in the current environment.
  • the on-board sensor can send the collected information to be detected to the computer device, and the computer device processes the information to be detected to obtain historical trajectory information of multiple obstacles. It is also possible to collect the information to be detected by the vehicle-mounted sensor, and then obtain the historical track information of multiple obstacles through the detector and tracker.
  • the vehicle tracker sends the historical trajectory information of multiple obstacles to the computer device.
  • the vehicle-mounted locator sends the collected current position information to the computer equipment.
  • the vehicle-mounted locator may be a GPS (Global Positioning System, global positioning system) locator.
  • the vehicle tracker can receive GPS signals from satellites, analyze the GPS signals, and calculate the corresponding geographic location information, and then use GSM (Global System of Mobile communication, global mobile communication system)/CDMA (Code Division Multiple Access, code division). Multiple access) and other wireless networks send geographic location information to computer equipment.
  • GSM Global System of Mobile communication, global mobile communication system
  • CDMA Code Division Multiple Access, code division). Multiple access
  • other wireless networks send geographic location information to computer equipment.
  • Step 204 Render the historical trajectory information to obtain a trajectory rendering map.
  • the computer device renders the acquired historical trajectory information of multiple obstacles into a feature map to obtain a trajectory rendering map.
  • the historical trajectory information may be the trajectory of each frame of the history of multiple obstacles.
  • the computer device renders the historical trajectory information of multiple obstacles in the current frame to obtain a trajectory rendering map.
  • the color of obstacles in each frame in the trajectory rendering diagram changes with the distance from the current frame. The farther away from the current frame, the lighter the color of the obstacle.
  • Step 206 Extract the map element from the current location information, and render the map element into a corresponding map element rendering image according to multiple channel dimensions.
  • step 208 the trajectory rendering map and the map element rendering map are spliced according to multiple channel dimensions to obtain a spliced image matrix.
  • the computer equipment obtains the current position information collected by the vehicle-mounted locator.
  • the current location information may be the location information of the vehicle on the high-precision map at the current moment.
  • the current location information can be expressed in the form of latitude and longitude.
  • the computer equipment extracts map elements from the current location information. Map elements can include information such as lane lines, center lines, sidewalks, and stop lines.
  • the computer device may render the extracted map elements according to multiple channel dimensions, and render the map elements into a map element rendering map corresponding to the channel dimensions. When the map elements are different, the channel dimensions corresponding to the map elements can also be different.
  • Channel dimensions can include color channels, element channels, and so on.
  • the color channel can include three channels of red, green, and blue.
  • Elemental passages can include lane-line passages, center-line passages, and sidewalk passages.
  • the trajectory rendering image and the map element rendering image can be spliced together.
  • the computer device determines the corresponding channel dimensions of the trajectory rendering map and the map element rendering map, and performs image stitching on the trajectory rendering map and the map element rendering map in the corresponding channel dimensions to obtain a spliced image matrix.
  • the spliced image matrix may be a complete image including the trajectory rendering map and the map element rendering map.
  • the schematic diagram of the spliced image matrix can be shown in FIG. 3.
  • the white circles in the figure can represent vehicles.
  • the line formed by multiple white circles represents the trajectory of the vehicle.
  • the lines represent lane lines.
  • the intersection of the lines represents the center line.
  • the computer device may also preprocess the trajectory rendering image and the map element rendering image before splicing the trajectory rendering image and the map element rendering image. Specifically, the computer device may perform filtering processing on the trajectory rendering image and the map element rendering image to obtain a filtered trajectory rendering image and a filtered map element rendering image. By filtering the trajectory rendering image and the map element rendering image, the computer device can obtain a smooth trajectory rendering image and map element rendering image, and can remove noise, which is beneficial to improve the accuracy of subsequent feature extraction.
  • Step 210 Input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result.
  • Step 212 Perform regression prediction on the feature extraction result to obtain the trajectories of multiple obstacles within a preset time period.
  • the computer device has pre-trained a feature extractor before acquiring the historical trajectory information and current position information of multiple obstacles in the current environment.
  • the feature extractor is obtained by training the convolutional neural network model according to the sample data.
  • the feature extractor may include multiple network layer structures. For example, it can include an input layer, a convolutional layer, a pooling layer, and a fully connected layer.
  • the computer equipment splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions, and after the spliced image matrix is obtained, the trained feature extractor can be called, and the spliced image matrix can be input to the trained feature extractor in.
  • the computer device extracts the image feature information and context feature information corresponding to the spliced image matrix through the feature extractor, and then outputs the feature extraction result corresponding to the spliced image matrix through the fully connected layer of the feature extractor.
  • the computer equipment can calculate the feature extraction results by means of regression prediction to obtain the trajectories of multiple obstacles within a preset time period.
  • Regression prediction may be to predict the position coordinates of the obstacle in a preset time period according to the correlation or causality between the feature extraction results.
  • the position coordinates of the obstacle at any time within the preset time period can be represented by P(x,y).
  • the preset time period may be 5s.
  • the computer device after obtaining the historical trajectory information and current position information of many obstacles in the current environment, the computer device renders the historical trajectory information of multiple obstacles into the trajectory rendering graph, and can obtain the obstacle itself and its surroundings.
  • the environmental information can realize the consideration of the influence factors of the trajectory from many aspects, which is more conducive to improving the accuracy of trajectory prediction.
  • the computer device renders the map element in the current location information into the map element rendering map according to multiple channel dimensions.
  • the current position of the obstacle can be rendered intuitively and accurately through the channel dimension corresponding to the map element, which is conducive to subsequent trajectory prediction.
  • the computer device thus splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions, and inputs the spliced image matrix into the trained feature extractor for feature extraction, and obtains the feature extraction result. It realizes the combination of various influence factors of the obstacle trajectory, and further improves the comprehensiveness of the feature extraction results.
  • the computer equipment performs regression prediction on the feature extraction results. Since the obtained feature extraction results include the trajectory of multiple obstacles in the history frame, the scope of environmental information is expanded, and the trajectory prediction based on various influencing factors is realized, thereby providing trajectory prediction. Accuracy.
  • the steps of rendering historical trajectory information to obtain a trajectory rendering map include:
  • Step 402 Determine historical time series information according to historical track information.
  • step 404 the historical timing information is merged in the current frame to obtain trajectory renderings corresponding to multiple obstacles.
  • the computer equipment obtains the historical trajectory information of multiple obstacles.
  • the historical trajectory information may include the trajectory of each frame of the history of each obstacle.
  • the computer device obtains the time corresponding to each frame of the historical trajectory according to the historical trajectory of each obstacle, and obtains the historical timing information of multiple obstacles according to the time corresponding to each frame of the historical trajectory of each obstacle.
  • the historical timing information may include the trajectory corresponding to each frame of the history of each obstacle generated in the sequence of time.
  • the computer device determines the rendering channel corresponding to the current frame according to the historical trajectory information, and merges the historical timing information corresponding to multiple obstacles into one image in the current frame according to the corresponding rendering channel, thereby obtaining the trajectory rendering map corresponding to the multiple obstacles .
  • the computer device determines the historical timing information according to the historical trajectory information, and fuses the historical timing information in the current frame to obtain trajectory renderings corresponding to multiple obstacles.
  • the ability to fuse historical time series information into an image is conducive to global analysis of the trajectory of obstacles. At the same time, there is no need to render the historical trajectory information of the obstacles into separate images one by one, which effectively saves the computing resources of the computer equipment.
  • the steps of rendering a map element to a corresponding map element rendering image according to multiple channel dimensions include:
  • Step 502 Identify whether there is a map element corresponding to the channel dimension in the map element according to each channel dimension.
  • step 504 when the map element corresponding to the channel dimension exists in the map element, the map element is rendered to the map element rendering map corresponding to the channel dimension.
  • the computer device searches for the map element from the current location information.
  • the current location information can be obtained in a high-precision map.
  • Map elements can include information such as lane lines, center lines, sidewalks, and stop lines.
  • Channel dimensions can include color channels, element channels, and so on.
  • the color channel can include three channels of red, green, and blue.
  • Elemental passages can include lane-line passages, center-line passages, and sidewalk passages.
  • the computer device recognizes whether there is a map element corresponding to the channel dimension in the acquired map elements according to each channel dimension. When there is a map element corresponding to the channel dimension, the map element is rendered to the map element rendering image corresponding to the channel dimension.
  • the map information around the obstacle is obtained according to the multiple map element rendering images Rendering diagram.
  • the computer device recognizes whether there is a center line in the map element according to the center line channel, and when there is a center line, the center line in the map element is rendered to the center line rendering image corresponding to the center line channel.
  • the computer device recognizes the corresponding map element according to each channel dimension, and renders the map element to the map element rendering diagram corresponding to the channel dimension, which can visually display the map information around the obstacle. At the same time, it is conducive to the subsequent stitching of the map element rendering map and the trajectory rendering map according to the channel dimension.
  • the feature extractor includes multiple network layers, and the feature extractor is used to perform feature extraction on the stitched image matrix to obtain the feature extraction result, including: extracting the stitched image matrix through the input layer of the feature extractor The image vector and context vector in the image vector; input the image vector and context vector into the convolutional layer, extract the image feature information corresponding to the image vector and the context feature information corresponding to the context vector; input the image feature information and context feature information into the pooling layer, right Image feature information and context feature information are processed for dimensionality reduction; the image feature information after dimensionality reduction is input into the fully connected layer, and the feature extraction result corresponding to the spliced image matrix is output.
  • the computer device After obtaining the spliced image matrix, the computer device calls the feature extractor, and inputs the spliced image matrix into the feature extractor for feature extraction.
  • the feature extractor is obtained by training the convolutional neural network model according to the sample data.
  • the feature extractor may include multiple network layer structures. For example, it can include an input layer, a convolutional layer, a pooling layer, and a fully connected layer.
  • the computer equipment extracts the image vector and context vector in the spliced image matrix through the input layer of the feature extractor.
  • the input layer of the feature extractor takes the extracted image vector and context vector as the input of the convolution layer, and extracts corresponding feature information through the convolution layer to obtain image feature information and context feature information.
  • the image feature information may include spatial feature information and time series feature information.
  • the spatial feature information may include the historical speed change information of the obstacle.
  • the time sequence feature information may include position information and direction information of the obstacle within a preset time period.
  • the convolutional layer of the feature extractor thus takes the image feature information and context feature information as the input of the pooling layer, and performs dimensionality reduction processing on the image feature information and context feature information through the pooling layer.
  • the pooling layer of the feature extractor takes the image feature information and context feature information after dimensionality reduction processing as the input of the fully connected layer, and outputs the feature extraction result corresponding to the spliced image matrix through the fully connected layer.
  • the computer device extracts the image vector and context vector in the spliced image matrix through the input layer of the feature extractor, and extracts the image feature information corresponding to the image vector and the context feature information corresponding to the context vector through the convolutional layer,
  • the interference information in the spliced image matrix can be filtered, and the spliced image matrix can be focused to obtain characteristic information.
  • the computer device performs dimensionality reduction processing on the image feature information and context feature information through the pooling layer of the feature extractor, which can extract the main image feature information and context feature and avoid the influence of redundant features.
  • the computer device then outputs the feature extraction result corresponding to the image matrix through the fully connected layer, which helps to improve the accuracy of feature extraction.
  • performing regression prediction on the feature extraction result to obtain the trajectory of multiple obstacles within a preset time period includes: calculating the number of predicted points according to the preset time period and the preset sampling rate; The number of points and the feature extraction result regression predict the position change information of multiple obstacles in a preset time period; according to the position change information, the trajectory of the multiple obstacles in the preset time period is obtained.
  • the computer device After the computer device obtains the feature extraction result, it calculates the number of prediction points according to the preset time period and the preset sampling rate.
  • the computer equipment regression predicts the location information of each predicted point according to the feature extraction result.
  • the location information may be the location coordinates of the obstacle.
  • the computer device calculates the position change information of the obstacle within the preset time period according to the position information of the multiple prediction points.
  • the position change information may be a position offset.
  • the computer device further obtains the trajectory of the obstacle within the preset time period according to the position change information.
  • the computer device calculates the number of prediction points according to the preset time period and the preset sampling rate, and predicts the position change information of multiple obstacles within the preset time period based on the number of prediction points and the feature extraction result. , And then obtain the trajectories of multiple obstacles within a preset time period according to the position change information. Since the feature extraction result contains feature information of multiple obstacles, it provides a wider range of context feature information. At the same time, the trajectory of multiple obstacles within a preset time period can be obtained by only one prediction, thereby effectively reducing the amount of calculation, improving the efficiency of trajectory prediction, and realizing real-time trajectory prediction of obstacles.
  • obtaining historical trajectory information of obstacles in the current environment includes: obtaining information to be detected; detecting the information to be detected according to the type of information to be detected, and determining the obstacle in the current environment; and moving the obstacle The process is tracked and the historical trajectory information of obstacles is obtained.
  • the vehicle-mounted sensor collects the information to be detected, and sends the collected information to be detected to the computer equipment.
  • the computer equipment detects the information to be detected according to the type of the information to be detected, and determines the obstacle information in the environment at the current moment.
  • the vehicle-mounted sensor can be a lidar or a vehicle-mounted camera.
  • the type of information to be detected is point cloud data.
  • the computer equipment can classify the point cloud data to determine the obstacles in the environment at the current moment.
  • the vehicle-mounted sensor is a vehicle-mounted camera
  • the type of information to be detected is an image.
  • Computer equipment can segment and semantically label images according to semantic categories, and determine obstacles in the current environment.
  • the computer equipment tracks the movement process of the obstacle, predicts the current position information based on the position information of the obstacle at the previous time, and compares the predicted current position information with the actual position information to obtain error information. According to the error information, the position information at the next moment is corrected to obtain the historical trajectory information of multiple obstacles.
  • Computer equipment can obtain multiple types of information to be detected, determine the corresponding detection method according to the type of information to be detected, realize the detection of obstacles in the current environment, track the movement process of the obstacles, and obtain the history of the obstacles Track information. It can flexibly detect obstacles and obtain corresponding historical trajectory information.
  • a trajectory prediction device including: an acquisition module 602, a first rendering module 604, a second rendering module 606, a splicing module 608, an extraction module 610, and a prediction module 612 ,among them:
  • the obtaining module 602 is used to obtain historical trajectory information and current position information of multiple obstacles in the current environment.
  • the first rendering module 604 is configured to render historical trajectory information to obtain a trajectory rendering map.
  • the second rendering module 606 is configured to extract map elements from the current location information, and render the map elements into corresponding map element rendering images according to multiple channel dimensions.
  • the splicing module 608 is used for splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix.
  • the extraction module 610 is configured to input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result.
  • the prediction module 612 is configured to predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  • the first rendering module 604 is further configured to determine historical time series information according to historical trajectory information; merge the historical time series information in the current frame to obtain trajectory rendering maps corresponding to multiple obstacles.
  • the second rendering module 606 is further configured to identify whether there is a map element corresponding to the channel dimension in the map element according to each channel dimension; when there is a map element corresponding to the channel dimension in the map element, the map The element is rendered to the map element rendering image corresponding to the channel dimension.
  • the extraction module 610 is also used to extract the image vector and the context vector in the stitched image matrix through the input layer of the feature extractor; input the image vector and the context vector into the convolutional layer, and extract the corresponding image vector Image feature information and context feature information corresponding to the context vector; input image feature information and context feature information to the pooling layer, and perform dimensionality reduction processing on image feature information and context feature information; image feature information and context feature after dimensionality reduction processing The information is input to the fully connected layer, and the feature extraction result corresponding to the spliced image matrix is output.
  • the prediction module 612 is further configured to calculate the number of prediction points according to the preset time period and the preset sampling rate; according to the number of prediction points and the feature extraction result, regression prediction of multiple obstacles in the preset time period The position change information within; obtain the trajectory of multiple obstacles in a preset time period according to the position change information.
  • the acquisition module 602 is also used to acquire the information to be detected; to detect the information to be detected according to the type of the information to be detected, to determine the obstacles in the current environment; to track the movement process of the obstacles to obtain the obstacles Historical track information.
  • Each module in the above-mentioned trajectory prediction device can be implemented in whole or in part by software, hardware, and a combination thereof.
  • the above-mentioned modules may be embedded in the form of hardware or independent of the processor in the computer equipment, or may be stored in the memory of the computer equipment in the form of software, so that the processor can call and execute the operations corresponding to the above-mentioned modules.
  • a computer device in one of the embodiments, is provided, and its internal structure diagram may be as shown in FIG. 7.
  • the computer equipment includes a processor, a memory, a communication interface and a database connected through a system bus.
  • the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium.
  • the database of the computer equipment is used to store the historical trajectory information and current position information of obstacles.
  • the communication interface of the computer device is used to connect and communicate with the vehicle-mounted sensor and the vehicle-mounted locator.
  • the computer readable instructions are executed by the processor to realize a trajectory prediction method.
  • FIG. 7 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
  • the specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
  • a computer device that includes a memory and one or more processors.
  • the memory stores computer-readable instructions.
  • the one or more processors execute each of the foregoing method implementations. The steps in the example.
  • One or more non-volatile computer-readable storage media storing computer-readable instructions.
  • the computer-readable instructions are executed by one or more processors, the one or more processors execute the steps in each of the foregoing method embodiments. step.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Image Analysis (AREA)

Abstract

A path prediction method, comprising: acquiring historical path information of multiple obstacles in the current environment, and current location information; rendering the historical path information to obtain a path render image; extracting a map element from the current location information, and rendering, according to multiple channel dimensions, the map element to a corresponding map-element render image; joining, according to the multiple channel dimensions, the path render image and the map-element render image, so as to obtain a joined image matrix; inputting the joined image matrix into a trained feature extractor, and performing feature extraction on the joined image matrix by means of the feature extractor, so as to obtain a feature extraction result; and predicting, according to the feature extraction result, paths of the multiple obstacles within a preset time period.

Description

轨迹预测方法、装置、计算机设备和存储介质Trajectory prediction method, device, computer equipment and storage medium 技术领域Technical field
本申请涉及一种轨迹预测方法、装置、计算机设备和存储介质。This application relates to a trajectory prediction method, device, computer equipment and storage medium.
背景技术Background technique
人工智能技术的发展,促进了自动驾驶技术的发展。在自动驾驶过程中,预测周围环境中的障碍物在一定时间内的轨迹,是非常有必要的。通过对障碍物的未来轨迹进行预测,能够使车辆更早识别障碍物的意图,并根据障碍物意图来规划行驶路线和行驶速度,从而避免碰撞,减少安全事故的发生。障碍物的未来轨迹受多方面因素的影响。传统的轨迹预测方式,是根据障碍物的自身信息来预测障碍物的轨迹,而障碍物的自身信息只是部分影响因素,导致预测得到的障碍物轨迹的准确性较低。The development of artificial intelligence technology has promoted the development of autonomous driving technology. In the process of automatic driving, it is very necessary to predict the trajectory of obstacles in the surrounding environment within a certain period of time. By predicting the future trajectory of the obstacle, the vehicle can recognize the intention of the obstacle earlier, and plan the driving route and speed according to the intention of the obstacle, so as to avoid collisions and reduce the occurrence of safety accidents. The future trajectory of obstacles is affected by many factors. The traditional trajectory prediction method is to predict the trajectory of the obstacle based on the obstacle's own information, and the obstacle's own information is only part of the influencing factors, resulting in low accuracy of the predicted obstacle trajectory.
发明内容Summary of the invention
根据本申请公开的各种实施例,提供一种能够提高轨迹预测准确性的轨迹预测方法、装置、计算机设备和存储介质。According to various embodiments disclosed in the present application, a trajectory prediction method, device, computer device, and storage medium that can improve the accuracy of trajectory prediction are provided.
一种轨迹预测方法,包括:A trajectory prediction method, including:
获取当前环境中多个障碍物的历史轨迹信息和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
一种轨迹预测装置,包括:A trajectory prediction device includes:
获取模块,用于获取当前环境中多个障碍物的历史轨迹信息和当前位置信息;The acquisition module is used to acquire historical trajectory information and current position information of multiple obstacles in the current environment;
第一渲染模块,用于将所述历史轨迹信息进行渲染,得到轨迹渲染图;The first rendering module is configured to render the historical trajectory information to obtain a trajectory rendering map;
第二渲染模块,用于在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;The second rendering module is configured to extract map elements from the current location information, and render the map elements into corresponding map element rendering images according to multiple channel dimensions;
拼接模块,用于根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;A splicing module, configured to splice the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
提取模块,用于将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及An extraction module, configured to input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
预测模块,用于根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。The prediction module is used to predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
一种计算机设备,包括存储器和一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述一个或多个处理器执行以下步骤:A computer device, including a memory and one or more processors, the memory stores computer readable instructions, and when the computer readable instructions are executed by the processor, the one or more processors execute The following steps:
获取当前环境中多个障碍物的历史轨迹信息和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:One or more non-volatile computer-readable storage media storing computer-readable instructions. When the computer-readable instructions are executed by one or more processors, the one or more processors perform the following steps:
获取当前环境中多个障碍物的历史轨迹信息和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征和优点将从说明书、附图以及权利要求书变得明显。The details of one or more embodiments of the present application are set forth in the following drawings and description. Other features and advantages of this application will become apparent from the description, drawings and claims.
附图说明Description of the drawings
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要 使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。In order to more clearly describe the technical solutions in the embodiments of the present application, the following will briefly introduce the drawings needed in the embodiments. Obviously, the drawings in the following description are only some embodiments of the present application. A person of ordinary skill in the art can obtain other drawings based on these drawings without creative work.
图1为一个或多个实施例中轨迹预测方法的应用环境图。Fig. 1 is an application environment diagram of a trajectory prediction method in one or more embodiments.
图2为一个或多个实施例中轨迹预测方法的流程示意图。Fig. 2 is a schematic flowchart of a trajectory prediction method in one or more embodiments.
图3为一个或多个实施例中拼接后的图像矩阵的示意图。Fig. 3 is a schematic diagram of an image matrix after stitching in one or more embodiments.
图4为一个或多个实施例中将历史轨迹信息进行渲染,得到轨迹渲染图步骤的流程示意图。FIG. 4 is a schematic flowchart of the steps of rendering historical trajectory information to obtain a trajectory rendering diagram in one or more embodiments.
图5为一个或多个实施例中根据多个通道维度将地图元素渲染至对应的地图元素渲染图中步骤的流程示意图。Fig. 5 is a schematic flow diagram of the steps of rendering a map element to a corresponding map element rendering diagram according to multiple channel dimensions in one or more embodiments.
图6为一个或多个实施例中轨迹预测装置的框图。Fig. 6 is a block diagram of a trajectory prediction device in one or more embodiments.
图7为一个或多个实施例中计算机设备的框图。Fig. 7 is a block diagram of a computer device in one or more embodiments.
具体实施方式Detailed ways
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。In order to make the technical solutions and advantages of the present application clearer, the following further describes the present application in detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present application, and are not used to limit the present application.
本申请提供的轨迹预测方法,可以应用于如图1所示的应用环境中。车载传感器102将采集到待检测信息发送至计算机设备104。车载传感器可以是激光雷达或者车载摄像头。计算机设备104对待检测信息进行处理,得到当前环境中多个障碍物的历史轨迹信息。车载计算机设备可以简称为计算机设备。车载定位器106将采集到的当前位置信息发送至计算机设备104。计算机设备104将历史轨迹信息进行渲染,得到轨迹渲染图。计算机设备104在当前位置信息中 提取地图元素,根据多个通道维度将地图元素渲染至对应的地图元素渲染图中。计算机设备104根据多个通道维度将轨迹渲染图和地图元素渲染图进行拼接,得到拼接后的图像矩阵。计算机设备104将拼接后的图像矩阵输入至训练后的特征提取器中,通过特征提取器对拼接后的图像矩阵进行特征提取,得到特征提取结果。计算机设备104根据特征提取结果预测多个障碍物在预设时间段内的轨迹。The trajectory prediction method provided in this application can be applied to the application environment as shown in FIG. 1. The vehicle-mounted sensor 102 sends the collected information to be detected to the computer device 104. The vehicle-mounted sensor can be a lidar or a vehicle-mounted camera. The computer device 104 processes the information to be detected to obtain historical track information of multiple obstacles in the current environment. On-board computer equipment can be referred to as computer equipment for short. The vehicle locator 106 sends the collected current position information to the computer device 104. The computer device 104 renders the historical trajectory information to obtain a rendering of the trajectory. The computer device 104 extracts map elements from the current location information, and renders the map elements into corresponding map element rendering images according to multiple channel dimensions. The computer device 104 splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix. The computer device 104 inputs the spliced image matrix into the trained feature extractor, and performs feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result. The computer device 104 predicts the trajectory of multiple obstacles within a preset time period according to the feature extraction result.
在其中一个实施例中,如图2所示,提供了一种轨迹预测方法,以该方法应用于图1中的计算机设备为例进行说明,包括以下步骤:In one of the embodiments, as shown in FIG. 2, a method for trajectory prediction is provided. Taking the method applied to the computer device in FIG. 1 as an example for description, the method includes the following steps:
步骤202,获取当前环境中多个障碍物的历史轨迹信息和当前位置信息。Step 202: Obtain historical trajectory information and current position information of multiple obstacles in the current environment.
车辆在自动驾驶的过程中,车载传感器可以将采集到的待检测信息发送至计算机设备,计算机设备对待检测信息进行处理,得到多个障碍物的历史轨迹信息。还可以通过车载传感器采集待检测信息,进而通过检测器和跟踪器获取多个障碍物的历史轨迹信息。车载跟踪器将多个障碍物的历史轨迹信息发送至计算机设备。车载定位器将采集到的当前位置信息发送至计算机设备。例如,车载定位器可以是GPS(Global Positioning System,全球定位系统)定位器。车载定位器可以通过接收卫星的GPS信号,对GPS信号进行分析,计算得到对应的地理位置信息,进而通过GSM(Global System of Mobile communication,全球移动通讯系统)/CDMA(Code Division Multiple Access,码分多址)等无线网络将地理位置信息发送至计算机设备。In the process of automatic driving of the vehicle, the on-board sensor can send the collected information to be detected to the computer device, and the computer device processes the information to be detected to obtain historical trajectory information of multiple obstacles. It is also possible to collect the information to be detected by the vehicle-mounted sensor, and then obtain the historical track information of multiple obstacles through the detector and tracker. The vehicle tracker sends the historical trajectory information of multiple obstacles to the computer device. The vehicle-mounted locator sends the collected current position information to the computer equipment. For example, the vehicle-mounted locator may be a GPS (Global Positioning System, global positioning system) locator. The vehicle tracker can receive GPS signals from satellites, analyze the GPS signals, and calculate the corresponding geographic location information, and then use GSM (Global System of Mobile communication, global mobile communication system)/CDMA (Code Division Multiple Access, code division). Multiple access) and other wireless networks send geographic location information to computer equipment.
步骤204,将历史轨迹信息进行渲染,得到轨迹渲染图。Step 204: Render the historical trajectory information to obtain a trajectory rendering map.
计算机设备将获取到的多个障碍物的历史轨迹信息渲染至一张特征图中,得到轨迹渲染图。历史轨迹信息可以是多个障碍物的历史每帧的轨迹。计算机设备将多个障碍物的历史轨迹信息在当前帧进行渲染,进而得到轨迹渲染图。 轨迹渲染图中障碍物在每一帧的颜色随着离当前帧的时间远近发生变化,离当前帧的时间越远,障碍物的颜色越浅。The computer device renders the acquired historical trajectory information of multiple obstacles into a feature map to obtain a trajectory rendering map. The historical trajectory information may be the trajectory of each frame of the history of multiple obstacles. The computer device renders the historical trajectory information of multiple obstacles in the current frame to obtain a trajectory rendering map. The color of obstacles in each frame in the trajectory rendering diagram changes with the distance from the current frame. The farther away from the current frame, the lighter the color of the obstacle.
步骤206,在当前位置信息中提取地图元素,根据多个通道维度将地图元素渲染至对应的地图元素渲染图中。Step 206: Extract the map element from the current location information, and render the map element into a corresponding map element rendering image according to multiple channel dimensions.
步骤208,根据多个通道维度将轨迹渲染图和地图元素渲染图进行拼接,得到拼接后的图像矩阵。In step 208, the trajectory rendering map and the map element rendering map are spliced according to multiple channel dimensions to obtain a spliced image matrix.
计算机设备获取车载定位器采集到的当前位置信息。当前位置信息可以是当前时刻车辆在高精地图中的位置信息。当前位置信息可以是用经纬度的形式表示。计算机设备在当前位置信息中提取地图元素。地图元素可以包括车道线、中心线、人行道、停止线等信息。计算机设备可以根据多个通道维度将提取出来的地图元素进行渲染,将地图元素渲染至通道维度对应的地图元素渲染图中。当地图元素不同时,地图元素对应的通道维度也可以是不同的。通道维度可以包括颜色通道、元素通道等。颜色通道可以包括红色、绿色、蓝色三个通道。元素通道可以包括车道线通道、中心线通道和人行道通道等。The computer equipment obtains the current position information collected by the vehicle-mounted locator. The current location information may be the location information of the vehicle on the high-precision map at the current moment. The current location information can be expressed in the form of latitude and longitude. The computer equipment extracts map elements from the current location information. Map elements can include information such as lane lines, center lines, sidewalks, and stop lines. The computer device may render the extracted map elements according to multiple channel dimensions, and render the map elements into a map element rendering map corresponding to the channel dimensions. When the map elements are different, the channel dimensions corresponding to the map elements can also be different. Channel dimensions can include color channels, element channels, and so on. The color channel can include three channels of red, green, and blue. Elemental passages can include lane-line passages, center-line passages, and sidewalk passages.
计算机设备在得到轨迹渲染图和地图元素渲染图后,可将轨迹渲染图和地图元素渲染图进行拼接。计算机设备确定轨迹渲染图与地图元素渲染图的相应通道维度,将轨迹渲染图和地图元素渲染图在相应的通道维度上进行图像拼接,进而得到拼接后的图像矩阵。拼接后的图像矩阵可以是包含有轨迹渲染图和地图元素渲染图的完整图像。拼接后的图像矩阵的示意图可以如图3所示。图中的白圈可以表示车辆。多个白圈所形成的线条表示车辆的轨迹。线条表示车道线。线条的交叉处表示中心线。After the computer device obtains the trajectory rendering image and the map element rendering image, the trajectory rendering image and the map element rendering image can be spliced together. The computer device determines the corresponding channel dimensions of the trajectory rendering map and the map element rendering map, and performs image stitching on the trajectory rendering map and the map element rendering map in the corresponding channel dimensions to obtain a spliced image matrix. The spliced image matrix may be a complete image including the trajectory rendering map and the map element rendering map. The schematic diagram of the spliced image matrix can be shown in FIG. 3. The white circles in the figure can represent vehicles. The line formed by multiple white circles represents the trajectory of the vehicle. The lines represent lane lines. The intersection of the lines represents the center line.
在其中一个实施例中,计算机设备在将轨迹渲染图和地图元素渲染图进行拼接之前,还可以对轨迹渲染图和地图元素渲染图进行预处理。具体的,计算 机设备可以对轨迹渲染图和地图元素渲染图进行滤波处理,得到滤波处理后的轨迹渲染图和滤波处理后的地图元素渲染图。计算机设备通过对轨迹渲染图和地图元素渲染图进行滤波处理,能够得到平滑的轨迹渲染图和地图元素渲染图,并且能够去除噪声,有利于提高后续进行特征提取的准确性。In one of the embodiments, the computer device may also preprocess the trajectory rendering image and the map element rendering image before splicing the trajectory rendering image and the map element rendering image. Specifically, the computer device may perform filtering processing on the trajectory rendering image and the map element rendering image to obtain a filtered trajectory rendering image and a filtered map element rendering image. By filtering the trajectory rendering image and the map element rendering image, the computer device can obtain a smooth trajectory rendering image and map element rendering image, and can remove noise, which is beneficial to improve the accuracy of subsequent feature extraction.
步骤210,将拼接后的图像矩阵输入至训练后的特征提取器,通过特征提取器对拼接后的图像矩阵进行特征提取,得到特征提取结果。Step 210: Input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result.
步骤212,对特征提取结果进行回归预测,得到多个障碍物在预设时间段内的轨迹。Step 212: Perform regression prediction on the feature extraction result to obtain the trajectories of multiple obstacles within a preset time period.
计算机设备在获取当前环境中多个障碍物的历史轨迹信息和当前位置信息之前,已经预先训练有特征提取器。特征提取器是根据样本数据对卷积神经网络模型进行训练得到的。特征提取器可以包括多个网络层结构。例如,可以包括输入层、卷积层、池化层和全连接层。The computer device has pre-trained a feature extractor before acquiring the historical trajectory information and current position information of multiple obstacles in the current environment. The feature extractor is obtained by training the convolutional neural network model according to the sample data. The feature extractor may include multiple network layer structures. For example, it can include an input layer, a convolutional layer, a pooling layer, and a fully connected layer.
计算机设备根据多个通道维度将轨迹渲染图和地图元素渲染图进行拼接,得到拼接后的图像矩阵后,可调用训练后的特征提取器,将拼接后的图像矩阵输入至训练后的特征提取器中。计算机设备通过特征提取器提取出拼接后的图像矩阵对应的图像特征信息和上下文特征信息,进而通过特征提取器的全连接层输出拼接后的图像矩阵对应的特征提取结果。The computer equipment splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions, and after the spliced image matrix is obtained, the trained feature extractor can be called, and the spliced image matrix can be input to the trained feature extractor in. The computer device extracts the image feature information and context feature information corresponding to the spliced image matrix through the feature extractor, and then outputs the feature extraction result corresponding to the spliced image matrix through the fully connected layer of the feature extractor.
计算机设备可以通过回归预测的方式对特征提取结果进行运算,得到多个障碍物在预设时间段内的轨迹。回归预测可以是根据特征提取结果之间的相关关系或者因果关系来预测障碍物在预设时间段内的位置坐标。障碍物在预设时间段内任一时刻的位置坐标可以用P(x,y)来表示。例如,预设时间段可以是5s。The computer equipment can calculate the feature extraction results by means of regression prediction to obtain the trajectories of multiple obstacles within a preset time period. Regression prediction may be to predict the position coordinates of the obstacle in a preset time period according to the correlation or causality between the feature extraction results. The position coordinates of the obstacle at any time within the preset time period can be represented by P(x,y). For example, the preset time period may be 5s.
在本实施例中,计算机设备在获取当前环境中多有障碍物的历史轨迹信息 和当前位置信息后,将多个障碍物的历史轨迹信息渲染至轨迹渲染图中,能够得到障碍物自身和周围的环境信息,实现从多方面考虑轨迹的影响因素,更有利于提高轨迹预测的准确性。计算机设备根据多个通道维度将当前位置信息中的地图元素渲染至地图元素渲染图中。能够通过地图元素对应的通道维度直观、准确地将障碍物的当前位置进行渲染,有利于后续进行轨迹预测。计算机设备从而根据多个通道维度将轨迹渲染图和地图元素渲染图进行拼接,将拼接后的图像矩阵输入至训练后的特征提取器中进行特征提取,得到特征提取结果。实现将障碍物轨迹的多方面影响因素进行结合,进一步提高了特征提取结果的全面性。计算机设备对特征提取结果进行回归预测,由于得到的特征提取结果包含多个障碍物的历史帧的轨迹,扩大了环境信息的范围,实现根据多方面的影响因素进行轨迹预测,从而提供了轨迹预测的准确性。In this embodiment, after obtaining the historical trajectory information and current position information of many obstacles in the current environment, the computer device renders the historical trajectory information of multiple obstacles into the trajectory rendering graph, and can obtain the obstacle itself and its surroundings. The environmental information can realize the consideration of the influence factors of the trajectory from many aspects, which is more conducive to improving the accuracy of trajectory prediction. The computer device renders the map element in the current location information into the map element rendering map according to multiple channel dimensions. The current position of the obstacle can be rendered intuitively and accurately through the channel dimension corresponding to the map element, which is conducive to subsequent trajectory prediction. The computer device thus splices the trajectory rendering map and the map element rendering map according to multiple channel dimensions, and inputs the spliced image matrix into the trained feature extractor for feature extraction, and obtains the feature extraction result. It realizes the combination of various influence factors of the obstacle trajectory, and further improves the comprehensiveness of the feature extraction results. The computer equipment performs regression prediction on the feature extraction results. Since the obtained feature extraction results include the trajectory of multiple obstacles in the history frame, the scope of environmental information is expanded, and the trajectory prediction based on various influencing factors is realized, thereby providing trajectory prediction. Accuracy.
在其中一个实施例中,如图4所示,将历史轨迹信息进行渲染,得到轨迹渲染图的步骤包括:In one of the embodiments, as shown in FIG. 4, the steps of rendering historical trajectory information to obtain a trajectory rendering map include:
步骤402,根据历史轨迹信息确定历史时序信息。Step 402: Determine historical time series information according to historical track information.
步骤404,将历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。In step 404, the historical timing information is merged in the current frame to obtain trajectory renderings corresponding to multiple obstacles.
计算机设备获取到多个障碍物的历史轨迹信息。历史轨迹信息可以包括是每个障碍物的历史每帧的轨迹。计算机设备根据每个障碍物的历史每帧的轨迹获取历史每帧轨迹对应的时间,根据每个障碍物的历史每帧轨迹对应的时间得到多个障碍物的历史时序信息。历史时序信息中可以包括按照时间的先后顺序生成的每个障碍物在历史每一帧对应的轨迹。计算机设备根据历史轨迹信息确定当前帧对应的渲染通道,根据对应的渲染通道将多个障碍物对应的历史时序信息在当前帧融合至一张图像中,从而得到多个障碍物对应的轨迹渲染图。The computer equipment obtains the historical trajectory information of multiple obstacles. The historical trajectory information may include the trajectory of each frame of the history of each obstacle. The computer device obtains the time corresponding to each frame of the historical trajectory according to the historical trajectory of each obstacle, and obtains the historical timing information of multiple obstacles according to the time corresponding to each frame of the historical trajectory of each obstacle. The historical timing information may include the trajectory corresponding to each frame of the history of each obstacle generated in the sequence of time. The computer device determines the rendering channel corresponding to the current frame according to the historical trajectory information, and merges the historical timing information corresponding to multiple obstacles into one image in the current frame according to the corresponding rendering channel, thereby obtaining the trajectory rendering map corresponding to the multiple obstacles .
在本实施例中,计算机设根据历史轨迹信息确定历史时序信息,将历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。能够将历史时序信息融合至一张图像中,有利于对障碍物的轨迹进行全局分析。同时,无需将逐个将障碍物的历史轨迹信息渲染至单独的图像中,有效节约了计算机设备的计算资源。In this embodiment, the computer device determines the historical timing information according to the historical trajectory information, and fuses the historical timing information in the current frame to obtain trajectory renderings corresponding to multiple obstacles. The ability to fuse historical time series information into an image is conducive to global analysis of the trajectory of obstacles. At the same time, there is no need to render the historical trajectory information of the obstacles into separate images one by one, which effectively saves the computing resources of the computer equipment.
在其中一个实施例中,如图5所示,根据多个通道维度将地图元素渲染至对应的地图元素渲染图中的步骤包括:In one of the embodiments, as shown in FIG. 5, the steps of rendering a map element to a corresponding map element rendering image according to multiple channel dimensions include:
步骤502,根据每个通道维度在地图元素中识别是否存在通道维度对应的地图元素。Step 502: Identify whether there is a map element corresponding to the channel dimension in the map element according to each channel dimension.
步骤504,当地图元素中存在通道维度对应的地图元素时,则将地图元素渲染至通道维度对应的地图元素渲染图中。In step 504, when the map element corresponding to the channel dimension exists in the map element, the map element is rendered to the map element rendering map corresponding to the channel dimension.
计算机设备从当前位置信息中查找地图元素。当前位置信息可以是在高精度地图中获取的。地图元素可以包括车道线、中心线、人行道、停止线等信息。通道维度可以包括颜色通道、元素通道等。颜色通道可以包括红色、绿色、蓝色三个通道。元素通道可以包括车道线通道、中心线通道和人行道通道等。计算机设备根据每个通道维度在获取到的地图元素中识别是否存在该通道维度对应的地图元素。当存在该通道维度对应的地图元素时,将地图元素渲染至该通道维度对应的地图元素渲染图中,当所有的地图元素渲染完成之后,根据多个地图元素渲染图得到障碍物的周围地图信息渲染图。例如,计算机设备根据中心线通道识别地图元素中是否存在中心线,当存在中心线时,则将地图元素中的中心线渲染至中心线通道对应的中心线渲染图中。The computer device searches for the map element from the current location information. The current location information can be obtained in a high-precision map. Map elements can include information such as lane lines, center lines, sidewalks, and stop lines. Channel dimensions can include color channels, element channels, and so on. The color channel can include three channels of red, green, and blue. Elemental passages can include lane-line passages, center-line passages, and sidewalk passages. The computer device recognizes whether there is a map element corresponding to the channel dimension in the acquired map elements according to each channel dimension. When there is a map element corresponding to the channel dimension, the map element is rendered to the map element rendering image corresponding to the channel dimension. After all the map elements are rendered, the map information around the obstacle is obtained according to the multiple map element rendering images Rendering diagram. For example, the computer device recognizes whether there is a center line in the map element according to the center line channel, and when there is a center line, the center line in the map element is rendered to the center line rendering image corresponding to the center line channel.
在本实施例中,计算机设备根据每个通道维度识别对应的地图元素,并将地图元素渲染至通道维度对应的地图元素渲染图中,能够将障碍物周围地图信 息直观地显示出来。同时,有利于后续根据通道维度将地图元素渲染图和轨迹渲染图进行拼接。In this embodiment, the computer device recognizes the corresponding map element according to each channel dimension, and renders the map element to the map element rendering diagram corresponding to the channel dimension, which can visually display the map information around the obstacle. At the same time, it is conducive to the subsequent stitching of the map element rendering map and the trajectory rendering map according to the channel dimension.
在其中一个实施例中,特征提取器包括多个网络层,通过特征提取器对拼接后的图像矩阵进行特征提取,得到特征提取结果,包括:通过特征提取器的输入层提取拼接后的图像矩阵中的图像向量和上下文向量;将图像向量和上下文向量输入卷积层,提取图像向量对应的图像特征信息和上下文向量对应的上下文特征信息;将图像特征信息和上下文特征信息输入池化层,对图像特征信息和上下文特征信息进行降维处理;将降维处理后的图像特征信息输入全连接层,输出拼接后的图像矩阵对应的特征提取结果。In one of the embodiments, the feature extractor includes multiple network layers, and the feature extractor is used to perform feature extraction on the stitched image matrix to obtain the feature extraction result, including: extracting the stitched image matrix through the input layer of the feature extractor The image vector and context vector in the image vector; input the image vector and context vector into the convolutional layer, extract the image feature information corresponding to the image vector and the context feature information corresponding to the context vector; input the image feature information and context feature information into the pooling layer, right Image feature information and context feature information are processed for dimensionality reduction; the image feature information after dimensionality reduction is input into the fully connected layer, and the feature extraction result corresponding to the spliced image matrix is output.
计算机设备在得到拼接后的图像矩阵后,调用特征提取器,将拼接后的图像矩阵输入至特征提取器中进行特征提取。特征提取器是根据样本数据对卷积神经网络模型进行训练得到的。特征提取器可以包括多个网络层结构。例如,可以包括输入层、卷积层、池化层和全连接层。After obtaining the spliced image matrix, the computer device calls the feature extractor, and inputs the spliced image matrix into the feature extractor for feature extraction. The feature extractor is obtained by training the convolutional neural network model according to the sample data. The feature extractor may include multiple network layer structures. For example, it can include an input layer, a convolutional layer, a pooling layer, and a fully connected layer.
计算机设备通过特征提取器的输入层将拼接后的图像矩阵中的图像向量和上下文向量提取出来。特征提取器的输入层将提取的图像向量和上下文向量作为卷积层的输入,通过卷积层进行相应特征信息的提取,得到图像特征信息和上下文特征信息。图像特征信息可以包括空间特征信息和时序特征信息。空间特征信息可以包括障碍物的历史速度变化信息。时序特征信息可以包括障碍物在预设时间段内的位置信息与方向信息。特征提取器的卷积层从而将图像特征信息和上下文特征信息作为池化层的输入,通过池化层对图像特征信息和上下文特征信息进行降维处理。特征提取器的池化层将降维处理后的图像特征信息和上下文特征信息作为全连接层的输入,通过全连接层输出拼接后的图像矩阵对应的特征提取结果。The computer equipment extracts the image vector and context vector in the spliced image matrix through the input layer of the feature extractor. The input layer of the feature extractor takes the extracted image vector and context vector as the input of the convolution layer, and extracts corresponding feature information through the convolution layer to obtain image feature information and context feature information. The image feature information may include spatial feature information and time series feature information. The spatial feature information may include the historical speed change information of the obstacle. The time sequence feature information may include position information and direction information of the obstacle within a preset time period. The convolutional layer of the feature extractor thus takes the image feature information and context feature information as the input of the pooling layer, and performs dimensionality reduction processing on the image feature information and context feature information through the pooling layer. The pooling layer of the feature extractor takes the image feature information and context feature information after dimensionality reduction processing as the input of the fully connected layer, and outputs the feature extraction result corresponding to the spliced image matrix through the fully connected layer.
在本实施例中,计算机设备通过特征提取器的输入层提取拼接后的图像矩阵中的图像向量和上下文向量,通过卷积层提取图像向量对应的图像特征信息和上下文向量对应的上下文特征信息,能够将拼接后的图像矩阵中的干扰信息进行过滤,实现对拼接后的图像矩阵进行聚焦处理,得到特征信息。计算机设备通过特征提取器的池化层对图像特征信息和上下文特征信息进行降维处理,能够提取主要的图像特征信息和上下文特征,避免多余特征的影响。计算机设备进而通过全连接层输出图像矩阵对应的特征提取结果,有利于提高特征提取的准确性。In this embodiment, the computer device extracts the image vector and context vector in the spliced image matrix through the input layer of the feature extractor, and extracts the image feature information corresponding to the image vector and the context feature information corresponding to the context vector through the convolutional layer, The interference information in the spliced image matrix can be filtered, and the spliced image matrix can be focused to obtain characteristic information. The computer device performs dimensionality reduction processing on the image feature information and context feature information through the pooling layer of the feature extractor, which can extract the main image feature information and context feature and avoid the influence of redundant features. The computer device then outputs the feature extraction result corresponding to the image matrix through the fully connected layer, which helps to improve the accuracy of feature extraction.
在其中一个实施例中,对特征提取结果进行回归预测,得到多个障碍物在预设时间段内的轨迹,包括:根据预设时间段和预设采样率计算得到预测点的数量;根据预测点的数量和特征提取结果回归预测多个障碍物在预设时间段内的位置变化信息;根据位置变化信息得到多个障碍物在预设时间段内的轨迹。In one of the embodiments, performing regression prediction on the feature extraction result to obtain the trajectory of multiple obstacles within a preset time period includes: calculating the number of predicted points according to the preset time period and the preset sampling rate; The number of points and the feature extraction result regression predict the position change information of multiple obstacles in a preset time period; according to the position change information, the trajectory of the multiple obstacles in the preset time period is obtained.
计算机设备在得到特征提取结果后,根据预设时间段和预设采样率计算得到预测点的数量。预测点的数量可以是预设时间段与预设采样率作比得到的。例如,预设时间段为5s,预设采样率为0.2,则5/0.2=25,即预测点的数量为25。计算机设备根据特征提取结果回归预测每个预测点的位置信息。位置信息可以是障碍物的位置坐标。计算机设备根据多个预测点的位置信息计算得到障碍物在预设时间段内的位置变化信息。位置变化信息可以是位置偏移量。计算机设备进而根据位置变化信息得到障碍物在预设时间段内的轨迹。After the computer device obtains the feature extraction result, it calculates the number of prediction points according to the preset time period and the preset sampling rate. The number of prediction points can be obtained by comparing the preset time period with the preset sampling rate. For example, if the preset time period is 5s and the preset sampling rate is 0.2, then 5/0.2=25, that is, the number of prediction points is 25. The computer equipment regression predicts the location information of each predicted point according to the feature extraction result. The location information may be the location coordinates of the obstacle. The computer device calculates the position change information of the obstacle within the preset time period according to the position information of the multiple prediction points. The position change information may be a position offset. The computer device further obtains the trajectory of the obstacle within the preset time period according to the position change information.
在本实施例中,计算机设备根据预设时间段和预设采样率计算得到预测点的数量,根据预测点的数量和特征提取结果回归预测多个障碍物在预设时间段内的位置变化信息,进而根据位置变化信息得到多个障碍物在预设时间段内的轨迹。由于特征提取结果包含有多个障碍物的特征信息,提供了更大范围的上 下文特征信息。同时,只需通过一次预测就可以得到多个障碍物在预设时间段内的轨迹,从而有效减少了计算量,提高了轨迹预测效率,实现实时对障碍物进行轨迹预测。In this embodiment, the computer device calculates the number of prediction points according to the preset time period and the preset sampling rate, and predicts the position change information of multiple obstacles within the preset time period based on the number of prediction points and the feature extraction result. , And then obtain the trajectories of multiple obstacles within a preset time period according to the position change information. Since the feature extraction result contains feature information of multiple obstacles, it provides a wider range of context feature information. At the same time, the trajectory of multiple obstacles within a preset time period can be obtained by only one prediction, thereby effectively reducing the amount of calculation, improving the efficiency of trajectory prediction, and realizing real-time trajectory prediction of obstacles.
在其中一个实施例中,获取当前环境中障碍物的历史轨迹信息,包括:获取待检测信息;根据待检测信息的类型对待检测信息进行检测,确定当前环境中的障碍物;对障碍物的运动过程进行跟踪,获取障碍物的历史轨迹信息。In one of the embodiments, obtaining historical trajectory information of obstacles in the current environment includes: obtaining information to be detected; detecting the information to be detected according to the type of information to be detected, and determining the obstacle in the current environment; and moving the obstacle The process is tracked and the historical trajectory information of obstacles is obtained.
在自动驾驶过程中,车载传感器采集待检测信息,将采集到的待检测信息发送至计算机设备。计算机设备根据待检测信息的类型对待检测信息进行检测,确定当前时刻环境中的障碍物信息。车载传感器可以是激光雷达,也可以是车载摄像头。当车载传感器为激光雷达时,待检测信息的类型为点云数据。计算机设备可以通过对点云数据进行分类,确定当前时刻环境中的障碍物。当车载传感器为车载摄像头时,待检测信息的类型为图像。计算机设备可以对图像按照语义类别进行分割和语义标注,确定当前环境中的障碍物。计算机设备对障碍物的运动过程进行跟踪,根据障碍物在前一时刻的位置信息来预测当前时刻的位置信息,将预测得到的当前时刻的位置信息与实际位置信息进行比较,得到误差信息。根据误差信息对下一时刻的位置信息进行修正,从而得到多个障碍物的历史轨迹信息。计算机设备可以获取多种类型的待检测信息,根据待检测信息的类型确定对应的检测方式,实现对当前环境中的障碍物进行检测,并对障碍物的运动过程进行跟踪,获取障碍物的历史轨迹信息。能够灵活地进行障碍物检测,并获取对应的历史轨迹信息。In the process of automatic driving, the vehicle-mounted sensor collects the information to be detected, and sends the collected information to be detected to the computer equipment. The computer equipment detects the information to be detected according to the type of the information to be detected, and determines the obstacle information in the environment at the current moment. The vehicle-mounted sensor can be a lidar or a vehicle-mounted camera. When the vehicle-mounted sensor is a lidar, the type of information to be detected is point cloud data. The computer equipment can classify the point cloud data to determine the obstacles in the environment at the current moment. When the vehicle-mounted sensor is a vehicle-mounted camera, the type of information to be detected is an image. Computer equipment can segment and semantically label images according to semantic categories, and determine obstacles in the current environment. The computer equipment tracks the movement process of the obstacle, predicts the current position information based on the position information of the obstacle at the previous time, and compares the predicted current position information with the actual position information to obtain error information. According to the error information, the position information at the next moment is corrected to obtain the historical trajectory information of multiple obstacles. Computer equipment can obtain multiple types of information to be detected, determine the corresponding detection method according to the type of information to be detected, realize the detection of obstacles in the current environment, track the movement process of the obstacles, and obtain the history of the obstacles Track information. It can flexibly detect obstacles and obtain corresponding historical trajectory information.
在其中一个实施例中,如图6所示,提供了一种轨迹预测装置,包括:获取模块602、第一渲染模块604、第二渲染模块606、拼接模块608、提取模块610和预测模块612,其中:In one of the embodiments, as shown in FIG. 6, a trajectory prediction device is provided, including: an acquisition module 602, a first rendering module 604, a second rendering module 606, a splicing module 608, an extraction module 610, and a prediction module 612 ,among them:
获取模块602,用于获取当前环境中多个障碍物的历史轨迹信息和当前位置信息。The obtaining module 602 is used to obtain historical trajectory information and current position information of multiple obstacles in the current environment.
第一渲染模块604,用于将历史轨迹信息进行渲染,得到轨迹渲染图。The first rendering module 604 is configured to render historical trajectory information to obtain a trajectory rendering map.
第二渲染模块606,用于在当前位置信息中提取地图元素,根据多个通道维度将地图元素渲染至对应的地图元素渲染图中。The second rendering module 606 is configured to extract map elements from the current location information, and render the map elements into corresponding map element rendering images according to multiple channel dimensions.
拼接模块608,用于根据多个通道维度将轨迹渲染图和地图元素渲染图进行拼接,得到拼接后的图像矩阵。The splicing module 608 is used for splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix.
提取模块610,用于将拼接后的图像矩阵输入至训练后的特征提取器,通过特征提取器对拼接后的图像矩阵进行特征提取,得到特征提取结果。The extraction module 610 is configured to input the spliced image matrix to the trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result.
预测模块612,用于根据特征提取结果预测多个障碍物在预设时间段内的轨迹。The prediction module 612 is configured to predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
在其中一个实施例中,第一渲染模块604还用于根据历史轨迹信息确定历史时序信息;将历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。In one of the embodiments, the first rendering module 604 is further configured to determine historical time series information according to historical trajectory information; merge the historical time series information in the current frame to obtain trajectory rendering maps corresponding to multiple obstacles.
在其中一个实施例中,第二渲染模块606还用于根据每个通道维度在地图元素中识别是否存在通道维度对应的地图元素;当地图元素中存在通道维度对应的地图元素时,则将地图元素渲染至通道维度对应的地图元素渲染图中。In one of the embodiments, the second rendering module 606 is further configured to identify whether there is a map element corresponding to the channel dimension in the map element according to each channel dimension; when there is a map element corresponding to the channel dimension in the map element, the map The element is rendered to the map element rendering image corresponding to the channel dimension.
在其中一个实施例中,提取模块610还用于通过特征提取器的输入层提取拼接后的图像矩阵中的图像向量和上下文向量;将图像向量和上下文向量输入卷积层,提取图像向量对应的图像特征信息和上下文向量对应的上下文特征信息;将图像特征信息和上下文特征信息输入池化层,对图像特征信息和上下文特征信息进行降维处理;将降维处理后的图像特征信息和上下文特征信息输入全连接层,输出拼接后的图像矩阵对应的特征提取结果。In one of the embodiments, the extraction module 610 is also used to extract the image vector and the context vector in the stitched image matrix through the input layer of the feature extractor; input the image vector and the context vector into the convolutional layer, and extract the corresponding image vector Image feature information and context feature information corresponding to the context vector; input image feature information and context feature information to the pooling layer, and perform dimensionality reduction processing on image feature information and context feature information; image feature information and context feature after dimensionality reduction processing The information is input to the fully connected layer, and the feature extraction result corresponding to the spliced image matrix is output.
在其中一个实施例中,预测模块612还用于根据预设时间段和预设采样率计算得到预测点的数量;根据预测点的数量和特征提取结果回归预测多个障碍物在预设时间段内的位置变化信息;根据位置变化信息得到多个障碍物在预设时间段内的轨迹。In one of the embodiments, the prediction module 612 is further configured to calculate the number of prediction points according to the preset time period and the preset sampling rate; according to the number of prediction points and the feature extraction result, regression prediction of multiple obstacles in the preset time period The position change information within; obtain the trajectory of multiple obstacles in a preset time period according to the position change information.
在其中一个实施例中,获取模块602还用于获取待检测信息;根据待检测信息的类型对待检测信息进行检测,确定当前环境中的障碍物;对障碍物的运动过程进行跟踪,获取障碍物的历史轨迹信息。In one of the embodiments, the acquisition module 602 is also used to acquire the information to be detected; to detect the information to be detected according to the type of the information to be detected, to determine the obstacles in the current environment; to track the movement process of the obstacles to obtain the obstacles Historical track information.
关于轨迹预测装置的具体限定可以参见上文中对于轨迹预测方法的限定,在此不再赘述。上述轨迹预测装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。For the specific limitation of the trajectory prediction device, please refer to the above limitation on the trajectory prediction method, which will not be repeated here. Each module in the above-mentioned trajectory prediction device can be implemented in whole or in part by software, hardware, and a combination thereof. The above-mentioned modules may be embedded in the form of hardware or independent of the processor in the computer equipment, or may be stored in the memory of the computer equipment in the form of software, so that the processor can call and execute the operations corresponding to the above-mentioned modules.
在其中一个实施例中,提供了一种计算机设备,其内部结构图可以如图7所示。该计算机设备包括通过系统总线连接的处理器、存储器、通信接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于存储障碍物的历史轨迹信息和当前位置信息。该计算机设备的通信接口用于与车载传感器和车载定位器连接通信。该计算机可读指令被处理器执行时以实现一种轨迹预测方法。In one of the embodiments, a computer device is provided, and its internal structure diagram may be as shown in FIG. 7. The computer equipment includes a processor, a memory, a communication interface and a database connected through a system bus. Among them, the processor of the computer device is used to provide calculation and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer readable instructions, and a database. The internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium. The database of the computer equipment is used to store the historical trajectory information and current position information of obstacles. The communication interface of the computer device is used to connect and communicate with the vehicle-mounted sensor and the vehicle-mounted locator. The computer readable instructions are executed by the processor to realize a trajectory prediction method.
本领域技术人员可以理解,图7中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定, 具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。Those skilled in the art can understand that the structure shown in FIG. 7 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied. The specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
一种计算机设备,包括存储器及一个或多个处理器,存储器中储存有计算机可读指令,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行上述各个方法实施例中的步骤。A computer device that includes a memory and one or more processors. The memory stores computer-readable instructions. When the computer-readable instructions are executed by one or more processors, the one or more processors execute each of the foregoing method implementations. The steps in the example.
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行上述各个方法实施例中的步骤。One or more non-volatile computer-readable storage media storing computer-readable instructions. When the computer-readable instructions are executed by one or more processors, the one or more processors execute the steps in each of the foregoing method embodiments. step.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。A person of ordinary skill in the art can understand that all or part of the processes in the above-mentioned embodiment methods can be implemented by instructing relevant hardware through computer-readable instructions. The computer-readable instructions can be stored in a non-volatile computer. In a readable storage medium, when the computer-readable instructions are executed, they may include the processes of the above-mentioned method embodiments. Wherein, any reference to memory, storage, database, or other media used in the embodiments provided in this application may include non-volatile and/or volatile memory. Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory may include random access memory (RAM) or external cache memory. As an illustration and not a limitation, RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特 征的组合不存在矛盾,都应当认为是本说明书记载的范围。The technical features of the above embodiments can be combined arbitrarily. In order to make the description concise, all possible combinations of the technical features in the above embodiments are not described. However, as long as there is no contradiction in the combination of these technical features, they should be It is considered as the range described in this specification.
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。The above-mentioned embodiments only express several implementation manners of the present application, and the description is relatively specific and detailed, but it should not be understood as a limitation on the scope of the invention patent. It should be pointed out that for those of ordinary skill in the art, without departing from the concept of this application, several modifications and improvements can be made, and these all fall within the protection scope of this application. Therefore, the scope of protection of the patent of this application shall be subject to the appended claims.

Claims (20)

  1. 一种轨迹预测方法,包括:A trajectory prediction method, including:
    获取当前环境中多个障碍物的历史轨迹信息,和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
    将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
    在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素进行渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
    根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
    将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
    根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  2. 根据权利要求1所述的方法,其特征在于,所述将所述历史轨迹信息进行渲染,得到轨迹渲染图,包括:The method according to claim 1, wherein the rendering the historical trajectory information to obtain a trajectory rendering map comprises:
    根据所述历史轨迹信息确定历史时序信息;及Determine historical time sequence information according to the historical track information; and
    将所述历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。The historical time sequence information is merged in the current frame to obtain a trajectory rendering map corresponding to multiple obstacles.
  3. 根据权利要求1所述的方法,其特征在于,所述根据多个通道维度将所述地图元素进行渲染至对应的地图元素渲染图中,包括:The method according to claim 1, wherein the rendering the map element to a corresponding map element rendering image according to multiple channel dimensions comprises:
    根据每个通道维度在所述地图元素中识别是否存在所述通道维度对应的地图元素;及Identify whether there is a map element corresponding to the channel dimension in the map element according to each channel dimension; and
    当所述地图元素中存在所述通道维度对应的地图元素时,则将所述地图元素渲染至所述通道维度对应的地图元素渲染图中。When the map element corresponding to the channel dimension exists in the map element, the map element is rendered to the map element rendering map corresponding to the channel dimension.
  4. 根据权利要求1所述的方法,其特征在于,所述特征提取器包括多个 网络层,所述通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果,包括:The method according to claim 1, wherein the feature extractor includes a plurality of network layers, and the feature extractor is used to perform feature extraction on the stitched image matrix to obtain a feature extraction result, including :
    通过所述特征提取器的输入层提取所述拼接后的图像矩阵中的图像向量和上下文向量;Extracting the image vector and the context vector in the spliced image matrix through the input layer of the feature extractor;
    将所述图像向量和上下文向量输入卷积层,提取所述图像向量对应的图像特征信息和所述上下文向量对应的上下文特征信息;Inputting the image vector and the context vector into the convolutional layer, and extracting the image feature information corresponding to the image vector and the context feature information corresponding to the context vector;
    将所述图像特征信息和上下文特征信息输入池化层,对所述图像特征信息和上下文特征信息进行降维处理;及Input the image feature information and context feature information to the pooling layer, and perform dimensionality reduction processing on the image feature information and context feature information; and
    将降维处理后的图像特征信息和上下文特征信息输入全连接层,输出所述拼接后的图像矩阵对应的特征提取结果。The image feature information and context feature information after the dimensionality reduction process are input into the fully connected layer, and the feature extraction result corresponding to the spliced image matrix is output.
  5. 根据权利要求1所述的方法,其特征在于,所述根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹,包括:The method according to claim 1, wherein the predicting the trajectory of a plurality of obstacles within a preset time period according to the feature extraction result comprises:
    根据预设时间段和预设采样率计算得到预测点的数量;Calculate the number of prediction points according to the preset time period and preset sampling rate;
    根据所述预测点的数量和所述特征提取结果回归预测多个障碍物在预设时间段内的位置变化信息;及According to the number of prediction points and the feature extraction result, regression prediction of position change information of multiple obstacles within a preset time period; and
    根据所述位置变化信息得到多个障碍物在预设时间段内的轨迹。Obtain the trajectories of multiple obstacles within a preset time period according to the position change information.
  6. 根据权利要求1至5中任意一项所述的方法,其特征在于,所述获取当前环境中障碍物的历史轨迹信息,包括:The method according to any one of claims 1 to 5, wherein the acquiring historical trajectory information of obstacles in the current environment comprises:
    获取待检测信息;Obtain the information to be detected;
    根据所述待检测信息的类型对所述待检测信息进行检测,确定当前环境中的障碍物;及Detect the information to be detected according to the type of the information to be detected, and determine obstacles in the current environment; and
    对所述障碍物的运动过程进行跟踪,获取所述障碍物的历史轨迹信息。The movement process of the obstacle is tracked, and the historical trajectory information of the obstacle is obtained.
  7. 一种轨迹预测装置,包括:A trajectory prediction device includes:
    获取模块,用于获取当前环境中多个障碍物的历史轨迹信息和当前位置信息;The acquisition module is used to acquire historical trajectory information and current position information of multiple obstacles in the current environment;
    第一渲染模块,用于将所述历史轨迹信息进行渲染,得到轨迹渲染图;The first rendering module is configured to render the historical trajectory information to obtain a trajectory rendering map;
    第二渲染模块,用于在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;The second rendering module is configured to extract map elements from the current location information, and render the map elements into corresponding map element rendering images according to multiple channel dimensions;
    拼接模块,用于根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;A splicing module, configured to splice the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
    提取模块,用于将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及An extraction module, configured to input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
    预测模块,用于根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。The prediction module is used to predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  8. 根据权利要求7所述的装置,其特征在于,所述第一渲染模块还用于根据所述历史轨迹信息确定历史时序信息;及将所述历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。8. The device according to claim 7, wherein the first rendering module is further configured to determine historical timing information according to the historical trajectory information; and fusing the historical timing information in the current frame to obtain multiple obstacles The trajectory rendering map corresponding to the object.
  9. 根据权利要求7所述的装置,其特征在于,所述第二渲染模块还用于根据每个通道维度在所述地图元素中识别是否存在所述通道维度对应的地图元素;及当所述地图元素中存在所述通道维度对应的地图元素时,则将所述地图元素渲染至所述通道维度对应的地图元素渲染图中。7. The device according to claim 7, wherein the second rendering module is further configured to identify in the map element whether there is a map element corresponding to the channel dimension according to each channel dimension; and when the map When the map element corresponding to the channel dimension exists in the element, the map element is rendered to the map element rendering map corresponding to the channel dimension.
  10. 根据权利要求7所述的装置,其特征在于,所述提取模块还用于通过所述特征提取器的输入层提取所述拼接后的图像矩阵中的图像向量和上下文向量;将所述图像向量和上下文向量输入卷积层,提取所述图像向量对应的图像特征信息和所述上下文向量对应的上下文特征信息;将所述图像特征信 息和上下文特征信息输入池化层,对所述图像特征信息和上下文特征信息进行降维处理;及将降维处理后的图像特征信息和上下文特征信息输入全连接层,输出所述拼接后的图像矩阵对应的特征提取结果。7. The device according to claim 7, wherein the extraction module is further configured to extract the image vector and the context vector in the stitched image matrix through the input layer of the feature extractor; And the context vector input convolutional layer, extract the image feature information corresponding to the image vector and the context feature information corresponding to the context vector; input the image feature information and the context feature information into the pooling layer, and compare the image feature information Perform dimensionality reduction processing with the context feature information; and input the dimensionality reduction processed image feature information and context feature information into the fully connected layer, and output the feature extraction result corresponding to the spliced image matrix.
  11. 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中存储有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:A computer device includes a memory and one or more processors. The memory stores computer-readable instructions. When the computer-readable instructions are executed by the one or more processors, the one or more processors Each processor performs the following steps:
    获取当前环境中多个障碍物的历史轨迹信息,和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
    将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
    在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
    根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
    将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
    根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  12. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:根据所述历史轨迹信息确定历史时序信息;及将所述历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。The computer device according to claim 11, wherein the processor further executes the following steps when executing the computer-readable instructions: determining historical timing information according to the historical trajectory information; and storing the historical timing information in The current frame is fused to obtain the trajectory rendering map corresponding to multiple obstacles.
  13. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:根据每个通道维度在所述地图元素中识别是否存在所述通道维度对应的地图元素;及当所述地图元素中存在所述通道维度对应的地图元素时,则将所述地图元素渲染至所述通道维度对应 的地图元素渲染图中。The computer device according to claim 11, wherein the processor further executes the following step when executing the computer-readable instructions: identifying in the map element whether there is a corresponding channel dimension according to each channel dimension And when the map element corresponding to the channel dimension exists in the map element, rendering the map element to the map element rendering map corresponding to the channel dimension.
  14. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:通过所述特征提取器的输入层提取所述拼接后的图像矩阵中的图像向量和上下文向量;将所述图像向量和上下文向量输入卷积层,提取所述图像向量对应的图像特征信息和所述上下文向量对应的上下文特征信息;将所述图像特征信息和上下文特征信息输入池化层,对所述图像特征信息和上下文特征信息进行降维处理;及将降维处理后的图像特征信息和上下文特征信息输入全连接层,输出所述拼接后的图像矩阵对应的特征提取结果。The computer device according to claim 11, wherein the processor further executes the following step when executing the computer-readable instruction: extracting the images in the spliced image matrix through the input layer of the feature extractor Image vector and context vector; input the image vector and context vector to the convolutional layer, extract the image feature information corresponding to the image vector and the context feature information corresponding to the context vector; combine the image feature information and context feature information Input the pooling layer to perform dimensionality reduction processing on the image feature information and context feature information; and input the dimensionality reduction processed image feature information and context feature information into the fully connected layer, and output the features corresponding to the spliced image matrix Extract the results.
  15. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:根据预设时间段和预设采样率计算得到预测点的数量;根据所述预测点的数量和所述特征提取结果回归预测多个障碍物在预设时间段内的位置变化信息;及根据所述位置变化信息得到多个障碍物在预设时间段内的轨迹。The computer device according to claim 11, wherein the processor further executes the following steps when executing the computer-readable instructions: calculating the number of prediction points according to a preset time period and a preset sampling rate; The number of prediction points and the feature extraction result regression predict the position change information of the multiple obstacles in a preset time period; and obtain the trajectory of the multiple obstacles in the preset time period according to the position change information.
  16. 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:One or more non-volatile computer-readable storage media storing computer-readable instructions. When the computer-readable instructions are executed by one or more processors, the one or more processors execute the following steps:
    获取当前环境中多个障碍物的历史轨迹信息,和当前位置信息;Obtain historical trajectory information and current position information of multiple obstacles in the current environment;
    将所述历史轨迹信息进行渲染,得到轨迹渲染图;Rendering the historical trajectory information to obtain a trajectory rendering diagram;
    在所述当前位置信息中提取地图元素,根据多个通道维度将所述地图元素渲染至对应的地图元素渲染图中;Extracting a map element from the current location information, and rendering the map element to a corresponding map element rendering image according to multiple channel dimensions;
    根据多个通道维度将所述轨迹渲染图和所述地图元素渲染图进行拼接,得到拼接后的图像矩阵;Splicing the trajectory rendering map and the map element rendering map according to multiple channel dimensions to obtain a spliced image matrix;
    将所述拼接后的图像矩阵输入至训练后的特征提取器,通过所述特征提取器对所述拼接后的图像矩阵进行特征提取,得到特征提取结果;及Input the spliced image matrix to a trained feature extractor, and perform feature extraction on the spliced image matrix through the feature extractor to obtain a feature extraction result; and
    根据所述特征提取结果预测多个障碍物在预设时间段内的轨迹。Predict the trajectory of multiple obstacles in a preset time period according to the feature extraction result.
  17. 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:根据所述历史轨迹信息确定历史时序信息;及将所述历史时序信息在当前帧进行融合,得到多个障碍物对应的轨迹渲染图。The storage medium according to claim 16, wherein when the computer-readable instructions are executed by the processor, the following steps are further performed: determining historical timing information according to the historical trajectory information; and converting the historical timing information Perform fusion in the current frame to obtain the trajectory rendering map corresponding to multiple obstacles.
  18. 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:根据每个通道维度在所述地图元素中识别是否存在所述通道维度对应的地图元素;及当所述地图元素中存在所述通道维度对应的地图元素时,则将所述地图元素渲染至所述通道维度对应的地图元素渲染图中。The storage medium according to claim 16, characterized in that, when the computer-readable instructions are executed by the processor, the following step is further performed: identifying whether the channel dimension exists in the map element according to each channel dimension Corresponding map element; and when the map element corresponding to the channel dimension exists in the map element, rendering the map element to the map element rendering map corresponding to the channel dimension.
  19. 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:通过所述特征提取器的输入层提取所述拼接后的图像矩阵中的图像向量和上下文向量;将所述图像向量和上下文向量输入卷积层,提取所述图像向量对应的图像特征信息和所述上下文向量对应的上下文特征信息;将所述图像特征信息和上下文特征信息输入池化层,对所述图像特征信息和上下文特征信息进行降维处理;及将降维处理后的图像特征信息和上下文特征信息输入全连接层,输出所述拼接后的图像矩阵对应的特征提取结果。The storage medium according to claim 16, wherein, when the computer-readable instructions are executed by the processor, the following step is further executed: extracting from the spliced image matrix through the input layer of the feature extractor The image vector and context vector of the image vector; input the image vector and the context vector into the convolutional layer, and extract the image feature information corresponding to the image vector and the context feature information corresponding to the context vector; combine the image feature information and the context feature The information is input to the pooling layer to perform dimensionality reduction processing on the image feature information and context feature information; and the image feature information and context feature information after the dimensionality reduction process are input to the fully connected layer, and the corresponding image matrix is output Feature extraction results.
  20. 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:根据预设时间段和预设采样率计算得到预测点的数量;根据所述预测点的数量和所述特征提取结果回归预测多 个障碍物在预设时间段内的位置变化信息;及根据所述位置变化信息得到多个障碍物在预设时间段内的轨迹。The storage medium according to claim 16, wherein when the computer-readable instructions are executed by the processor, the following steps are further executed: calculating the number of prediction points according to a preset time period and a preset sampling rate; The number of prediction points and the feature extraction result regression predict the position change information of the multiple obstacles in a preset time period; and obtain the trajectory of the multiple obstacles in the preset time period according to the position change information.
PCT/CN2019/130188 2019-12-30 2019-12-30 Path prediction method and apparatus, computer device, and storage medium WO2021134354A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201980037489.0A CN113811830B (en) 2019-12-30 2019-12-30 Trajectory prediction method, apparatus, computer device and storage medium
PCT/CN2019/130188 WO2021134354A1 (en) 2019-12-30 2019-12-30 Path prediction method and apparatus, computer device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/130188 WO2021134354A1 (en) 2019-12-30 2019-12-30 Path prediction method and apparatus, computer device, and storage medium

Publications (1)

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

Family

ID=76685830

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/130188 WO2021134354A1 (en) 2019-12-30 2019-12-30 Path prediction method and apparatus, computer device, and storage medium

Country Status (2)

Country Link
CN (1) CN113811830B (en)
WO (1) WO2021134354A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114089775A (en) * 2022-01-20 2022-02-25 杭州蓝芯科技有限公司 Mobile robot obstacle stopping control method and device
CN114245177A (en) * 2021-12-17 2022-03-25 智道网联科技(北京)有限公司 Smooth display method and device of high-precision map, electronic equipment and storage medium
CN115257727A (en) * 2022-09-27 2022-11-01 禾多科技(北京)有限公司 Obstacle information fusion method and device, electronic equipment and computer readable medium
CN115657674A (en) * 2022-10-26 2023-01-31 宝开(上海)智能物流科技有限公司 Distributed path planning method and device based on graph neural network
CN115953746A (en) * 2023-03-13 2023-04-11 中国铁塔股份有限公司 Ship monitoring method and device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114610020B (en) * 2022-01-28 2023-05-23 广州文远知行科技有限公司 Obstacle movement track prediction method, device, equipment and storage medium
CN114648551B (en) * 2022-05-19 2022-08-16 武汉深图智航科技有限公司 Trajectory prediction method and apparatus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140032108A1 (en) * 2012-07-30 2014-01-30 GM Global Technology Operations LLC Anchor lane selection method using navigation input in road change scenarios
CN106778548A (en) * 2016-11-30 2017-05-31 百度在线网络技术(北京)有限公司 Method and apparatus for detecting barrier
CN108803617A (en) * 2018-07-10 2018-11-13 深圳大学 Trajectory predictions method and device
CN109901194A (en) * 2019-03-18 2019-06-18 爱驰汽车有限公司 Onboard system, method, equipment and the storage medium of anticollision
CN110570664A (en) * 2019-09-23 2019-12-13 山东科技大学 automatic detection system for highway traffic incident

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2107528B1 (en) * 2008-04-01 2012-12-26 Telefonaktiebolaget L M Ericsson (PUBL) Method of and arrangement for rendering a path
US10578453B2 (en) * 2017-07-14 2020-03-03 Rosemount Aerospace Inc. Render-based trajectory planning
CN109927719B (en) * 2017-12-15 2022-03-25 百度在线网络技术(北京)有限公司 Auxiliary driving method and system based on obstacle trajectory prediction
CN109101690B (en) * 2018-07-11 2023-05-02 深圳地平线机器人科技有限公司 Method and apparatus for rendering scenes in a vehicle autopilot simulator
CN109739926B (en) * 2019-01-09 2021-07-02 南京航空航天大学 Method for predicting destination of moving object based on convolutional neural network
CN109885066B (en) * 2019-03-26 2021-08-24 北京经纬恒润科技股份有限公司 Motion trail prediction method and device
CN110047124A (en) * 2019-04-23 2019-07-23 北京字节跳动网络技术有限公司 Method, apparatus, electronic equipment and the computer readable storage medium of render video
CN110223318A (en) * 2019-04-28 2019-09-10 驭势科技(北京)有限公司 A kind of prediction technique of multi-target track, device, mobile unit and storage medium
CN110428500B (en) * 2019-07-29 2022-07-12 腾讯科技(深圳)有限公司 Track data processing method, device, storage medium and equipment
CN112651990B (en) * 2020-12-25 2022-12-16 际络科技(上海)有限公司 Motion trajectory prediction method and system, electronic device and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140032108A1 (en) * 2012-07-30 2014-01-30 GM Global Technology Operations LLC Anchor lane selection method using navigation input in road change scenarios
CN106778548A (en) * 2016-11-30 2017-05-31 百度在线网络技术(北京)有限公司 Method and apparatus for detecting barrier
CN108803617A (en) * 2018-07-10 2018-11-13 深圳大学 Trajectory predictions method and device
CN109901194A (en) * 2019-03-18 2019-06-18 爱驰汽车有限公司 Onboard system, method, equipment and the storage medium of anticollision
CN110570664A (en) * 2019-09-23 2019-12-13 山东科技大学 automatic detection system for highway traffic incident

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114245177A (en) * 2021-12-17 2022-03-25 智道网联科技(北京)有限公司 Smooth display method and device of high-precision map, electronic equipment and storage medium
CN114245177B (en) * 2021-12-17 2024-01-23 智道网联科技(北京)有限公司 Smooth display method and device of high-precision map, electronic equipment and storage medium
CN114089775A (en) * 2022-01-20 2022-02-25 杭州蓝芯科技有限公司 Mobile robot obstacle stopping control method and device
CN115257727A (en) * 2022-09-27 2022-11-01 禾多科技(北京)有限公司 Obstacle information fusion method and device, electronic equipment and computer readable medium
CN115257727B (en) * 2022-09-27 2022-12-23 禾多科技(北京)有限公司 Obstacle information fusion method and device, electronic equipment and computer readable medium
CN115657674A (en) * 2022-10-26 2023-01-31 宝开(上海)智能物流科技有限公司 Distributed path planning method and device based on graph neural network
CN115953746A (en) * 2023-03-13 2023-04-11 中国铁塔股份有限公司 Ship monitoring method and device

Also Published As

Publication number Publication date
CN113811830B (en) 2022-05-10
CN113811830A (en) 2021-12-17

Similar Documents

Publication Publication Date Title
WO2021134354A1 (en) Path prediction method and apparatus, computer device, and storage medium
WO2021134325A1 (en) Obstacle detection method and apparatus based on driverless technology and computer device
KR20200100792A (en) Target tracking method and device, storage medium
KR102499398B1 (en) Lane detection method and apparatus
WO2022222095A1 (en) Trajectory prediction method and apparatus, and computer device and storage medium
US11475248B2 (en) Auto-labeling of driving logs using analysis-by-synthesis and unsupervised domain adaptation
KR102015947B1 (en) Method for extracting image of learning object for autonomous driving and apparatus thereof
US20200239029A1 (en) Learning method and learning device for determining whether to switch mode of vehicle from manual driving mode to autonomous driving mode by performing trajectory-based behavior analysis on recent driving route
CN111169468A (en) Automatic parking system and method
US10796571B2 (en) Method and device for detecting emergency vehicles in real time and planning driving routes to cope with situations to be expected to be occurred by the emergency vehicles
JP2023083585A (en) Moving body tracking system, moving body tracking method and program
CN109579848B (en) Intermediate planning method for robot under global path
CN113587944B (en) Quasi-real-time vehicle driving route generation method, system and equipment
US20230278587A1 (en) Method and apparatus for detecting drivable area, mobile device and storage medium
CN111098850A (en) Automatic parking auxiliary system and automatic parking method
CN115204044A (en) Method, apparatus and medium for generating trajectory prediction model and processing trajectory information
JP7119197B2 (en) Lane attribute detection
CN114419552A (en) Illegal vehicle tracking method and system based on target detection
CN112445204A (en) Object movement navigation method and device in construction site and computer equipment
CN116129387A (en) Method and device for identifying bifurcation junctions
CN113383283A (en) Perception information processing method and device, computer equipment and storage medium
CN113160272B (en) Target tracking method and device, electronic equipment and storage medium
WO2022006777A1 (en) Method and system for performing lane-change classification on surrounding moving objects, and computer device and storage medium
CN109344776B (en) Data processing method
CN116880462A (en) Automatic driving model, training method, automatic driving method and vehicle

Legal Events

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

Ref document number: 19958246

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19958246

Country of ref document: EP

Kind code of ref document: A1