CN111597992B - Scene object abnormity identification method based on video monitoring - Google Patents

Scene object abnormity identification method based on video monitoring Download PDF

Info

Publication number
CN111597992B
CN111597992B CN202010413188.8A CN202010413188A CN111597992B CN 111597992 B CN111597992 B CN 111597992B CN 202010413188 A CN202010413188 A CN 202010413188A CN 111597992 B CN111597992 B CN 111597992B
Authority
CN
China
Prior art keywords
image
video
scene
sample
abnormality
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
CN202010413188.8A
Other languages
Chinese (zh)
Other versions
CN111597992A (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.)
Harbin Institute of Technology
Original Assignee
Harbin Institute of Technology
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 Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN202010413188.8A priority Critical patent/CN111597992B/en
Publication of CN111597992A publication Critical patent/CN111597992A/en
Application granted granted Critical
Publication of CN111597992B publication Critical patent/CN111597992B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/41Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/46Extracting features or characteristics from the video content, e.g. video fingerprints, representative shots or key frames
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/48Matching video sequences
    • 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
    • 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)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Evolutionary Computation (AREA)
  • Evolutionary Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Image Analysis (AREA)

Abstract

A scene object abnormity identification method based on video monitoring is characterized in that each frame of an acquired video is divided into an image, the type and the number of targets appearing in the image are determined, image forming samples are marked, and the images forming sample set of the video is formed as a video, wherein the video is an image sequence project; and performing target extraction on the sample set through a fast-rcnn algorithm, and judging whether the target object in the image has speed abnormality, form abnormality and position abnormality through comparison. According to the method, the problem of inaccurate target extraction caused by shielding can be solved by adopting the fast-rcnn algorithm, and the accuracy of target acquisition is improved so as to improve the accuracy of abnormal behavior detection; the abnormal detection and identification speed is increased, and the calculation efficiency is improved.

Description

