CN110569693B - Vehicle body color recognition method and device - Google Patents

Vehicle body color recognition method and device Download PDF

Info

Publication number
CN110569693B
CN110569693B CN201810936776.2A CN201810936776A CN110569693B CN 110569693 B CN110569693 B CN 110569693B CN 201810936776 A CN201810936776 A CN 201810936776A CN 110569693 B CN110569693 B CN 110569693B
Authority
CN
China
Prior art keywords
color
vehicle
confidence
sample
picture
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
CN201810936776.2A
Other languages
Chinese (zh)
Other versions
CN110569693A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201810936776.2A priority Critical patent/CN110569693B/en
Publication of CN110569693A publication Critical patent/CN110569693A/en
Application granted granted Critical
Publication of CN110569693B publication Critical patent/CN110569693B/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/90Determination of colour characteristics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/56Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
    • G06V20/58Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
    • G06V20/584Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads of vehicle lights or traffic lights
    • 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
    • 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)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

The embodiment of the specification provides a vehicle body color recognition method and device, wherein in the vehicle body color recognition method, a shot picture of a vehicle is acquired. According to the target detection algorithm, detecting the areas where the parts are located in the shot picture, thereby obtaining a plurality of areas. And selecting a candidate region where at least one designated part is located from the plurality of regions. The candidate regions are input into a multi-classification classifier to predict confidence vectors and most probable color categories for the candidate regions. The confidence vector is composed of the confidence that the candidate regions respectively belong to each predefined color class. The confidence vector and the maximum likelihood color category are input into a vehicle color recognition model to recognize a body color of the vehicle.

Description

