CN111145365A - Method, device, computer storage medium and terminal for realizing classification processing - Google Patents

Method, device, computer storage medium and terminal for realizing classification processing Download PDF

Info

Publication number
CN111145365A
CN111145365A CN201911299800.7A CN201911299800A CN111145365A CN 111145365 A CN111145365 A CN 111145365A CN 201911299800 A CN201911299800 A CN 201911299800A CN 111145365 A CN111145365 A CN 111145365A
Authority
CN
China
Prior art keywords
vehicle
model
analyzed
determining
classification
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.)
Pending
Application number
CN201911299800.7A
Other languages
Chinese (zh)
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.)
Beijing Mininglamp Software System Co ltd
Original Assignee
Beijing Mininglamp Software System 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 Beijing Mininglamp Software System Co ltd filed Critical Beijing Mininglamp Software System Co ltd
Priority to CN201911299800.7A priority Critical patent/CN111145365A/en
Publication of CN111145365A publication Critical patent/CN111145365A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07BTICKET-ISSUING APPARATUS; FARE-REGISTERING APPARATUS; FRANKING APPARATUS
    • G07B15/00Arrangements or apparatus for collecting fares, tolls or entrance fees at one or more control points
    • G07B15/06Arrangements for road pricing or congestion charging of vehicles or vehicle users, e.g. automatic toll systems
    • G07B15/063Arrangements for road pricing or congestion charging of vehicles or vehicle users, e.g. automatic toll systems using wireless information transmission between the vehicle and a fixed station
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • 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/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/08Detecting or categorising vehicles

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Molecular Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Devices For Checking Fares Or Tickets At Control Points (AREA)

Abstract

A method, a device, a computer storage medium and a terminal for realizing classification processing comprise: determining the vehicle type of the vehicle to be analyzed based on a preset classification model; determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed; wherein the vehicle types include: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll. According to the embodiment of the invention, the regression model is adopted to determine the vehicle model after the vehicle type is determined, so that the accurate identification of the vehicle is realized, and the technical support is provided for an auxiliary Electronic Toll Collection (ETC) system to obtain accurate vehicle information.

Description