Scene object abnormity identification method based on video monitoring
Technical Field
The invention relates to the field of behavior identification, in particular to a scene object abnormity identification method based on video monitoring.
Background
The charging and charging can occur in buses and subways and in elevators; some exclusive channels, such as motor vehicle lanes, do not allow bicycles to run, and pedestrians to practice lawns, if these are defined as abnormal behaviors, unnecessary loss can be reduced as long as early warning can be performed in advance, so that a method is needed for judging whether abnormal behaviors exist.
The panoramic monitoring video screen can capture certain scenes, the foreground of a picture needs to be extracted by the existing detection method, then training sample characteristics are extracted, and a normal sample dictionary library is established. And finally, during testing, calculating the similarity between the test sample and the dictionary library to judge whether the test sample is abnormal or not. Therefore, the abnormity judgment is divided into two parts, namely foreground extraction and similarity calculation, so that the steps are complicated and the calculation amount is large; in the past, most algorithms divide image frames into blocks in a grid form or extract foreground targets by a split combination-based method, but the effect on shielding or dense multiple targets is poor.
Disclosure of Invention
The invention aims to provide a scene object abnormity identification method based on video monitoring, so that the problems in the prior art are solved.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
a scene object abnormity identification method based on video monitoring comprises the following steps:
s1, dividing each frame of a video into continuous images, determining the category and the number of each pixel of each image, and marking the images to form a sample set;
s2, carrying out image segmentation and foreground extraction on the sample set through an rcnn network, training a scene model, and obtaining the class weight of the scene model, wherein the method comprises the following steps:
s201, performing convolution and pooling on the images in the sample set to obtain a feature map in the images;
s202, fusing the feature graph with the shallow feature through upsampling to form feature region division in the image;
s203, subjecting the feature map to convolution kernel of n x 1, and judging the object type in each pixel in the image, wherein n represents the number of the types of the object types contained in the image;
s3, according to the image sequence of the video, combining with the scene model in the step S2, calculating the optical flow of a target object in the image to obtain the speed characteristic of the target object;
s4, obtaining a gray scale image and an edge image of the image so as to obtain morphological characteristics of the target object;
s5, obtaining the position characteristics of the target parent body through the action track of the target object in the image in the step S2;
s6, forming a real-time sample from the video acquired in real time through the step S1, introducing the real-time sample into the scene model trained in the step S2, carrying out image segmentation and type judgment, obtaining the speed characteristic, the morphological characteristic and the position characteristic of the target object in the video acquired in real time through the steps S3-S5, and judging whether the target object in the video is abnormal or not in real time.
Preferably, the samples in the sample set in step S1 are divided into positive samples and negative samples; the positive sample is a sample without a pedestrian, and the negative sample is a sample with a pedestrian.
Preferably, the training of the scene model in step S2 includes two parts, namely, training and testing, that is, the sample set in step S1 is divided into a training set and a testing set, the scene model is trained through the training set, the categories in the image are divided, and then the scene model after the training set is tested through the testing set, so as to obtain a more accurate category detection position.
Preferably, the detection target of the speed feature abnormality is: in the same scene, the speed characteristics of the target object acquired in real time and the conventional speed characteristics have a larger difference.
Preferably, the detection target of the morphological feature abnormality is: and when the target is the same, the form of the target object acquired in real time is different from the conventional form.
Preferably, the detection target of the position feature abnormality is: and in the same scene, acquiring the target object which never appears in the corresponding scene in real time.
The beneficial effects of the invention are: the invention discloses a scene object abnormity identification method based on video monitoring, which adopts a fast-rcnn algorithm to solve the problem of inaccurate target extraction caused by shielding, improves the accuracy of target acquisition and improves the accuracy of abnormal behavior detection; the foreground extraction is carried out in advance through the rcnn network, so that the extracted foreground can be directly applied as comparison when the judgment of morphological abnormality and position abnormality is carried out, and the abnormality detection and identification speed is increased; in addition, the similarity between the normal sample and the morphological abnormality is not required to be calculated when the morphological abnormality is detected, so that the calculation efficiency is improved; the rcnn network is combined with the optical flow, so that objects with abnormal speed can be detected in time, prompt and response can be carried out in time, the occurrence of accidents is further reduced, and unnecessary loss is reduced.
Drawings
FIG. 1 is a block diagram of identification of scene object anomalies.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the preferred embodiment of the invention, are given by way of illustration only.
A scene object abnormity identification method based on video monitoring is characterized in that each frame of an acquired video is divided into an image, the type and the number of targets appearing in the image are determined, image forming samples are marked, and the images forming sample set of the video is formed as a video, wherein the video is an image sequence project; and performing target extraction on the sample set through a fast-rcnn algorithm, and judging whether the target object in the image has speed abnormality, form abnormality and position abnormality through comparison. The above identification block diagram of the scene object abnormality is shown in fig. 1, and the identification method of the object abnormality includes the following steps:
s1, dividing the video into images with sequences, confirming the types and the number of objects in each pixel of the images, marking, recording the number of the types of the objects in each image as n, and taking the marked images as samples to form a sample set, wherein the images have positive samples of pedestrians and have no negative samples of pedestrians; dividing the sample set into a training set and a testing set, wherein the training set and the testing set respectively comprise the positive samples and the negative samples;
s2, performing image segmentation and foreground extraction on the sample set by using an rcnn network; the method comprises the following steps:
s201, performing convolution and pooling on the images in the sample set to obtain a feature map in the images;
s202, fusing the feature graph with the shallow feature through upsampling to form feature region division in the image;
s203, subjecting the feature map to convolution kernel of n x 1, and judging the object type in each pixel in the image;
by adopting the image segmentation and the foreground extraction, firstly, the training set is utilized to execute the steps S201-S203 to train a scene model, and then the test set is utilized to execute the steps S201-S203 to test the scene model, so as to obtain the more accurate detection position of the object type in the scene;
s3, calculating the optical flow of the target object based on the object types obtained by the segmentation in the step S2 to obtain the speed of the target object, further obtaining the average kinetic energy of the target object, and obtaining the speed characteristic of the target object by combining MHPF characteristics;
s4, obtaining a gray scale image and an edge image of the target object on the basis of the object type of the feature image obtained in the step S2 to obtain the morphological feature of the SIRP target object;
and S5, obtaining the position characteristics of all object types in the image according to the step S2, and judging the position characteristics of the object types by taking the extracted foreground as a background.
S6, forming a real-time sample from the acquired video through the step S1, introducing the real-time sample into the trained scene model in the step S2, carrying out image segmentation and type judgment, obtaining the speed characteristic, the morphological characteristic and the position characteristic of the target object in the video acquired in real time through the steps S3-S5, and judging whether the target object in the video has speed abnormality, morphological abnormality and position abnormality or not in real time;
the basis for judging the speed abnormity is as follows: in the same scene, judging whether the speed of the moving object acquired in real time is greatly different from the conventional speed or not; the basis for judging the morphological abnormality is as follows: aiming at the same object type, judging whether the object has abnormal morphological characteristics; the judgment basis of the position abnormity is as follows: whether or not there are object classes that never appeared in the same scene.
Examples
In this embodiment, the method for identifying scene object anomalies based on video monitoring is applied to a lawn, 6 types of objects including flowers, grasses, trees, birds, pedestrians and fountains are detected in the lawn, and when image segmentation and foreground extraction are performed through an rcnn network, the extracted feature maps are subjected to 6 × 1 convolution sum, and distribution positions corresponding to the types of the objects are integrated together; the average speed of various objects moving in the lawn is calculated. When the speed of a moving object in the video acquired in real time is greatly different from the average speed; collecting the appearance of a certain object and the appearance of an object of a corresponding type in the foreground, wherein the object does not appear or rarely appears; when objects which do not belong to the object types in the scene appear in the lawn, the scene objects are judged to be abnormal.
By adopting the technical scheme disclosed by the invention, the following beneficial effects are obtained:
the invention discloses a scene object abnormity identification method based on video monitoring, which adopts a fast-rcnn algorithm to solve the problem of inaccurate target extraction caused by shielding, improves the accuracy of target acquisition and improves the accuracy of abnormal behavior detection; the foreground extraction is carried out in advance through the rcnn network, so that the extracted foreground can be directly applied as comparison when the judgment of morphological abnormality and position abnormality is carried out, and the abnormality detection and identification speed is increased; in addition, the similarity between the morphological abnormality detection method and a normal sample is not required to be calculated when morphological abnormality detection is carried out, so that the calculation efficiency is improved; the rcnn network is combined with the optical flow, so that objects with abnormal speed can be detected in time, prompt and response can be carried out in time, the occurrence of accidents is further reduced, and unnecessary loss is reduced.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements should also be considered within the scope of the present invention.