Vehicle body color recognition method and device
Technical Field
One or more embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a method and an apparatus for identifying a vehicle body color.
Background
In the case of damage assessment to a vehicle, it is often necessary to identify whether the vehicle covered in the captured picture is the vehicle to be damaged. And one implementation of the above-described determination process may be to identify the body color of the vehicle. In the conventional art, the vehicle body color is generally recognized only from a single reference area of the vehicle. The reference area may correspond to a component of the vehicle. For example, the vehicle body color may be identified with the area corresponding to the hood above the license plate as a reference area.
However, in the above-described process of recognizing the vehicle body color, if the component corresponding to the reference area is affected by light or the like, the color of the component may change. When the color of a component changes, the color of the vehicle body identified according to the region to which the component corresponds is inaccurate. Accordingly, it is desirable to provide a more accurate vehicle body color recognition method.
Disclosure of Invention
One or more embodiments of the present disclosure describe a vehicle body color recognition method and apparatus, which may improve accuracy of vehicle body color recognition.
In a first aspect, there is provided a vehicle body color recognition method including:
acquiring a shot picture of a vehicle; the taken picture covers a plurality of components of the vehicle;
detecting the areas where all the parts are located in the shot picture according to a target detection algorithm, so as to obtain a plurality of areas;
selecting a candidate region where at least one designated part is located from the plurality of regions;
inputting the candidate region into a multi-classification classifier to predict a confidence vector and a maximum likelihood color class of the candidate region; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category;
the confidence vector and the maximum likelihood color class are input into a vehicle color recognition model to recognize a body color of the vehicle.
In a second aspect, there is provided a vehicle body color recognition apparatus including:
an acquisition unit configured to acquire a photographed picture of a vehicle; the taken picture covers a plurality of components of the vehicle;
the detection unit is used for detecting the area where each component is located in the shooting picture acquired by the acquisition unit according to a target detection algorithm, so that a plurality of areas are obtained;
a selecting unit, configured to select a candidate area where at least one designated component is located from the plurality of areas detected by the detecting unit;
the prediction unit is used for inputting the candidate region selected by the selection unit into a multi-classification classifier so as to predict the confidence vector and the maximum likelihood color class of the candidate region; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category;
and the identification unit is used for inputting the confidence vector predicted by the prediction unit and the maximum likelihood color category into a vehicle color identification model so as to identify the vehicle body color of the vehicle.
In a third aspect, there is provided a vehicle body color recognition apparatus including:
the receiver is used for acquiring a shot picture of the vehicle; the taken picture covers a plurality of components of the vehicle;
at least one processor for detecting the region where each component is located in the photographed picture according to a target detection algorithm, thereby obtaining a plurality of regions; selecting a candidate region where at least one designated part is located from the plurality of regions; inputting the candidate region into a multi-classification classifier to predict a confidence vector and a maximum likelihood color class of the candidate region; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category; the confidence vector and the maximum likelihood color class are input into a vehicle color recognition model to recognize a body color of the vehicle.
According to the vehicle body color recognition method and device provided by one or more embodiments of the present disclosure, a photographed image of a vehicle is obtained. According to the target detection algorithm, detecting the areas where the parts are located in the shot picture, thereby obtaining a plurality of areas. And selecting a candidate region where at least one designated part is located from the plurality of regions. Inputting the candidate regions into a multi-classification classifier to predict confidence vectors and maximum likelihood color classes of the candidate regions; the confidence vector is composed of the confidence that the candidate regions respectively belong to each predefined color class. The confidence vector and the maximum likelihood color category are input into a vehicle color recognition model to recognize a body color of the vehicle. It can be seen that, according to the vehicle body color identification method provided by one or more embodiments of the present disclosure, a vehicle body color can be identified according to a candidate region where at least one designated component is located, so that accuracy of vehicle body color identification can be improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present description, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present description, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic view of an application scenario of a vehicle body color recognition method provided in the present specification;
FIG. 2 is a flowchart of a method for identifying a vehicle body color according to an embodiment of the present disclosure;
FIG. 3 is a schematic view of the area where the components provided in the present specification are located;
fig. 4 is a schematic view of a vehicle body color recognition device according to an embodiment of the present disclosure;
fig. 5 is a schematic view of a vehicle body color recognition device according to another embodiment of the present disclosure.
Detailed Description
The following describes the scheme provided in the present specification with reference to the drawings.
The vehicle body color recognition method provided in one or more embodiments of the present disclosure may be applied to a scene as shown in fig. 1. In fig. 1, the vehicle body color recognition module 20 is used to recognize the color of the vehicle in the picture. Specifically, for a photographed picture of a vehicle, the body color recognition module 20 may detect areas where respective components of the vehicle are located in the photographed picture according to a target detection algorithm, thereby obtaining a plurality of areas. And selecting at least one candidate region where the component capable of reflecting the color of the vehicle body is located from the plurality of regions, thereby obtaining at least one candidate region. At least one candidate region is input into a multi-classification classifier to predict a confidence vector and a most likely color class for the candidate region. The confidence vector here consists of the confidence that the candidate regions respectively belong to the respective predefined color classes. The confidence vector and the maximum likelihood color class of each candidate region are input into a vehicle color recognition model to recognize the body color of the vehicle in the photographed picture.
The vehicle damage determination module 40 is configured to determine damage to the vehicle whose color is recognized by the vehicle body color recognition module 20. For example, a lost part of the vehicle reflected in the photographed picture and the degree of loss thereof are automatically recognized, and a maintenance scheme is automatically given.
It should be understood that fig. 1 is only one application scenario of the vehicle body color recognition method provided in one or more embodiments of the present disclosure, and in other application scenarios, the photographed image of the vehicle with the vehicle body color recognized by the vehicle body color recognition module 20 may be subjected to a process such as splitting, which is not limited in this disclosure.
Fig. 2 is a flowchart of a method for identifying a vehicle body color according to an embodiment of the present disclosure. The subject of execution of the method may be a device with processing capabilities: the server or system or module, for example, may be the body color identification module 20 of fig. 1, or the like. As shown in fig. 2, the method specifically may include:
step 202, a photographed image of a vehicle is obtained.
The above-mentioned photographed image may be a photographed image of a certain vehicle, and the photographed image may cover a plurality of components of the vehicle. Components herein may include, but are not limited to, doors, bumpers, license plates, fenders, headlights, tires, and the like.
And 204, detecting the areas where the parts are located in the shot picture according to the target detection algorithm, so as to obtain a plurality of areas.
The target detection algorithms herein may include, but are not limited to, fast (Faster) -area based convolutional neural networks (Region-based Convolut ional Neural Network, RCNN), area based full convolutional networks (Region-based Ful ly Convolut ional Network, RFCN), single-shot multiple bounding box detectors (Single Shot Mult iBox Detector, SSD), and YOLO, among others. Here, the accuracy of the area detection can be improved by detecting the area where the component of the vehicle is located by the target detection algorithm.
Optionally, the target detection algorithm may be trained according to a plurality of sample pictures, and then the region where each component is located may be detected in the photographed picture according to the trained target detection algorithm, so that accuracy of region detection may be improved. It should be noted that the above-mentioned one sample picture may cover one or more parts of a vehicle. For the sample picture, the area where each component is located and the category of the area can be manually calibrated in advance. The category herein may refer to the names of the above-mentioned components.
In one example, the resulting plurality of regions may be as shown in FIG. 3. In fig. 3, a rectangular frame is used to represent an area where a component of the vehicle is located. In one example, the region may be represented by four-dimensional coordinates, e.g., may be represented as (x, y, w, h), where x is the abscissa of the upper left vertex of the region, y is the ordinate of the upper left vertex of the region, w is the width of the region, and h is the height of the region. In fig. 3, "bumper", "license plate", "fender", "headlight", and "tire" are used to indicate the type of each region.
And 206, selecting a candidate region where at least one designated part is located from the plurality of regions.
The specified component herein may refer to a component having the same or similar color as the vehicle body. Such as "door", "bumper", "fender", and "hood", etc.
In one implementation, the candidate regions may be selected in conjunction with the category of the region. For example, when the category of a certain region is the name of the above-described designated part, the region may be selected as the candidate region. Taking fig. 3 as an example, the regions A, B and C can be selected as candidate regions. That is, the number of candidate regions in the present specification may be plural.
Here, by selecting the candidate region where the specified component is located, interference of unrelated components can be avoided.
Step 208, the candidate region is input into a multi-classification classifier to predict the confidence vector and the most probable color class of the candidate region.
The confidence vector here consists of the confidence that the candidate regions respectively belong to the respective predefined color classes. The multi-classification classifier herein may also be referred to as a multi-classification model. The multi-classification classifier can be obtained by training a lightweight neural network model according to a plurality of sample areas with color class labels. The lightweight neural network model herein may include, but is not limited to, mobi leNet, squeezeNet, acceptance, xception, shuffleNet, etc. Here, the prediction efficiency can be improved by training a lightweight neural network model to obtain a multi-classification classifier. In addition, the multi-classification classifier trained in the specification can predict the color types of candidate areas where all parts of the vehicle are located, so that the prediction comprehensiveness can be improved.
The definition of the sample area can be referred to as a candidate area, i.e., an area where a component having the same or similar color as the vehicle body is located. The sample area is calibrated from the sample picture. In addition, the color class label of the sample area may be preset manually according to the color of the component corresponding to the sample area, which may include, but is not limited to, black, blue, red, silver, white, other colors, indistinguishable, etc.
It should be noted that, when the multi-classification classifier is trained, the sample area may be detected and calibrated from a sample picture by a pre-trained target detection algorithm; the calibration can also be performed manually in the sample picture.
The definition of the predefined color category in step 208 may refer to the color category label of the sample area. Further, the most probable color category in step 208 may be determined based on a confidence that the candidate regions respectively belong to the respective predefined color categories. For example, a predefined color class corresponding to the greatest confidence level may be determined as the most probable color class of the candidate region; a predefined color category for which the confidence exceeds a threshold may also be determined as the most probable color category for the candidate region.
It should be noted that, in the second mode, a candidate region may also be assigned to a most probable color class. For example, the plurality of predefined color categories may be ordered according to a priority order from high to low. And then, judging whether the confidence coefficient corresponding to each predefined color category is larger than a threshold value in sequence, if the confidence coefficient of a certain predefined color category is larger than the threshold value, selecting the predefined color category as the color category with the maximum possibility, and judging the subsequent predefined color category no longer.
It will be appreciated that when the number of candidate regions is multiple, multiple confidence vectors may be predicted, as well as the most likely color class.
Step 210, inputting the confidence vector and the maximum likelihood color category into a vehicle color recognition model to recognize the body color of the vehicle.
The vehicle color recognition model may be obtained by training a decision tree, a support vector machine or a random forest by using confidence vectors and maximum likelihood color categories of sample areas of a plurality of sample pictures as input data. The confidence vector for the sample region may be composed of the confidence that the sample region belongs to each predefined color class. Here, the definition of the sample picture and the sample area are the same as above, and are not repeated here. It should be noted that, the sample picture has a corresponding color category label, and the color category label may be manually calibrated in advance. Further, the confidence vector for the sample region and the maximum likelihood color class may be obtained by inputting the sample region into a pre-trained multi-classification classifier.
When the number of candidate regions is plural, the confidence vectors and the most probable color categories, which respectively belong to the respective predefined color categories, may be input to the vehicle color recognition model. That is, the vehicle body color of the vehicle in the present specification may be identified according to the most probable color category of the plurality of candidate areas, so that accuracy of vehicle body color identification may be improved, and robustness may be better.
The vehicle body color identified in step 210 may be any of the following: black, blue, red, silver, white, other colors, indistinguishable, etc.
In summary, according to the vehicle body color recognition method provided by one or more embodiments of the present disclosure, the accuracy of region detection may be improved by detecting the region where the component of the vehicle is located by the target detection algorithm. In addition, the present specification can improve prediction efficiency by training a lightweight neural network model to obtain a multi-classification classifier. Finally, the vehicle color recognition model recognizes the vehicle body color according to the confidence vectors and the maximum likelihood color categories of the plurality of candidate areas, and the color of the single component is not depended, so that the problem of inaccurate recognized vehicle body color when the color of the single component changes due to the influence of illumination and the like can be avoided.
Corresponding to the above-mentioned vehicle body color recognition method, an embodiment of the present disclosure further provides a vehicle body color recognition device, as shown in fig. 4, which may include:
an acquisition unit 402 for acquiring a photographed picture of the vehicle. The captured picture covers a plurality of components of the vehicle.
And a detection unit 404, configured to detect, in the captured image acquired by the acquisition unit 402, an area where each component is located according to the target detection algorithm, thereby obtaining a plurality of areas.
The target detection algorithm herein may include, but is not limited to, any of the following: fast zone-based convolutional neural network Faster-RCNN, zone-based full convolutional network RFCN, single multi-bounding box detector SSD, and YOLO, among others.
A selecting unit 406, configured to select a candidate area where at least one designated component is located from the plurality of areas detected by the detecting unit 404.
The designated part herein may refer to a part having the same or similar color as the vehicle body among the plurality of parts.
A prediction unit 408, configured to input the candidate region selected by the selection unit 406 into a multi-classification classifier to predict a confidence vector and a maximum likelihood color class of the candidate region. The confidence vector is composed of the confidence levels that the candidate regions respectively belong to the respective predefined color labels.
The multi-classification classifier can be obtained by training a lightweight neural network model according to a plurality of sample areas with color class labels. The sample area corresponds to a component of the vehicle in the sample picture.
The identifying unit 410 is configured to input the confidence vector predicted by the predicting unit 408 and the maximum likelihood color class into the vehicle color identifying model to identify the body color of the vehicle.
The vehicle color recognition model can be obtained by training a decision tree, a support vector machine or a random forest by taking confidence vectors and the maximum likelihood color class of sample areas of a plurality of sample pictures as input data. The confidence vector may be made up of the confidence that the sample region belongs to each predefined color class. The sample picture covers one or more components of the vehicle, and the sample region corresponds to a component of the vehicle in the sample picture.
The functions of the functional modules of the apparatus in the foregoing embodiments of the present disclosure may be implemented by the steps of the foregoing method embodiments, so that the specific working process of the apparatus provided in one embodiment of the present disclosure is not repeated herein.
The present specification provides a vehicle body color recognition device, and the acquisition unit 402 acquires a photographed picture of a vehicle. The detection unit 404 detects the areas where the respective components are located in the photographed picture according to the target detection algorithm, thereby obtaining a plurality of areas. The selection unit 406 selects a candidate region where at least one specified component is located from the plurality of regions. The prediction unit 408 inputs the candidate regions into a multi-classification classifier to predict confidence vectors and most probable color categories for the candidate regions. The confidence vector is composed of the confidence that the candidate regions respectively belong to each predefined color class. The recognition unit 410 inputs the confidence vector and the maximum likelihood color category into a vehicle color recognition model to recognize the body color of the vehicle. Thus, the accuracy of the body color recognition of the vehicle can be improved.
The vehicle body color recognition device provided in one embodiment of the present disclosure may be a module or unit of the vehicle body color recognition module 20 of fig. 1.
Corresponding to the above-mentioned vehicle body color recognition method, the embodiment of the present disclosure further provides a vehicle body color recognition device, as shown in fig. 5, which may include:
a receiver 502 for acquiring a photographed picture of the vehicle. The captured picture covers a plurality of components of the vehicle.
At least one processor 504 is configured to detect the regions where the respective components are located in the captured image according to an object detection algorithm, thereby obtaining a plurality of regions. And selecting a candidate region where at least one designated part is located from the plurality of regions. The candidate regions are input into a multi-classification classifier to predict confidence vectors and most probable color categories for the candidate regions. The confidence vector is composed of the confidence that the candidate regions respectively belong to each predefined color class. The confidence vector and the maximum likelihood color category are input into a vehicle color recognition model to recognize a body color of the vehicle.
The vehicle body color recognition device provided by the embodiment of the specification can improve the accuracy of vehicle body color recognition of a vehicle.
Fig. 5 shows an example in which the multi-car recognition device provided in the embodiment of the present disclosure is located in a server. In practical applications, the device may also be located in a terminal, which is not limited in this specification.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for the device embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments in part.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied in hardware, or may be embodied in software instructions executed by a processor. The software instructions may be comprised of corresponding software modules that may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. In addition, the ASIC may reside in a server. The processor and the storage medium may reside as discrete components in a server.
Those skilled in the art will appreciate that in one or more of the examples described above, the functions described in the present invention may be implemented in hardware, software, firmware, or any combination thereof. When implemented in software, these functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The foregoing describes specific embodiments of the present disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
The foregoing detailed description of the embodiments has further described the objects, technical solutions and advantages of the present specification, and it should be understood that the foregoing description is only a detailed description of the embodiments of the present specification, and is not intended to limit the scope of the present specification, but any modifications, equivalents, improvements, etc. made on the basis of the technical solutions of the present specification should be included in the scope of the present specification.