Method, device, computer storage medium and terminal for realizing classification processing
Technical Field
The present disclosure relates to, but not limited to, image processing technologies, and more particularly, to a method, an apparatus, a computer storage medium, and a terminal for implementing a classification process.
Background
The toll road refers to a road on which a toll is collected on a passing vehicle for repayment of loan or collection of capital. Different vehicles can have different charging standards, for example, passenger cars such as cars below seven seats, cars above seven seats, passenger buses, large buses and the like, low-load trucks, high-load trucks and the like can have different charging standards; the general formula is as follows: the larger the passenger car is, the higher the toll is collected; the larger the truck is, the higher the toll is collected; the toll collection standards for passenger cars and trucks are different. Electronic Toll Collection (ETC) system is used in highway or bridge, carries out the automated system that the Toll was collected to the transit vehicle, and the ETC discerns the vehicle through the on-vehicle Electronic tags who sets up on the vehicle, realizes the Toll settlement after networking through computer networking technology and bank, can make the vehicle need not to park can accomplish the payment of Toll through the ETC.
Although ETC can save the payment time of toll and improve the vehicle passing efficiency; however, the ETC charges communication fees based on the vehicle-mounted electronic tag mounted on the vehicle, and when the vehicle owner replaces the vehicle-mounted electronic tag manually, the ETC makes a misjudgment because of the vehicle-mounted electronic tag. In order to overcome the misjudgment problem caused by ETC, other means are needed to assist in determining the vehicle information. At present, the related art generally secondarily judges the vehicle type based on the technology of deep learning image classification, and includes a classification model based on image data, the classification model generally consists of a Convolutional Neural Network (CNN), and includes a feature extraction part and a classification part; the classification model requires a large amount of manually labeled training data for model training, and therefore, the implementation is difficult. The regression model based on the image data is similar to the classification model and can be divided into a feature extraction part and a regression part; the feature extraction part is the same as the classification model, but the regression part is simpler than the classification part and only outputs one regression value. The regression model is the same as the classification model, and the model training needs to be carried out through a large amount of artificially marked training data, so that the realization is still difficult; furthermore, the regression model cannot be used to obtain the vehicle type; although the sizes of the vehicles corresponding to different types of vehicles are different, the difference between the truck and the bus is different from that between the truck and the bus, and the bus is possibly misjudged as the truck and the bus by misjudging the bus as the bus by using the regression model for judging the types of the vehicles; therefore, the regression model cannot be used for identification of the vehicle type.
In summary, how to overcome the misjudgment generated by the ETC, and to assist the ETC to determine the vehicle information, is a technical problem to be solved.
Disclosure of Invention
The following is a summary of the subject matter described in detail herein. This summary is not intended to limit the scope of the claims.
Embodiments of the present invention provide a method, an apparatus, a computer storage medium, and a terminal for implementing classification processing, which can provide technical support for assisting an ETC to obtain accurate vehicle information.
The embodiment of the invention provides a method for realizing classification processing, which comprises the following steps:
determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
In an exemplary embodiment, the classification model and the regression model include:
extracting the characteristics of the image of the vehicle to be analyzed based on the same characteristic extraction layer of the convolutional neural network CNN;
wherein, the relevant parameters of the feature extraction layer comprise: and (4) parameters configured by adopting a transfer learning method.
In an exemplary embodiment, the classification model includes:
and (4) determining a classification model according to a cross entropy loss function.
In an exemplary embodiment, the regression model is obtained based on the following loss function training:
Figure BDA0002321579400000021
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
In one exemplary embodiment, after determining the vehicle model of the vehicle to be analyzed, the method further comprises:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
On the other hand, an embodiment of the present invention further provides an apparatus for implementing classification processing, including: a type determining unit and a model determining unit; wherein,
determining a type unit for: determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
the model determining unit is used for: determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
In an exemplary embodiment, the regression model is obtained based on the following loss function training:
Figure BDA0002321579400000031
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
In an exemplary embodiment, the apparatus further comprises a feedback unit for:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
In still another aspect, an embodiment of the present invention further provides a computer storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method for implementing classification processing is implemented.
In another aspect, an embodiment of the present invention further provides a terminal, including: a memory and a processor, the memory having a computer program stored therein; wherein,
the processor is configured to execute the computer program in the memory;
the computer program, when executed by the processor, implements a method of implementing a classification process as described above.
Compared with the related art, the technical scheme of the application comprises the following steps: determining the vehicle type of the vehicle to be analyzed based on a preset classification model; determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed; wherein the vehicle types include: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll. According to the embodiment of the invention, the vehicle type is determined by adopting the regression model after the vehicle type is determined, so that the accurate identification of the vehicle is realized, and the technical support is provided for assisting ETC to obtain accurate vehicle information.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
FIG. 1 is a flow chart of a method for implementing a classification process according to an embodiment of the present invention;
FIG. 2 is a block diagram of an apparatus for implementing classification processing according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a system composition of an application example of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a method for implementing classification processing according to an embodiment of the present invention, as shown in fig. 1, including:
step 101, determining the vehicle type of a vehicle to be analyzed based on a preset classification model;
wherein the vehicle type includes: passenger cars and vans;
step 102, determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
In an exemplary embodiment, the classification model and the regression model include:
extracting the features of the image of the vehicle to be analyzed based on the same feature extraction layer of the Convolutional Neural Network (CNN);
wherein, the relevant parameters of the feature extraction layer comprise: and (4) parameters configured by adopting a transfer learning method.
In an exemplary embodiment, the classification model includes:
and (4) determining a classification model according to a cross entropy loss function.
In an exemplary embodiment, the regression model is obtained based on the following loss function training:
Figure BDA0002321579400000051
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
It should be noted that the smaller lambda of the embodiment of the present invention, the more the regression model tends to predict that the vehicle model is not greater than a for the vehicle with type a.
In an exemplary embodiment, after determining the vehicle model of the vehicle to be analyzed, the method of the embodiment of the present invention further includes:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
Compared with the related art, the technical scheme of the application comprises the following steps: determining the vehicle type of the vehicle to be analyzed based on a preset classification model; determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed; wherein the vehicle types include: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll. According to the embodiment of the invention, the vehicle type is determined by adopting the regression model after the vehicle type is determined, so that the accurate identification of the vehicle is realized, and the technical support is provided for assisting ETC to obtain accurate vehicle information.
Fig. 2 is a block diagram of a device for implementing classification processing according to an embodiment of the present invention, as shown in fig. 2, including: a type determining unit and a model determining unit; wherein,
determining a type unit for: determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
the model determining unit is used for: determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
In an exemplary embodiment, the classification model and the regression model of the embodiment of the present invention are based on the same feature extraction layer of a Convolutional Neural Network (CNN) to perform feature extraction of an image of a vehicle to be analyzed;
wherein, the relevant parameters of the feature extraction layer comprise: and (4) parameters configured by adopting a transfer learning method.
In an exemplary embodiment, the classification model includes:
and (4) determining a classification model according to a cross entropy loss function.
In an exemplary embodiment, the regression model is obtained based on the following loss function training:
Figure BDA0002321579400000061
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
It should be noted that the smaller lambda of the embodiment of the present invention, the more the regression model tends to predict that the vehicle model is not greater than a for the vehicle with type a.
In an exemplary embodiment, the apparatus further comprises a feedback unit for:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
Compared with the related art, the technical scheme of the application comprises the following steps: determining the vehicle type of the vehicle to be analyzed based on a preset classification model; determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed; wherein the vehicle types include: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll. According to the embodiment of the invention, the vehicle type is determined by adopting the regression model after the vehicle type is determined, so that the accurate identification of the vehicle is realized, and the technical support is provided for assisting ETC to obtain accurate vehicle information.
The embodiment of the invention also provides a computer storage medium, wherein a computer program is stored in the computer storage medium, and when being executed by a processor, the computer program realizes the method for realizing the classification processing.
An embodiment of the present invention further provides a terminal, including: a memory and a processor, the memory having a computer program stored therein; wherein,
the processor is configured to execute the computer program in the memory;
the computer program, when executed by the processor, implements a method of implementing a classification process as described above.
The following embodiments of the present invention are briefly described in detail by using application examples, which are only used for illustrating the present invention and are not used for limiting the protection scope of the present invention.
Application example
Fig. 3 is a schematic diagram of a system configuration of an application example of the present invention, and as shown in fig. 3, the apparatus according to the embodiment of the present invention is connected to an ETC system, where the ETC system includes: the classification processing device comprises a detection unit and a processing unit, and the classification processing device comprises: the device comprises an image acquisition unit, a type determining unit and a model determining unit; wherein,
the detection unit is used for: and detecting a vehicle-mounted electronic tag arranged on the vehicle to be analyzed.
The processing unit is used for: and obtaining vehicle information based on the detected vehicle-mounted electronic tag, and assuming that the identified vehicle information is as follows: ETC _ pred _ type.
The image acquisition unit is used for: an image of a vehicle to be analyzed to pass through a toll booth (a detection area of an ETC detection unit) is acquired.
Determining a type unit for: determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
the model determining unit is used for: determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
In an exemplary embodiment, the classification model and the regression model of the embodiment of the present invention are based on the same feature extraction layer of a Convolutional Neural Network (CNN) to perform feature extraction of an image of a vehicle to be analyzed;
wherein, the relevant parameters of the feature extraction layer comprise: and (4) parameters configured by adopting a transfer learning method.
Note that the feature extraction layer of the present application example includes a feature extraction layer including an existing residual neural network (RESNET), a Visual Geometry Group (VGG)16, and the like.
In an exemplary embodiment, the classification model includes:
and (4) determining a classification model according to a cross entropy loss function.
In an exemplary embodiment, the regression model is obtained based on the following loss function training:
Figure BDA0002321579400000081
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
It should be noted that the smaller lambda of the embodiment of the present invention, the more the regression model tends to predict that the vehicle model is not greater than a for the vehicle with type a.
The regression model of the truck and the passenger car are the same in the application example of the invention. However, the regression models for the passenger car and the freight car use different parameters, in short two independent regression models. The present application example determines the charge type division itself of the vehicle based on whether the vehicle is a cargo or a carrier and the size and load of the vehicle, which is itself a classification value, but is actually a regression value, for different passenger cars and trucks. In the application example, the classification model and the regression model contain many model parameters, and the parameters need to be initialized randomly before training by using training set data; however, when the training data is not large, the generalization capability of the model obtained by random initialization training is not good. The present application example uses a migration learning method to configure parameters of the feature extraction layer. Taking RESNET as an example, training a RESNET model based on massive sample data, and then directly copying parameters of a feature extraction layer of the trained RESNET model to the feature extraction layer of the application example.
In the application example, the classification model and the regression model share the same feature extraction layer; in model training, the classification model and the regression model may be trained simultaneously. For an image of a vehicle to be analyzed, the result output by the present application example apparatus contains both vehicle type and vehicle model information.
In an exemplary embodiment, the present application example apparatus further includes a feedback unit, configured to:
and feeding back the determined vehicle type and the determined vehicle model of the vehicle to be analyzed to the ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
The preset policy may include: when the output result of the ETC system and the result of the present application example are different in the vehicle type, a warning is made.
When the output result of the ETC system is the same as the result of the application example in vehicle type, if the vehicle types are different, the warning can be carried out, and the warning is not carried out when the vehicle type represented by the vehicle information of the output result of the ETC system is larger than the vehicle type (the traffic cost is high) of the device of the application example; when the vehicle model represented by the vehicle information of the ETC system output result is smaller than that of the vehicle model of the application example device, an alarm is given.
When an alarm occurs, after the output result of the ETC system and the output result of the classification processing device of the application example are fed back in a preset mode, relevant workers verify the charging standard manually.
According to the application example, the vehicle model is determined by adopting the regression model after the vehicle type is determined, the accurate identification of the vehicle is realized, and the technical support is provided for assisting ETC to obtain accurate vehicle information.
"one of ordinary skill in the art will appreciate that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art. "