Claims (6)

1. A scene object abnormity identification method based on video monitoring is characterized by comprising the following steps:
s1, dividing each frame of a video into continuous images, determining the category and the number of each pixel of the images, and marking the images to form a sample set;
s2, carrying out image segmentation and foreground extraction on the sample set through an rcnn network, training a scene model, and obtaining the class weight of the scene model, wherein the method comprises the following steps:
s201, performing convolution and pooling on the images in the sample set to obtain a feature map in the images;
s202, fusing the feature graph with the shallow feature through upsampling to form feature region division in the image;
s203, the feature map is subjected to convolution kernel of n x 1, and the object type existing in each pixel in the image is judged, wherein n represents the number of the object type in the image;
s3, according to the image sequence of the video, combining with the scene model in the step S2, calculating the optical flow of a target object in the image to obtain the speed characteristic of the target object;
s4, obtaining a gray scale image and an edge image of the image so as to obtain morphological characteristics of the target object;
s5, obtaining the position characteristics of the target parent body through the action track of the target object in the image in the step S2;
s6, forming a real-time sample from the video acquired in real time through the step S1, introducing the real-time sample into the scene model trained in the step S2, carrying out image segmentation and type judgment, obtaining the speed characteristic, the morphological characteristic and the position characteristic of the target object in the video acquired in real time through the steps S3-S5, and judging whether the target object in the video is abnormal or not in real time.
2. The method for identifying scene object abnormality based on video monitoring according to claim 1, wherein samples in the sample set in step S1 are divided into positive samples and negative samples; the positive sample is a sample without a pedestrian, and the negative sample is a sample with a pedestrian.
3. The video monitoring-based scene object abnormality recognition method according to claim 1, wherein the training of the scene model in step S2 includes two parts, namely training and testing, i.e., the sample set in step S1 is divided into a training set and a testing set, the scene model is trained through the training set first, the categories in the image are divided, and then the scene model after the training set is tested through the testing set, so as to obtain a more accurate category detection position.
4. The method for identifying scene object abnormality based on video surveillance according to claim 1, wherein the detection targets of the speed feature abnormality are: in the same scene, the speed characteristics of the target object acquired in real time are different from the conventional speed characteristics.
5. The method for identifying scene object abnormality based on video surveillance according to claim 1, wherein the detection targets of morphological feature abnormality are: and when the target is the same, the form of the target object acquired in real time is different from the conventional form.
6. The method for identifying scene object abnormality based on video surveillance according to claim 1, wherein the detection targets of the position feature abnormality are: and in the same scene, acquiring the target object which never appears in the corresponding scene in real time.
CN202010413188.8A 2020-05-15 2020-05-15 Scene object abnormity identification method based on video monitoring Active CN111597992B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010413188.8A CN111597992B (en) 2020-05-15 2020-05-15 Scene object abnormity identification method based on video monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010413188.8A CN111597992B (en) 2020-05-15 2020-05-15 Scene object abnormity identification method based on video monitoring

