CN115359096B - Track prediction denoising method and device based on deep learning model and storage medium - Google Patents

Track prediction denoising method and device based on deep learning model and storage medium Download PDF

Info

Publication number
CN115359096B
CN115359096B CN202211290414.3A CN202211290414A CN115359096B CN 115359096 B CN115359096 B CN 115359096B CN 202211290414 A CN202211290414 A CN 202211290414A CN 115359096 B CN115359096 B CN 115359096B
Authority
CN
China
Prior art keywords
track
curvature
track points
prediction
points
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211290414.3A
Other languages
Chinese (zh)
Other versions
CN115359096A (en
Inventor
朱众志
徐培治
郭谢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianyi Transportation Technology Co ltd
Zhongzhixing Suzhou Technology Co ltd
Original Assignee
Tianyi Transportation Technology Co ltd
Zhongzhixing Suzhou Technology Co ltd
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 Tianyi Transportation Technology Co ltd, Zhongzhixing Suzhou Technology Co ltd filed Critical Tianyi Transportation Technology Co ltd
Priority to CN202211290414.3A priority Critical patent/CN115359096B/en
Publication of CN115359096A publication Critical patent/CN115359096A/en
Application granted granted Critical
Publication of CN115359096B publication Critical patent/CN115359096B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30241Trajectory
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Biophysics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Machines For Laying And Maintaining Railways (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a track prediction denoising method, a track prediction denoising device and a storage medium based on a deep learning model. The track prediction denoising method based on the deep learning model can effectively clean training data and screen out high-quality training samples, so that model prediction problems caused by the quality problems of the training samples are reduced, and the accuracy and stability of track prediction are improved.

Description

Track prediction denoising method and device based on deep learning model and storage medium
Technical Field
The invention belongs to the field of unmanned vehicle track prediction, and particularly relates to a track prediction technology based on a deep learning model.
Background
The track prediction technology based on the deep learning model is the mainstream track prediction technology at present. The training samples of the track prediction model mainly comprise two main types of representation methods, one is to take images or point clouds as training samples, and the other is to firstly vectorize tracks and map elements of road traffic participants, such as a waymo behavior prediction algorithm vector net, and the data are stored as training samples through a graph data structure. Compared to the former, vectorized data is more interpretative, favoring the construction of features, while being less computationally expensive for the model. Thus, the main study herein is a deep learning model using vectorized training samples.
For the trajectory prediction model, the training data is mainly composed of three parts: vehicle to be predicted (Agent), obstacle around vehicle to be predicted (Actor), map element (lane graph). For a prediction task, a history x-second track of a vehicle to be predicted and an obstacle around the vehicle to be predicted and map elements around the vehicle to be predicted are generally selected as inputs, and a future y-second track of the vehicle to be predicted is selected as a true value (GT) to train the neural network. In the track prediction model training, abnormal conditions such as loop hooking and reverse direction appear in the predicted track. The track can cause misjudgment of a downstream module, so that point braking or take over is caused, and unmanned vehicle performance is affected. Screening samples by manual sampling finds that there are about 16% training samples due to perceived or tracked instability, and there is a problem of true value jitter, which allows the model to fit false true values during training.
Disclosure of Invention
In order to solve the problem that a trace prediction model fits with a false true value during training caused by true value jitter of a training sample, the invention provides a method for improving the stability of the trace prediction model by denoising the training sample.
In order to achieve the above object, an embodiment of the present invention provides a trajectory prediction denoising method based on a deep learning model, which is characterized by comprising:
obtaining training samples from a track prediction training sample set;
acquiring tracking track data from a training sample;
analyzing all track points corresponding to the track true value from the track data;
calculating Euclidean distance between a starting point and an end point of the tracking track;
traversing all the track points, calculating Euclidean distances of adjacent track points and summing;
and calculating a jitter value according to the Euclidean distance between the starting point and the end point and the sum of the Euclidean distances between adjacent track points, and deleting the training samples with the jitter value larger than the jitter threshold value from the track prediction training sample set.
In order to achieve the above object, an embodiment of the present invention further provides a trajectory prediction denoising apparatus based on a deep learning model, which is characterized by comprising:
the training sample extraction module is used for obtaining training samples from the track prediction training sample set;
the tracking track data extraction module is used for acquiring tracking track data from the training samples;
the track analysis module is used for analyzing all track points corresponding to the track true value from the track tracing data;
the first calculation module is used for calculating Euclidean distance between the starting point and the end point of the tracking track;
the second calculation module is used for traversing all the track points, calculating Euclidean distances of adjacent track points and summing;
the third calculation module is used for calculating a jitter value according to the sum of Euclidean distances between the starting point and the end point and the Euclidean distance between the adjacent track points;
the comparison module is used for comparing the jitter value with the jitter threshold value;
and the filtering module is used for deleting the training samples with jitter values larger than the jitter threshold value from the track prediction training sample set.
To achieve the above object, an embodiment of the present invention further provides an apparatus, including a memory, a processor, and a program stored in the memory and executable on the processor, where the program when executed by the processor implements the steps of the trajectory prediction denoising method based on the deep learning model.
To achieve the above object, an embodiment of the present invention further provides a storage medium, where the storage medium stores at least one program, and the at least one program is executable by at least one processor to implement the steps of the trajectory prediction denoising method based on the deep learning model.
The invention has the beneficial effects that:
the track prediction denoising method based on the deep learning model can effectively clean training data and screen out high-quality training samples, so that model prediction problems caused by the quality problems of the training samples are reduced, and the accuracy and stability of track prediction are improved.
Drawings
FIG. 1 is a flow chart of a trajectory prediction denoising method based on a deep learning model according to embodiment 1;
FIG. 2 is a flow chart of a trajectory prediction denoising method based on a deep learning model according to embodiment 2;
fig. 3 is a block diagram of a track prediction denoising apparatus based on a deep learning model according to embodiment 3;
fig. 4 is a block diagram of a track prediction denoising apparatus based on a deep learning model according to embodiment 4;
fig. 5 is a block diagram showing the structure of the screening module in embodiment 4.
Detailed Description
Embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. It should be understood that the drawings and examples of the present application are for illustrative purposes only and are not intended to limit the scope of the present application.
Example 1
The embodiment provides a track prediction denoising method based on a deep learning model, as shown in fig. 1, including:
step 101, obtaining training samples from a training sample set of a track prediction model based on deep learning. The training samples consisted essentially of the following data: the method comprises the steps of taking historical x-second tracks of obstacles around a vehicle to be predicted and the vehicle to be predicted, map elements around the vehicle to be predicted and future y-second tracks of the vehicle to be predicted, wherein the historical x-second tracks of the obstacles around the vehicle to be predicted and the vehicle to be predicted, the map elements around the vehicle to be predicted are used as inputs of a track prediction model, and the future y-second tracks of the vehicle to be predicted are used as true values of the track prediction model to be output.
Through interface get_agent_ids (), tracking track IDs of all training samples in the database can be obtained, and the tracking track IDs correspond to the training samples one by one, so that corresponding training samples are obtained.
Step 102, obtaining tracking track data, namely future y seconds track data of the vehicle to be predicted, from the training sample.
By inputting the trace track ID to the interface get_track_by_id (), trace track data corresponding to the training sample can be returned from the database.
And step 103, analyzing all track points corresponding to the track true value by utilizing the existing analysis method from the track data of the training sample.
Step 104, the euclidean distance between the start point and the end point of the trace track is calculated and denoted as traj_len.
Step 105, traversing all track points of the training sample, calculating Euclidean distances of every two adjacent track points, and summing, and recording as a per.
And 106, calculating a jitter value score according to the Euclidean distance between the starting point and the ending point and the sum of the Euclidean distances between the adjacent track points, and deleting the training samples with the jitter value larger than the jitter threshold value from the track prediction training sample set.
Step 107, obtaining the next training sample, and repeating the steps 101-106 until all training samples are traversed.
Where score=spectrometer/traj_len, for a smooth track, the jitter value should be close to 1, and the jitter value is too large, indicating that the predicted track is abnormal, and the quality of the corresponding training sample is low. The jitter threshold can be set reasonably according to the expected target of track tracking. The training samples with jitter values larger than the jitter threshold value are deleted from the track prediction training sample set, namely the training samples with low quality and jitter of the track true value are deleted, and the training sample set is subjected to noise removal and cleaning, so that the model cannot be fitted with false true values during training, the model prediction problem caused by the quality problem of the training samples is reduced, and the accuracy and the stability of track prediction are improved.
The track prediction denoising method based on the deep learning model of the embodiment is mainly applied to a behavior or track prediction module in an automatic driving technology, and a prediction model developed on the basis of the deep learning technology at the front edge often needs a specific form of input. Particularly, in the model training stage, for the self-sampling data which are dynamically and continuously expanded, correct and available training and testing samples can be obtained, and the prediction track quality of the prediction model can be better improved from the data side.
Example 2
The embodiment provides a track prediction denoising method based on a deep learning model, which comprises steps 101-107 in embodiment 1, as shown in fig. 2, after cleaning a training sample in step 107 and deleting the training sample with a track true value jitter value, the method further comprises:
and step 108, for each remaining training sample in the track prediction training sample set, acquiring tracking track data, analyzing to obtain all track points corresponding to the track true value, traversing all track points, and calculating the curvature of the track points and the curvature variation of the adjacent track points.
The curvature calculation of each track point is carried out by taking every 3 adjacent track points as a group to determine a circle, and the curvature of every two adjacent track points is subtracted to obtain the absolute value of the curvature variation.
And 109, screening out training samples with track point curvature absolute values larger than a curvature threshold value or track point curvature abrupt changes.
Step 109 specifically includes: setting a curvature threshold value and a curvature variation threshold value, comparing the curvature absolute value of the track point with the curvature threshold value, comparing the curvature variation of the adjacent track point with the curvature variation threshold value, and judging that the curvature of the track point has abrupt change when the curvature variation of the adjacent track point is larger than the curvature variation threshold value. When the absolute value of curvature of a certain track point is larger than the curvature threshold value or the curvature variation of two adjacent track points is larger than the curvature variation threshold value, namely the curvature of the track point has abrupt change, the prediction effect of the track prediction model is affected. In the embodiment, the screened training samples with excessive track true curvature or mutation are put into a training sample set to be repaired for repairing, so that the model prediction problem caused by the quality problem of the training samples can be further reduced, and the accuracy and stability of track prediction are improved. The curvature threshold value and the curvature variation threshold value can be reasonably set according to a desired target tracked by the track.
Example 3
The embodiment provides a track prediction denoising device based on a deep learning model, which comprises a training sample extraction module 1, a tracking track data extraction module 2, a track analysis module 3, a first calculation module 4, a second calculation module 5, a third calculation module 6, a comparison module 7 and a filtering module 8 as shown in fig. 3. The training sample extraction module 1 acquires training samples from the track prediction training sample set and inputs the training samples into the tracking track data extraction module 2, the tracking track data extraction module 2 acquires tracking track data from the training samples and inputs the tracking track data into the track analysis module 3, and the track analysis module 3 analyzes all track points corresponding to the track true values from the tracking track data by utilizing the prior art. The first calculation module 4 reads the start point and end point data of the tracking track, and calculates the euclidean distance between the start point and the end point. The second calculation module 5 traverses all the trajectory points, calculates the euclidean distance of every two adjacent trajectory points and sums them. The third calculation module 6 inputs the sum of the euclidean distance between the start point and the end point and the euclidean distance between the adjacent track points, and calculates the jitter value by using the following formula: score = per/traj_len, where score represents the jitter value, traj_len represents the euclidean distance of the start point from the end point, and per represents the sum of the euclidean distances of adjacent track points. The comparison module 7 inputs the calculated jitter value, compares the jitter value with the jitter threshold value, and inputs the comparison result into the filtering module 8. When the track true value jitter value of a certain training sample is greater than the jitter threshold value, the filtering module 8 acquires a corresponding training sample according to the tracking track ID of the training sample, and deletes the training sample with the jitter value greater than the jitter threshold value from the track prediction training sample set.
Example 4
The embodiment provides a track prediction denoising device based on a deep learning model, which comprises a training sample extraction module 1, a tracking track data extraction module 2, a track analysis module 3, a first calculation module 4, a second calculation module 5, a third calculation module 6, a comparison module 7, a filtering module 8 of the embodiment 3, and a fourth calculation module 9, a fifth calculation module 10 and a screening module 11 as shown in fig. 4. After cleaning the training samples with trace truth value jitter through the filtering module 8, the multiplexing training sample extracting module 1 of the embodiment acquires training samples from the rest training sample set, the multiplexing tracking trace data extracting module 2 acquires the tracking trace data of the training samples, the multiplexing trace analyzing module 3 analyzes all trace points corresponding to the trace truth value of the training samples, then the fourth calculating module traverses all trace points to calculate the curvature of the trace points, the fifth calculating module 10 traverses all trace points to subtract the curvature of adjacent trace points to obtain the curvature variation of the adjacent trace points, and finally the screening module 11 screens out the training samples with overlarge curvature absolute values of the trace points or abrupt changes of the curvature of the trace points, and puts the training samples into the training sample set to be repaired for repairing, thereby further reducing the model prediction problem caused by the quality problem of the training samples and improving the accuracy and stability of the trace prediction.
As shown in fig. 5, the screening module 11 includes a first comparing unit 1101 for comparing an absolute value of curvature of the trajectory point with a curvature threshold value; a second comparing unit 1102, configured to compare the curvature variation of the adjacent track points with a curvature variation threshold, and determine that there is a sudden change in curvature of the track points when the curvature variation of the adjacent track points is greater than the curvature variation threshold; the first comparing unit 1101 and the second comparing unit 1102 output the comparison result to the screening unit 1103, and the screening unit 1103 extracts a training sample with an absolute value of the curvature of the track point larger than the curvature threshold value or with a mutation of the curvature of the track point, and puts the training sample into a training sample set to be repaired for repairing.
Example 5
The present embodiment provides an apparatus including a memory, a processor, and a program stored on the memory and executable on the processor, where the program when executed by the processor implements the steps of the track prediction denoising method based on the deep learning model in the foregoing embodiment.
Example 6
The present embodiment provides a storage medium storing at least one program executable by at least one processor to implement the steps of the trajectory prediction denoising method based on the deep learning model in the above embodiment.
Those of ordinary skill in the art will appreciate that: the foregoing description is only a preferred embodiment of the present application, and is not intended to limit the present application, but although the present application has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that modifications may be made to the technical solutions described in the foregoing embodiments, or that equivalents may be substituted for part of the technical features thereof. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (6)

1. The track prediction denoising method based on the deep learning model is characterized by comprising the following steps of:
obtaining training samples from a track prediction training sample set;
acquiring tracking track data from a training sample;
analyzing all track points corresponding to the track true value from the track data;
calculating Euclidean distance between a starting point and an end point of the tracking track;
traversing all the track points, calculating Euclidean distances of adjacent track points and summing;
calculating a jitter value according to the Euclidean distance between the starting point and the end point and the sum of the Euclidean distances between adjacent track points, and deleting training samples with the jitter value larger than a jitter threshold value from a track prediction training sample set; jitter value score = per/traj_len, where traj_len represents the euclidean distance of the start point and the end point, and per represents the sum of the euclidean distances of adjacent track points;
obtaining tracking track data of the remaining training samples in the track prediction training sample set, analyzing to obtain all track points corresponding to the track true value, traversing all track points, and calculating the curvature of the track points and the curvature variation of the adjacent track points;
and screening training samples with track point curvature absolute values larger than curvature threshold values or track point curvature abrupt changes.
2. The method for denoising track prediction based on a deep learning model as claimed in claim 1, comprising:
subtracting the curvature of the adjacent track points to obtain absolute values, wherein the curvature change quantity of the adjacent track points is as follows:
and comparing the curvature variation of the adjacent track points with a curvature variation threshold value, and judging that the curvature of the track points has abrupt change when the curvature variation of the adjacent track points is larger than the curvature variation threshold value.
3. The track prediction denoising device based on the deep learning model is characterized by comprising:
the training sample extraction module is used for obtaining training samples from the track prediction training sample set;
the tracking track data extraction module is used for acquiring tracking track data from the training samples;
the track analysis module is used for analyzing all track points corresponding to the track true value from the track tracing data;
the first calculation module is used for calculating Euclidean distance between the starting point and the end point of the tracking track;
the second calculation module is used for traversing all the track points, calculating Euclidean distances of adjacent track points and summing;
the third calculation module is used for calculating a jitter value according to the sum of Euclidean distances between the starting point and the end point and the Euclidean distance between the adjacent track points; jitter value score = per/traj_len, where traj_len represents the euclidean distance of the start point and the end point, and per represents the sum of the euclidean distances of adjacent track points;
the comparison module is used for comparing the jitter value with the jitter threshold value;
the filtering module is used for deleting training samples with jitter values larger than the jitter threshold value from the track prediction training sample set;
the fourth calculation module is used for traversing all the track points and calculating the curvature of the track points;
the fifth calculation module is used for traversing all the track points, subtracting the curvature of the adjacent track points from the curvature of the adjacent track points, and obtaining the curvature variation of the adjacent track points;
and the screening module is used for screening training samples with track point curvature absolute values larger than a curvature threshold value or track point curvature abrupt changes.
4. The deep learning model-based trajectory prediction denoising apparatus of claim 3, wherein the filtering module comprises:
a first comparing unit for comparing the curvature absolute value of the track point with a curvature threshold value;
the second comparison unit is used for comparing the curvature variation of the adjacent track points with a curvature variation threshold value, and judging that the curvature of the track points has abrupt change when the curvature variation of the adjacent track points is larger than the curvature variation threshold value;
and the screening unit is used for extracting training samples with track point curvature absolute values larger than a curvature threshold value or track point curvature abrupt changes.
5. An electronic device comprising a memory, a processor, a program stored on the memory and executable on the processor, characterized in that the program when executed by the processor implements the steps of the deep learning model based trajectory prediction denoising method of any one of claims 1-2.
6. A computer readable storage medium, characterized in that the storage medium stores at least one program executable by at least one processor to implement the steps of the deep learning model-based trajectory prediction denoising method of any one of claims 1-2.
CN202211290414.3A 2022-10-21 2022-10-21 Track prediction denoising method and device based on deep learning model and storage medium Active CN115359096B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211290414.3A CN115359096B (en) 2022-10-21 2022-10-21 Track prediction denoising method and device based on deep learning model and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211290414.3A CN115359096B (en) 2022-10-21 2022-10-21 Track prediction denoising method and device based on deep learning model and storage medium

Publications (2)

Publication Number Publication Date
CN115359096A CN115359096A (en) 2022-11-18
CN115359096B true CN115359096B (en) 2023-05-09

Family

ID=84008931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211290414.3A Active CN115359096B (en) 2022-10-21 2022-10-21 Track prediction denoising method and device based on deep learning model and storage medium

Country Status (1)

Country Link
CN (1) CN115359096B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732857A (en) * 2021-01-20 2021-04-30 腾讯科技(深圳)有限公司 Road network processing method, road network processing device, electronic equipment and storage medium
CN114802303A (en) * 2022-04-26 2022-07-29 中国第一汽车股份有限公司 Obstacle trajectory prediction method, obstacle trajectory prediction device, electronic device, and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113283653B (en) * 2021-05-27 2024-03-26 大连海事大学 Ship track prediction method based on machine learning and AIS data
CN113793031B (en) * 2021-09-15 2023-09-29 中海油安全技术服务有限公司 Submarine pipeline risk prediction method and device
CN114987546A (en) * 2022-06-10 2022-09-02 中国第一汽车股份有限公司 Training method, device and equipment of trajectory prediction model and storage medium
CN115186576A (en) * 2022-06-17 2022-10-14 同济大学 Non-motor vehicle track prediction method
CN115002679B (en) * 2022-07-18 2022-11-15 北京航天泰坦科技股份有限公司 Trajectory deviation rectifying processing method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732857A (en) * 2021-01-20 2021-04-30 腾讯科技(深圳)有限公司 Road network processing method, road network processing device, electronic equipment and storage medium
CN114802303A (en) * 2022-04-26 2022-07-29 中国第一汽车股份有限公司 Obstacle trajectory prediction method, obstacle trajectory prediction device, electronic device, and storage medium

Also Published As

Publication number Publication date
CN115359096A (en) 2022-11-18

Similar Documents

Publication Publication Date Title
CN111489403B (en) Method and device for generating virtual feature map by using GAN
CN110781266B (en) Urban perception data processing method based on time-space causal relationship
Wang et al. STMAG: A spatial-temporal mixed attention graph-based convolution model for multi-data flow safety prediction
CN113327418A (en) Expressway congestion risk grading real-time prediction method
CN113516105B (en) Lane detection method and device and computer readable storage medium
CN113379099B (en) Machine learning and copula model-based highway traffic flow self-adaptive prediction method
CN111832492A (en) Method and device for distinguishing static traffic abnormality, computer equipment and storage medium
EP3156972A1 (en) Counting apparatus and method for moving objects
CN114596440B (en) Semantic segmentation model generation method and device, electronic equipment and storage medium
CN110795599B (en) Video emergency monitoring method and system based on multi-scale graph
CN113838087B (en) Anti-occlusion target tracking method and system
CN115359096B (en) Track prediction denoising method and device based on deep learning model and storage medium
CN110969645A (en) Unsupervised abnormal track detection method and unsupervised abnormal track detection device for crowded scenes
CN116028660A (en) Weight value-based image data screening method, system and medium
CN116152758A (en) Intelligent real-time accident detection and vehicle tracking method
CN116012421A (en) Target tracking method and device
CN112149833B (en) Prediction method, device, equipment and storage medium based on machine learning
CN115330841A (en) Method, apparatus, device and medium for detecting projectile based on radar map
CN112200831B (en) Dynamic template-based dense connection twin neural network target tracking method
CN113487620A (en) Railway insulation section detection method and device
CN113657219A (en) Video object detection tracking method and device and computing equipment
CN112613516A (en) Semantic segmentation method for aerial video data
JP4818430B2 (en) Moving object recognition method and apparatus
CN112102365A (en) Target tracking method based on unmanned aerial vehicle pod and related device
KR20100009451A (en) Method for determining ground line

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TA01 Transfer of patent application right

Effective date of registration: 20230426

Address after: 215100 station 601-b11, Tiancheng information building, No. 88, nantiancheng Road, Xiangcheng District, Suzhou City, Jiangsu Province

Applicant after: Zhongzhixing (Suzhou) Technology Co.,Ltd.

Applicant after: Tianyi Transportation Technology Co.,Ltd.

Address before: 215100 station 601-b11, Tiancheng information building, No. 88, nantiancheng Road, Xiangcheng District, Suzhou City, Jiangsu Province

Applicant before: Zhongzhixing (Suzhou) Technology Co.,Ltd.

TA01 Transfer of patent application right