Claims (10)

1. A method of implementing a classification process, comprising:
determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
2. The method of claim 1, wherein the classification model and the regression model comprise:
extracting the characteristics of the image of the vehicle to be analyzed based on the same characteristic extraction layer of the convolutional neural network CNN;
wherein, the relevant parameters of the feature extraction layer comprise: and (4) parameters configured by adopting a transfer learning method.
3. The method of claim 1, wherein the classification model comprises:
and (4) determining a classification model according to a cross entropy loss function.
4. The method according to any one of claims 1 to 3, wherein the regression model is obtained based on the following loss function training:
Figure FDA0002321579390000011
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
5. A method according to any one of claims 1 to 3, wherein after determining the vehicle model of the vehicle to be analysed, the method further comprises:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
6. An apparatus for implementing a classification process, comprising: a type determining unit and a model determining unit; wherein,
determining a type unit for: determining the vehicle type of the vehicle to be analyzed based on a preset classification model;
the model determining unit is used for: determining the vehicle model of the vehicle to be analyzed by adopting a regression model corresponding to the vehicle type of the vehicle to be analyzed;
wherein the vehicle type includes: passenger cars and vans; the vehicle model includes: and the preset classification number is used for distinguishing the vehicle toll.
7. The apparatus of claim 6, wherein the regression model is obtained based on the following loss function training:
Figure FDA0002321579390000021
the lambda is a super parameter with a preset value of (0, 1), y is an actual vehicle model, and y _ p is a vehicle model predicted by the regression model.
8. The apparatus according to claim 6 or 7, characterized in that the apparatus further comprises a feedback unit for:
and feeding back the determined vehicle type and vehicle model of the vehicle to be analyzed to an ETC system so that the ETC system processes the vehicle to be analyzed according to a preset strategy.
9. A computer storage medium having stored thereon a computer program which, when executed by a processor, implements a method of implementing a classification process according to any one of claims 1 to 5.
10. A terminal, comprising: a memory and a processor, the memory having a computer program stored therein; wherein,
the processor is configured to execute the computer program in the memory;
the computer program, when executed by the processor, implements a method of implementing a classification process as claimed in any one of claims 1 to 5.
CN201911299800.7A 2019-12-17 2019-12-17 Method, device, computer storage medium and terminal for realizing classification processing Pending CN111145365A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911299800.7A CN111145365A (en) 2019-12-17 2019-12-17 Method, device, computer storage medium and terminal for realizing classification processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911299800.7A CN111145365A (en) 2019-12-17 2019-12-17 Method, device, computer storage medium and terminal for realizing classification processing