Publications (2)

Publication Number Publication Date
CN111597992A CN111597992A (en) 2020-08-28
CN111597992B true CN111597992B (en) 2023-04-18

Family

ID=72191204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010413188.8A Active CN111597992B (en) 2020-05-15 2020-05-15 Scene object abnormity identification method based on video monitoring

Country Status (1)

Country Link
CN (1) CN111597992B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112861715A (en) * 2021-02-05 2021-05-28 邵阳学院 Image recognition method and image recognition system
CN114898281B (en) * 2022-07-13 2022-09-30 南通高桥体育用品有限公司 Basketball hoop abnormity detection method and system based on computer vision

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956424A (en) * 1996-12-23 1999-09-21 Esco Electronics Corporation Low false alarm rate detection for a video image processing based security alarm system
CN105184818A (en) * 2015-09-06 2015-12-23 山东华宇航天空间技术有限公司 Video monitoring abnormal behavior detection method and detections system thereof
CN107729799A (en) * 2017-06-13 2018-02-23 银江股份有限公司 Crowd's abnormal behaviour vision-based detection and analyzing and alarming system based on depth convolutional neural networks
CN108229390A (en) * 2018-01-02 2018-06-29 济南中维世纪科技有限公司 Rapid pedestrian detection method based on deep learning
CN108509889A (en) * 2018-03-27 2018-09-07 哈尔滨工业大学深圳研究生院 A kind of close shot anomaly detection method and device based on skin color segmentation
CN108932479A (en) * 2018-06-06 2018-12-04 上海理工大学 A kind of human body anomaly detection method
US10223610B1 (en) * 2017-10-15 2019-03-05 International Business Machines Corporation System and method for detection and classification of findings in images
CN110826538A (en) * 2019-12-06 2020-02-21 合肥科大智能机器人技术有限公司 Abnormal off-duty identification system for electric power business hall
KR102095685B1 (en) * 2019-12-02 2020-04-01 주식회사 넥스파시스템 vehicle detection method and device
CN111008562A (en) * 2019-10-31 2020-04-14 北京城建设计发展集团股份有限公司 Human-vehicle target detection method with feature map depth fusion

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109003282B (en) * 2018-07-27 2022-04-29 京东方科技集团股份有限公司 Image processing method and device and computer storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956424A (en) * 1996-12-23 1999-09-21 Esco Electronics Corporation Low false alarm rate detection for a video image processing based security alarm system
CN105184818A (en) * 2015-09-06 2015-12-23 山东华宇航天空间技术有限公司 Video monitoring abnormal behavior detection method and detections system thereof
CN107729799A (en) * 2017-06-13 2018-02-23 银江股份有限公司 Crowd's abnormal behaviour vision-based detection and analyzing and alarming system based on depth convolutional neural networks
US10223610B1 (en) * 2017-10-15 2019-03-05 International Business Machines Corporation System and method for detection and classification of findings in images
CN108229390A (en) * 2018-01-02 2018-06-29 济南中维世纪科技有限公司 Rapid pedestrian detection method based on deep learning
CN108509889A (en) * 2018-03-27 2018-09-07 哈尔滨工业大学深圳研究生院 A kind of close shot anomaly detection method and device based on skin color segmentation
CN108932479A (en) * 2018-06-06 2018-12-04 上海理工大学 A kind of human body anomaly detection method
CN111008562A (en) * 2019-10-31 2020-04-14 北京城建设计发展集团股份有限公司 Human-vehicle target detection method with feature map depth fusion
KR102095685B1 (en) * 2019-12-02 2020-04-01 주식회사 넥스파시스템 vehicle detection method and device
CN110826538A (en) * 2019-12-06 2020-02-21 合肥科大智能机器人技术有限公司 Abnormal off-duty identification system for electric power business hall

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Akselrod-Ballin, A等.Deep Learning for Automatic Detection of Abnormal Findings in Breast Mammography.《 Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support 》.2017,全文. *
Wang, GQ等.Vicinage Effects for a Nitrogen Molecular Cluster in Plasmas.《 Plasma Science and Technology》.2014,全文. *
吴鹏.监控视频人体状态识别方法研究.《中国优秀硕士学位论文全文数据库 信息科技辑》.2019,(第1期),全文. *
周自强,等.一种改进的YOLO目标检测方法在电缆设备异常状态识别中的应用.《电测与仪表》.2020,第57卷(第2期),全文. *