Claims (9)

1. A vehicle body color recognition method comprising:
acquiring a shot picture of a vehicle; the taken picture covers a plurality of components of the vehicle;
detecting the areas where all the parts are located in the shot picture according to a target detection algorithm, so as to obtain a plurality of areas;
selecting each candidate region where a plurality of designated parts are located from the plurality of regions; the specified part refers to a part of the plurality of parts, which has the same or similar color as the vehicle body;
inputting the candidate regions into a multi-classification classifier to predict confidence vectors and maximum likelihood color classes of the candidate regions; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category;
the confidence vector and the maximum likelihood color class are input into a vehicle color recognition model to recognize a body color of the vehicle.
2. The method of claim 1, the target detection algorithm comprising any one of: fast zone-based convolutional neural network Faster-RCNN, zone-based full convolutional network RFCN, single-shot multiple bounding box detector SSD, and YOLO.
3. The method of claim 1, wherein the multi-classification classifier is obtained by training a lightweight neural network model according to a plurality of sample areas with color class labels; the sample area corresponds to a component of the vehicle in the sample picture.
4. The method of claim 1, wherein the vehicle color recognition model is obtained by training a decision tree, a support vector machine or a random forest by taking confidence vectors and maximum likelihood color categories of sample areas of a plurality of sample pictures as input data; the confidence vector is composed of the confidence of the sample area respectively belonging to each predefined color category; the sample picture covers one or more components of the vehicle, and the sample area corresponds to a component of the vehicle in the sample picture.
5. A vehicle body color recognition device comprising:
an acquisition unit configured to acquire a photographed picture of a vehicle; the taken picture covers a plurality of components of the vehicle;
the detection unit is used for detecting the area where each component is located in the shooting picture acquired by the acquisition unit according to a target detection algorithm, so that a plurality of areas are obtained;
a selecting unit, configured to select each candidate region where a plurality of specified components are located from the plurality of regions detected by the detecting unit; the specified part refers to a part of the plurality of parts, which has the same or similar color as the vehicle body;
the prediction unit is used for inputting the candidate areas selected by the selection unit into a multi-classification classifier so as to predict confidence vectors and maximum likelihood color categories of the candidate areas; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category;
and the identification unit is used for inputting the confidence vector predicted by the prediction unit and the maximum likelihood color category into a vehicle color identification model so as to identify the vehicle body color of the vehicle.
6. The apparatus of claim 5, the target detection algorithm comprising any one of: fast zone-based convolutional neural network Faster-RCNN, zone-based full convolutional network RFCN, single-shot multiple bounding box detector SSD, and YOLO.
7. The apparatus of claim 5, the multi-classification classifier being trained on a lightweight neural network model based on a plurality of sample regions having color class labels; the sample area corresponds to a component of the vehicle in the sample picture.
8. The device of claim 5, wherein the vehicle color recognition model is obtained by training a decision tree, a support vector machine or a random forest by using confidence vectors and maximum likelihood color categories of sample areas of a plurality of sample pictures as input data; the confidence vector is composed of the confidence of the sample area respectively belonging to each predefined color category; the sample picture covers one or more components of the vehicle, and the sample area corresponds to a component of the vehicle in the sample picture.
9. A vehicle body color recognition device comprising:
the receiver is used for acquiring a shot picture of the vehicle; the taken picture covers a plurality of components of the vehicle;
at least one processor for detecting the region where each component is located in the photographed picture according to a target detection algorithm, thereby obtaining a plurality of regions; selecting each candidate region where a plurality of designated parts are located from the plurality of regions; the specified part refers to a part of the plurality of parts, which has the same or similar color as the vehicle body; inputting the candidate regions into a multi-classification classifier to predict confidence vectors and maximum likelihood color classes of the candidate regions; the confidence vector is composed of the confidence that the candidate areas respectively belong to each predefined color category; the confidence vector and the maximum likelihood color class are input into a vehicle color recognition model to recognize a body color of the vehicle.
CN201810936776.2A 2018-08-16 2018-08-16 Vehicle body color recognition method and device Active CN110569693B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810936776.2A CN110569693B (en) 2018-08-16 2018-08-16 Vehicle body color recognition method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810936776.2A CN110569693B (en) 2018-08-16 2018-08-16 Vehicle body color recognition method and device