Publications (1)

Publication Number Publication Date
CN111145365A true CN111145365A (en) 2020-05-12

Family

ID=70518523

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911299800.7A Pending CN111145365A (en) 2019-12-17 2019-12-17 Method, device, computer storage medium and terminal for realizing classification processing

Country Status (1)

Country Link
CN (1) CN111145365A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103413439A (en) * 2013-07-30 2013-11-27 长安大学 Method for sorting passenger vehicles and goods vehicles based on videos
CN106204772A (en) * 2016-07-22 2016-12-07 重庆市华驰交通科技有限公司 A kind of lorry ETC charging method judged based on type of vehicle and control system
CN106250812A (en) * 2016-07-15 2016-12-21 汤平 A kind of model recognizing method based on quick R CNN deep neural network
CN106570477A (en) * 2016-10-28 2017-04-19 中国科学院自动化研究所 Vehicle model recognition model construction method based on depth learning and vehicle model recognition method based on depth learning
CN206133705U (en) * 2016-07-22 2017-04-26 重庆市华驰交通科技有限公司 Freight train ETC charging system based on vehicle type judges
CN107545239A (en) * 2017-07-06 2018-01-05 南京理工大学 A kind of deck detection method matched based on Car license recognition with vehicle characteristics
CN108537223A (en) * 2018-04-16 2018-09-14 广东工业大学 A kind of detection method of license plate, system and equipment and storage medium
CN109815332A (en) * 2019-01-07 2019-05-28 平安科技(深圳)有限公司 Loss function optimization method, device, computer equipment and storage medium
CN109871896A (en) * 2019-02-26 2019-06-11 北京达佳互联信息技术有限公司 Data classification method, device, electronic equipment and storage medium
CN110415371A (en) * 2019-07-12 2019-11-05 尤克雄 Vehicle on highway charging method for splitting and system
US10467503B1 (en) * 2018-09-05 2019-11-05 StradVision, Inc. Method and device for generating image data set to be used for learning CNN capable of detecting obstruction in autonomous driving circumstance
CN110516703A (en) * 2019-07-18 2019-11-29 平安科技(深圳)有限公司 Vehicle identification method, device and storage medium based on artificial intelligence

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103413439A (en) * 2013-07-30 2013-11-27 长安大学 Method for sorting passenger vehicles and goods vehicles based on videos
CN106250812A (en) * 2016-07-15 2016-12-21 汤平 A kind of model recognizing method based on quick R CNN deep neural network
CN106204772A (en) * 2016-07-22 2016-12-07 重庆市华驰交通科技有限公司 A kind of lorry ETC charging method judged based on type of vehicle and control system
CN206133705U (en) * 2016-07-22 2017-04-26 重庆市华驰交通科技有限公司 Freight train ETC charging system based on vehicle type judges
CN106570477A (en) * 2016-10-28 2017-04-19 中国科学院自动化研究所 Vehicle model recognition model construction method based on depth learning and vehicle model recognition method based on depth learning
CN107545239A (en) * 2017-07-06 2018-01-05 南京理工大学 A kind of deck detection method matched based on Car license recognition with vehicle characteristics
CN108537223A (en) * 2018-04-16 2018-09-14 广东工业大学 A kind of detection method of license plate, system and equipment and storage medium
US10467503B1 (en) * 2018-09-05 2019-11-05 StradVision, Inc. Method and device for generating image data set to be used for learning CNN capable of detecting obstruction in autonomous driving circumstance
CN109815332A (en) * 2019-01-07 2019-05-28 平安科技(深圳)有限公司 Loss function optimization method, device, computer equipment and storage medium
CN109871896A (en) * 2019-02-26 2019-06-11 北京达佳互联信息技术有限公司 Data classification method, device, electronic equipment and storage medium
CN110415371A (en) * 2019-07-12 2019-11-05 尤克雄 Vehicle on highway charging method for splitting and system
CN110516703A (en) * 2019-07-18 2019-11-29 平安科技(深圳)有限公司 Vehicle identification method, device and storage medium based on artificial intelligence

Similar Documents

Publication Publication Date Title
CN113688805B (en) Unmanned aerial vehicle-based unlicensed muck vehicle identification method and system
CN111311914A (en) Vehicle driving accident monitoring method and device and vehicle
CN112131935B (en) Method and device for identifying person carried in motor vehicle compartment and computer equipment
CN104680795A (en) Vehicle type recognition method and device based on partial area characteristic
CN105259304A (en) On-line monitoring system and method for pollutants in vehicle tail gas
CN204945122U (en) A kind of Vehicular exhaust pollutant monitoring system
CN106875697A (en) Radio frequency identification and video identification comparison method and system
CN110503732B (en) ETC vehicle transaction method and device based on vehicle detection
CN106846819A (en) A kind of taking photo by plane based on small aircraft and realizes system at penalty note generation method
CN108492577A (en) A kind of recognition methods of fake license plate vehicle
CN116246470A (en) Expressway portal fee evasion checking method and device, electronic equipment and storage medium
CN112861567A (en) Vehicle type classification method and device
CN112507874B (en) Method and device for detecting motor vehicle jamming behavior
CN111612372B (en) Commercial vehicle default risk early warning method based on operation condition
CN111145365A (en) Method, device, computer storage medium and terminal for realizing classification processing
CN114724107B (en) Image detection method, device, equipment and medium
CN111260806B (en) Roadside parking monitoring method
CN114205394B (en) Self-adaptive data identification and storage method and system for Internet of vehicles terminal
CN116026441A (en) Method, device, equipment and storage medium for detecting abnormal load capacity of vehicle
Hamzah et al. Parking Violation Detection on The Roadside of Toll Roads with Intelligent Transportation System Using Faster R-CNN Algorithm
CN111191603B (en) Method and device for identifying people in vehicle, terminal equipment and medium
CN113963350A (en) Vehicle identification detection method, system, computer equipment, storage medium and terminal
CN113688662A (en) Motor vehicle passing warning method and device, electronic device and computer equipment
CN110020608A (en) A kind of vehicle identification method, equipment, system and parking charge system
CN110718064A (en) Vehicle violation detection method and device

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200512

RJ01 Rejection of invention patent application after publication