Also Published As

Publication number Publication date
CN111597992A (en) 2020-08-28

Similar Documents

Publication Publication Date Title
CN104392468B (en) Based on the moving target detecting method for improving visual background extraction
CN100545867C (en) Aerial shooting traffic video frequency vehicle rapid checking method
CN112800860B (en) High-speed object scattering detection method and system with coordination of event camera and visual camera
CN103093198B (en) A kind of crowd density monitoring method and device
CN105404857A (en) Infrared-based night intelligent vehicle front pedestrian detection method
CN111340855A (en) Road moving target detection method based on track prediction
CN111597992B (en) Scene object abnormity identification method based on video monitoring
CN110598613B (en) Expressway agglomerate fog monitoring method
CN107590486B (en) Moving object identification method and system, and bicycle flow statistical method and equipment
CN113505638B (en) Method and device for monitoring traffic flow and computer readable storage medium
CN111626170A (en) Image identification method for railway slope rockfall invasion limit detection
CN114170580A (en) Highway-oriented abnormal event detection method
CN112735164B (en) Test data construction method and test method
CN111797738A (en) Multi-target traffic behavior fast extraction method based on video identification
CN110443142B (en) Deep learning vehicle counting method based on road surface extraction and segmentation
CN109977862A (en) A kind of recognition methods of parking stall limiter
CN111339824A (en) Road surface sprinkled object detection method based on machine vision
CN114724119B (en) Lane line extraction method, lane line detection device, and storage medium
Kini Real time moving vehicle congestion detection and tracking using OpenCV
CN110866435A (en) Far infrared pedestrian training method with self-similarity gradient oriented histogram
Yu et al. Length-based vehicle classification in multi-lane traffic flow
CN112802348B (en) Traffic flow counting method based on mixed Gaussian model
CN114882469A (en) Traffic sign detection method and system based on DL-SSD model
CN114926724A (en) Data processing method, device, equipment and storage medium
CN109063675A (en) Vehicle density calculation method, system, terminal and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant