CN111161325A - Three-dimensional multi-target tracking method based on Kalman filtering and LSTM - Google Patents

Three-dimensional multi-target tracking method based on Kalman filtering and LSTM Download PDF

Info

Publication number
CN111161325A
CN111161325A CN201911416915.XA CN201911416915A CN111161325A CN 111161325 A CN111161325 A CN 111161325A CN 201911416915 A CN201911416915 A CN 201911416915A CN 111161325 A CN111161325 A CN 111161325A
Authority
CN
China
Prior art keywords
frame
dimensional
dimensional target
track
lstm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911416915.XA
Other languages
Chinese (zh)
Other versions
CN111161325B (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.)
Guangzhou Video Star Intelligent Technology Co ltd
South China University of Technology SCUT
Original Assignee
Guangzhou Video Star Intelligent Technology Co ltd
South China University of Technology SCUT
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 Guangzhou Video Star Intelligent Technology Co ltd, South China University of Technology SCUT filed Critical Guangzhou Video Star Intelligent Technology Co ltd
Priority to CN201911416915.XA priority Critical patent/CN111161325B/en
Publication of CN111161325A publication Critical patent/CN111161325A/en
Application granted granted Critical
Publication of CN111161325B publication Critical patent/CN111161325B/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/277Analysis of motion involving stochastic approaches, e.g. using Kalman filters
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/049Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • 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

Abstract

The invention discloses a three-dimensional target tracking method based on Kalman filtering and LSTM, which comprises the following steps: initializing a track of an input three-dimensional target frame; updating and denoising the three-dimensional target frame track by using a constant velocity Kalman filtering algorithm to obtain a prediction track set; performing data association on the predicted track and the three-dimensional target frame of the current frame by using a Hungarian algorithm and updating a Kalman filter; the denoised three-dimensional target frame sequence is used for training a long-time memory network; and tracking and predicting the three-dimensional target by using a constant velocity Kalman filtering algorithm and a Hungarian algorithm and the trained LSTM. The traditional target tracking method based on Kalman filtering has the problem of insufficient nonlinear fitting capability, and the method is different from the traditional method in that the powerful feature extraction capability of a deep learning model LSTM is used, so that a more complex motion model can be fitted, the tracking result is smoother, and the speed of a tracking system is improved.

Description

Three-dimensional multi-target tracking method based on Kalman filtering and LSTM
Technical Field
The invention relates to the field of computer vision, in particular to a three-dimensional multi-target tracking method based on Kalman filtering and LSTM.
Background
Three-dimensional multi-target tracking is an important component of video processing and computer vision, is widely applied to automatic driving, benefits from improvement of accuracy of detection algorithms, and is mainly based on detection tracking in the current tracking technology. In a tracking algorithm based on detection, a target detector detects images of each frame to obtain a target detection frame, and then association and tracking of the target frame are carried out by utilizing motion information and frame information of the target to obtain a track of the target.
When the traditional tracking algorithm based on detection is applied to three-dimensional multi-target tracking, the real-time performance of the tracking algorithm is seriously dependent on the detection speed of a three-dimensional target detector. Because the current mainstream three-dimensional target detector has low speed, the existing tracking algorithm based on detection cannot be directly applied to three-dimensional multi-target tracking. Meanwhile, the three-dimensional frame of the tracked target shakes obviously due to the noise existing in the three-dimensional frame of the target output by the detector, so that the tracking result is not smooth and stable enough.
Disclosure of Invention
In order to solve the above technical problem, an embodiment of the present invention provides a three-dimensional multi-target tracking method based on kalman filtering and LSTM, including:
s1, track initialization is carried out on the input three-dimensional target frame, initialization is carried out, whether a track is newly established or not is determined according to whether the three-dimensional frame of the t +1 th frame is matched with the three-dimensional frame of the t th frame, and due to the fact that false positive samples possibly exist in a three-dimensional target detection result, the new track can be initialized only when the same target appears in two continuous frames;
s2, updating and denoising the t-th frame three-dimensional target frame track by using a constant velocity Kalman filtering algorithm and obtaining a real track set
Figure BDA0002351425950000021
Then, predicting to obtain a predicted track set
Figure BDA0002351425950000022
Wherein the predicted trajectory set
Figure BDA0002351425950000023
A set of predicted trajectories representing a t +1 th frame;
s3, performing data association on the predicted track and the three-dimensional target frame of the current frame by using the Hungarian algorithm and updating a Kalman filter;
s4, using the denoised three-dimensional target frame sequence for training a long-time memory network LSTM;
s5, tracking and predicting a three-dimensional target by using a constant-rate Kalman filtering algorithm and a Hungarian algorithm and a trained LSTM, if each frame is subjected to three-dimensional target frame detection, because a mainstream three-dimensional target detector generally has the problem of low detection speed, a three-dimensional target detection result can be obtained every F frames, and the middle F frame is predicted by using an LSTM model, so that the tracking result is smoother and the speed is increased.
Further, the track initialization process of step S1 is as follows:
by using
Figure BDA0002351425950000024
The ith three-dimensional object bounding box representing the tth frame,
Figure BDA0002351425950000025
the three-dimensional target frame comprises a camera coordinate system, a three-dimensional target frame, a camera coordinate system and a camera coordinate system, wherein x, y, z, l, w, h and theta respectively represent coordinates of the three-dimensional target frame on an x axis, a y axis and a z axis of the camera coordinate system;
the length, width and height of the three-dimensional target frame and the observation angle of the target, set DtA set of all three-dimensional target bounding boxes representing a t-th frame;
if the intersection ratio is higher than the mean
Figure BDA0002351425950000026
That is, when the Intersection ratio (IoU for short) of the ith three-dimensional target frame in the t frame and the jth three-dimensional target frame in the t +1 frame is greater than or equal to the threshold value threshold, a new track is created
Figure BDA0002351425950000027
Where k represents the kth track, and the set of tracks at time T +1 is denoted as Tt+1And discarding the remaining three-dimensional target frame.
Further, the data association of step S3 is specifically as follows:
collecting the three-dimensional target frame D of the current t frametPrediction track set T obtained by Kalman filtering algorithmt pThe Hungarian algorithm is input to obtain a data correlation result;
in the result, three-dimensional target frame set DtDivided into two sets
Figure BDA0002351425950000028
Respectively representing a matched three-dimensional detection frame set and an unmatched three-dimensional target frame set by using
Figure BDA0002351425950000029
Update, for collections
Figure BDA00023514259500000210
Executing step S1 to initialize the three-dimensional target track;
in the result of data association, the unmatched traces will be discarded and the matched traces will be retained.
Further, the training long-term memory network LSTM in step S4 is specifically as follows:
and setting a time step L of the LSTM, cutting the tracks in the track set according to the frame number L +1, discarding the tracks with the insufficient length L +1, taking the three-dimensional target frame sequence of the previous L frames as the input of the LSTM, taking the last frame as the label of the LSTM, and training the LSTM to obtain the three-dimensional target track prediction model.
Further, the tracking and predicting of the three-dimensional target of step S5 are specifically as follows:
setting an interval frame number F, if the current track frame number is not equal to N (F +1) +1 and is greater than L, starting an LSTM network to predict a three-dimensional target frame of the next frame, wherein N is a natural number, acquiring the three-dimensional target frame every other F frames, performing target tracking on a three-dimensional target frame sequence of the interval F frames by adopting a constant rate Kalman filtering algorithm and a Hungarian algorithm, namely executing the steps S1 to S3 to obtain a de-noised three-dimensional target frame, and merging the prediction results of the two models into a final tracking result.
Compared with the prior art, the invention has the following advantages and effects:
high efficiency: according to the method, the LSTM is used for predicting the three-dimensional target frame with the intermediate interval frame number, so that the times of acquiring the three-dimensional target frame by a tracking algorithm are reduced, and the speed of the three-dimensional multi-target tracking method is greatly improved;
stability: due to the strong nonlinear fitting capability of the depth network LSTM, the track jitter output by the tracking algorithm is smaller and more stable.
Drawings
FIG. 1 is a diagram of Kalman filtering and LSTM fusion for processing different frames according to a first embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
First embodiment
The embodiment discloses a layer-by-layer updating algorithm based on generation of a countermeasure network, which specifically comprises the following steps:
and step S1, track initialization is carried out on the input three-dimensional target frame, initialization is carried out to determine whether a track is newly established according to whether the three-dimensional frame of the t +1 th frame is matched with the three-dimensional frame of the t th frame, and because some false positive samples may exist in the three-dimensional target detection result, the new track is initialized only when the same target appears in two continuous frames. The specific process is as follows:
by using
Figure BDA0002351425950000041
The ith three-dimensional object bounding box representing the tth frame,
Figure BDA0002351425950000042
wherein x, y, z, l, w, h and theta respectively represent the coordinate of the three-dimensional target frame on the x axis, the y axis coordinate and the z axis coordinate of the camera coordinate system, the length, the width and the height of the three-dimensional target frame and the observation angle of the target, and the set DtSet of all three-dimensional object bounding boxes representing the t-th frame, if cross-over
Figure BDA0002351425950000043
If the threshold is 0.7, that is, the intersection ratio IoU between the ith three-dimensional target frame in the t-th frame and the jth three-dimensional target frame in the t + 1-th frame is greater than or equal to the threshold, then a new track is created
Figure BDA0002351425950000044
Where k represents the kth track, and the set of tracks at time T +1 is denoted as Tt+1And discarding the remaining three-dimensional target frame.
Step S2, updating and denoising the t-th frame three-dimensional target frame track by using a constant velocity Kalman filtering algorithm and obtaining a real track set
Figure BDA0002351425950000045
Then, predicting to obtain a predicted track set
Figure BDA0002351425950000046
Wherein
Figure BDA0002351425950000047
A set of predicted trajectories representing a t +1 th frame;
and S3, performing data association on the predicted track and the three-dimensional target frame of the current frame by using the Hungarian algorithm and updating the Kalman filter. The specific process is as follows:
collecting the three-dimensional target frame D of the current t frametPrediction track set T obtained by Kalman filtering algorithmt pThe Hungarian algorithm is input to obtain a data association result, and a three-dimensional target frame set D is obtained in the data association resulttDivided into two sets
Figure BDA0002351425950000048
Respectively representing a matched three-dimensional detection frame set and an unmatched three-dimensional target frame set by using
Figure BDA0002351425950000049
Update, for collections
Figure BDA00023514259500000410
Step S1 is executed to initialize the three-dimensional target trajectory, and in the result of data association, the unmatched trajectory is discarded and the matched trajectory is retained.
And S4, using the denoised three-dimensional target frame sequence to train a long-time memory network LSTM. The specific process is as follows:
setting the time step length L of the LSTM, taking the L as 30, wherein the video frame rate is 30 frames per second, cutting the tracks in the track set according to the frame number L +1, discarding the tracks with the length L +1, taking the three-dimensional target frame sequence of the previous L frames as the input of the LSTM, taking the last frame as the label of the LSTM, and training the LSTM to obtain the three-dimensional target track prediction model.
And step S5, tracking and predicting the three-dimensional target by using a constant-rate Kalman filtering algorithm and a Hungarian algorithm and a trained LSTM, if each frame is subjected to three-dimensional target frame detection, because the mainstream three-dimensional target detector generally has the problem of low detection speed, a three-dimensional target detection result can be obtained every F frames, wherein F is taken as 5, and the middle F frame is predicted by using an LSTM model, so that the tracking result is smoother and the speed is increased. The specific process is as follows:
setting an interval frame number F, if the current track frame number is not equal to N (F +1) +1 and is greater than L, starting an LSTM network to predict a three-dimensional target frame of the next frame, wherein N is a natural number, acquiring the three-dimensional target frame every other F frames, performing target tracking on a three-dimensional target frame sequence of the interval F frames by adopting a constant rate Kalman filtering algorithm and a Hungarian algorithm, namely executing the steps S1 to S3 to obtain a de-noised three-dimensional target frame, and merging the prediction results of the two models into a final tracking result.
The above embodiments are preferred embodiments of the present invention, but the present invention is not limited to the above embodiments, and any other changes, modifications, substitutions, combinations, and simplifications which do not depart from the spirit and principle of the present invention should be construed as equivalents thereof, and all such changes, modifications, substitutions, combinations, and simplifications are intended to be included in the scope of the present invention.

Claims (5)

1. A three-dimensional multi-target tracking method based on Kalman filtering and LSTM is characterized by comprising the following steps:
s1, performing track initialization on the input three-dimensional target frame, and determining whether a track is newly established according to whether the three-dimensional frame of the t +1 th frame is matched with the three-dimensional frame of the t th frame or not through initialization;
s2, updating and denoising the t frame three-dimensional target frame track by using a constant velocity Kalman filtering algorithm to obtain a real track set, and predicting to obtain a predicted track set, wherein the predicted track set represents a predicted track set of a t +1 frame;
s3, performing data association on the predicted track and the three-dimensional target frame of the current frame by using the Hungarian algorithm and updating a Kalman filter;
s4, using the denoised three-dimensional target frame sequence for training a long-time memory network LSTM;
and S5, tracking and predicting the three-dimensional target by using a constant velocity Kalman filtering algorithm and a Hungarian algorithm and the trained LSTM.
2. The kalman filtering and LSTM based three-dimensional multi-target tracking method according to claim 1, wherein the track initialization process of step S1 is as follows:
by using
Figure FDA0002351425940000011
The ith three-dimensional object bounding box representing the tth frame,
Figure FDA0002351425940000012
the three-dimensional target frame comprises a camera coordinate system, a three-dimensional target frame, a camera coordinate system and a camera coordinate system, wherein x, y, z, l, w, h and theta respectively represent coordinates of the three-dimensional target frame on an x axis, a y axis and a z axis of the camera coordinate system;
the length, width and height of the three-dimensional target frame and the observation angle of the target, set DtA set of all three-dimensional target bounding boxes representing a t-th frame;
if the intersection ratio is higher than the mean
Figure FDA0002351425940000013
That is, when the intersection ratio of the ith three-dimensional target frame of the tth frame and the jth three-dimensional target frame of the t +1 th frame is greater than or equal to the threshold value threshold; a new track is created
Figure FDA0002351425940000014
Where k represents the kth track, and the set of tracks at time T +1 is denoted as Tt+1And discarding the remaining three-dimensional target frame.
3. The kalman filtering and LSTM based three-dimensional multi-target tracking method according to claim 1, wherein the data association of step S3 is as follows:
collecting the three-dimensional target frame D of the current t frametPrediction track set T obtained by Kalman filtering algorithmt pThe Hungarian algorithm is input to obtain a data correlation result;
in the result, three-dimensional target frame set DtDivided into two sets
Figure FDA0002351425940000021
Respectively representing a matched three-dimensional detection frame set and an unmatched three-dimensional target frame set by using
Figure FDA0002351425940000022
Update, for collections
Figure FDA0002351425940000023
Executing step S1 to initialize the three-dimensional target track;
in the result of data association, the unmatched traces will be discarded and the matched traces will be retained.
4. The Kalman filtering and LSTM-based three-dimensional multi-target tracking method according to claim 1, wherein the training long-term memory network LSTM of step S4 is as follows:
and setting a time step L of the LSTM, cutting the tracks in the track set according to the frame number L +1, discarding the tracks with the insufficient length L +1, taking the three-dimensional target frame sequence of the previous L frames as the input of the LSTM, taking the last frame as the label of the LSTM, and training the LSTM to obtain the three-dimensional target track prediction model.
5. The kalman filtering and LSTM based three-dimensional multi-target tracking method according to claim 1, wherein the tracking and predicting of the three-dimensional target of step S5 is specifically as follows:
setting an interval frame number F, if the current track frame number is not equal to N (F +1) +1 and is greater than L, starting an LSTM network to predict a three-dimensional target frame of the next frame, wherein N is a natural number, acquiring the three-dimensional target frame every other F frames, performing target tracking on a three-dimensional target frame sequence of the interval F frames by adopting a constant rate Kalman filtering algorithm and a Hungarian algorithm, namely executing the steps S1 to S3 to obtain a de-noised three-dimensional target frame, and merging the prediction results of the two models into a final tracking result.
CN201911416915.XA 2019-12-31 2019-12-31 Three-dimensional multi-target tracking method based on Kalman filtering and LSTM Active CN111161325B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911416915.XA CN111161325B (en) 2019-12-31 2019-12-31 Three-dimensional multi-target tracking method based on Kalman filtering and LSTM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911416915.XA CN111161325B (en) 2019-12-31 2019-12-31 Three-dimensional multi-target tracking method based on Kalman filtering and LSTM

Publications (2)

Publication Number Publication Date
CN111161325A true CN111161325A (en) 2020-05-15
CN111161325B CN111161325B (en) 2023-05-23

Family

ID=70560260

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911416915.XA Active CN111161325B (en) 2019-12-31 2019-12-31 Three-dimensional multi-target tracking method based on Kalman filtering and LSTM

Country Status (1)

Country Link
CN (1) CN111161325B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111932580A (en) * 2020-07-03 2020-11-13 江苏大学 Road 3D vehicle tracking method and system based on Kalman filtering and Hungary algorithm
CN112965494A (en) * 2021-02-09 2021-06-15 武汉理工大学 Control system and method for pure electric automatic driving special vehicle in fixed area
CN113763434A (en) * 2021-09-26 2021-12-07 东风汽车集团股份有限公司 Target trajectory prediction method based on Kalman filtering multi-motion model switching
CN116228989A (en) * 2023-03-30 2023-06-06 北京数原数字化城市研究中心 Three-dimensional track prediction method, device, equipment and medium
CN117192063A (en) * 2023-11-06 2023-12-08 山东大学 Water quality prediction method and system based on coupled Kalman filtering data assimilation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180114072A1 (en) * 2016-10-25 2018-04-26 Vmaxx, Inc. Vision Based Target Tracking Using Tracklets
CN109816690A (en) * 2018-12-25 2019-05-28 北京飞搜科技有限公司 Multi-target tracking method and system based on depth characteristic
CN110399808A (en) * 2019-07-05 2019-11-01 桂林安维科技有限公司 A kind of Human bodys' response method and system based on multiple target tracking
CN110400347A (en) * 2019-06-25 2019-11-01 哈尔滨工程大学 A kind of method for tracking target for judging to block and target relocates

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180114072A1 (en) * 2016-10-25 2018-04-26 Vmaxx, Inc. Vision Based Target Tracking Using Tracklets
CN109816690A (en) * 2018-12-25 2019-05-28 北京飞搜科技有限公司 Multi-target tracking method and system based on depth characteristic
CN110400347A (en) * 2019-06-25 2019-11-01 哈尔滨工程大学 A kind of method for tracking target for judging to block and target relocates
CN110399808A (en) * 2019-07-05 2019-11-01 桂林安维科技有限公司 A kind of Human bodys' response method and system based on multiple target tracking

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111932580A (en) * 2020-07-03 2020-11-13 江苏大学 Road 3D vehicle tracking method and system based on Kalman filtering and Hungary algorithm
CN112965494A (en) * 2021-02-09 2021-06-15 武汉理工大学 Control system and method for pure electric automatic driving special vehicle in fixed area
CN113763434A (en) * 2021-09-26 2021-12-07 东风汽车集团股份有限公司 Target trajectory prediction method based on Kalman filtering multi-motion model switching
CN113763434B (en) * 2021-09-26 2024-02-02 东风汽车集团股份有限公司 Target track prediction method based on Kalman filtering multi-motion model switching
CN116228989A (en) * 2023-03-30 2023-06-06 北京数原数字化城市研究中心 Three-dimensional track prediction method, device, equipment and medium
CN117192063A (en) * 2023-11-06 2023-12-08 山东大学 Water quality prediction method and system based on coupled Kalman filtering data assimilation
CN117192063B (en) * 2023-11-06 2024-03-15 山东大学 Water quality prediction method and system based on coupled Kalman filtering data assimilation

Also Published As

Publication number Publication date
CN111161325B (en) 2023-05-23

Similar Documents

Publication Publication Date Title
CN111161325B (en) Three-dimensional multi-target tracking method based on Kalman filtering and LSTM
CN109636829B (en) Multi-target tracking method based on semantic information and scene information
CN112669349B (en) Passenger flow statistics method, electronic equipment and storage medium
CN111161315B (en) Multi-target tracking method and system based on graph neural network
CN107452015B (en) Target tracking system with re-detection mechanism
CN110751674A (en) Multi-target tracking method and corresponding video analysis system
EP2858008A2 (en) Target detecting method and system
CN101470809B (en) Moving object detection method based on expansion mixed gauss model
CN110738690A (en) unmanned aerial vehicle video middle vehicle speed correction method based on multi-target tracking framework
CN111080673B (en) Anti-occlusion target tracking method
JPH1114741A (en) Target pursuit method and device thereof
CN110555868A (en) method for detecting small moving target under complex ground background
CN111798487A (en) Target tracking method, device and computer readable storage medium
CN113763427B (en) Multi-target tracking method based on coarse-to-fine shielding processing
CN111402303A (en) Target tracking architecture based on KFSTRCF
CN115375736A (en) Image-based pedestrian trajectory tracking method and device
CN113608663A (en) Fingertip tracking method based on deep learning and K-curvature method
CN113313733A (en) Hierarchical unmanned aerial vehicle target tracking method based on shared convolution
CN111768427A (en) Multi-moving-target tracking method and device and storage medium
CN116630376A (en) Unmanned aerial vehicle multi-target tracking method based on ByteTrack
CN112613472B (en) Pedestrian detection method and system based on deep search matching
CN114897939A (en) Multi-target tracking method and system based on deep path aggregation network
CN109711445B (en) Super-pixel medium-intelligence similarity weighting method for target tracking classifier on-line training sample
CN112561956A (en) Video target tracking method and device, electronic equipment and storage medium
Sujatha et al. An innovative moving object detection and tracking system by using modified region growing algorithm

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