Publications (2)

Publication Number Publication Date
CN110569693A CN110569693A (en) 2019-12-13
CN110569693B true CN110569693B (en) 2023-05-12

Family

ID=68772339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810936776.2A Active CN110569693B (en) 2018-08-16 2018-08-16 Vehicle body color recognition method and device

Country Status (1)

Country Link
CN (1) CN110569693B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111325256A (en) * 2020-02-13 2020-06-23 上海眼控科技股份有限公司 Vehicle appearance detection method and device, computer equipment and storage medium
CN111401289B (en) * 2020-03-24 2024-01-23 国网上海市电力公司 Intelligent identification method and device for transformer component
CN112330619B (en) * 2020-10-29 2023-10-10 浙江大华技术股份有限公司 Method, device, equipment and storage medium for detecting target area
WO2022241807A1 (en) * 2021-05-20 2022-11-24 广州广电运通金融电子股份有限公司 Method for recognizing color of vehicle body of vehicle, and storage medium and terminal

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440503A (en) * 2013-09-12 2013-12-11 青岛海信网络科技股份有限公司 Vehicle body color detection and identification method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5071198B2 (en) * 2008-03-28 2012-11-14 富士通株式会社 Signal recognition device, signal recognition method, and signal recognition program
CN104346620B (en) * 2013-07-25 2017-12-29 佳能株式会社 To the method and apparatus and image processing system of the pixel classifications in input picture
US10460256B2 (en) * 2016-08-09 2019-10-29 Microsot Technology Licensing, LLC Interactive performance visualization of multi-class classifier
CN106384117B (en) * 2016-09-14 2019-08-13 东软集团股份有限公司 A kind of vehicle color identification method and device
CN106529424B (en) * 2016-10-20 2019-01-04 中山大学 A kind of logo detection recognition method and system based on selective search algorithm
CN107358596B (en) * 2017-04-11 2020-09-18 阿里巴巴集团控股有限公司 Vehicle loss assessment method and device based on image, electronic equipment and system
CN107480676B (en) * 2017-07-28 2019-12-24 浙江大华技术股份有限公司 Vehicle color identification method and device and electronic equipment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440503A (en) * 2013-09-12 2013-12-11 青岛海信网络科技股份有限公司 Vehicle body color detection and identification method

Also Published As

Publication number Publication date
CN110569693A (en) 2019-12-13

Similar Documents

Publication Publication Date Title
US11887064B2 (en) Deep learning-based system and method for automatically determining degree of damage to each area of vehicle
CN110569693B (en) Vehicle body color recognition method and device
US10192107B2 (en) Object detection method and object detection apparatus
CN110991465B (en) Object identification method, device, computing equipment and storage medium
US9275289B2 (en) Feature- and classifier-based vehicle headlight/shadow removal in video
CN106503638B (en) Image procossing, vehicle color identification method and system for color identification
CN108734684B (en) Image background subtraction for dynamic illumination scene
US11113582B2 (en) Method and system for facilitating detection and identification of vehicle parts
CN107194393B (en) Method and device for detecting temporary license plate
CN111881757B (en) Pedestrian re-identification method, device, equipment and medium
CN111881741B (en) License plate recognition method, license plate recognition device, computer equipment and computer readable storage medium
CN111783573B (en) High beam detection method, device and equipment
CN109784322B (en) Method, equipment and medium for identifying vin code based on image processing
CN108537223B (en) License plate detection method, system and equipment and storage medium
CN115661131B (en) Image identification method and device, electronic equipment and storage medium
CN111178359A (en) License plate number recognition method, device and equipment and computer storage medium
CN110738080A (en) method, device and electronic equipment for identifying modified motor vehicle
CN111402185B (en) Image detection method and device
CN113240092B (en) Neural network training and face recognition method, device, equipment and storage medium
US20230342937A1 (en) Vehicle image analysis
CN111832349A (en) Method and device for identifying error detection of carry-over object and image processing equipment
CN110569692B (en) Multi-vehicle identification method, device and equipment
KR101847175B1 (en) Method for object recognition and apparatus thereof
US20220415055A1 (en) Image identification method and image surveillance apparatus
WO2023178542A1 (en) Image processing apparatus and method

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40018832

Country of ref document: HK

TA01 Transfer of patent application right

Effective date of registration: 20200928

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200928

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant