WO2023197887A1 - Intelligent control method for starting washing machine and device thereof - Google Patents

Intelligent control method for starting washing machine and device thereof Download PDF

Info

Publication number
WO2023197887A1
WO2023197887A1 PCT/CN2023/085390 CN2023085390W WO2023197887A1 WO 2023197887 A1 WO2023197887 A1 WO 2023197887A1 CN 2023085390 W CN2023085390 W CN 2023085390W WO 2023197887 A1 WO2023197887 A1 WO 2023197887A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
washing machine
laundry
distance
starting
Prior art date
Application number
PCT/CN2023/085390
Other languages
French (fr)
Chinese (zh)
Inventor
李世成
黄振兴
许升
Original Assignee
青岛胶南海尔洗衣机有限公司
海尔智家股份有限公司
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 青岛胶南海尔洗衣机有限公司, 海尔智家股份有限公司 filed Critical 青岛胶南海尔洗衣机有限公司
Publication of WO2023197887A1 publication Critical patent/WO2023197887A1/en

Links

Classifications

    • DTEXTILES; PAPER
    • D06TREATMENT OF TEXTILES OR THE LIKE; LAUNDERING; FLEXIBLE MATERIALS NOT OTHERWISE PROVIDED FOR
    • D06FLAUNDERING, DRYING, IRONING, PRESSING OR FOLDING TEXTILE ARTICLES
    • D06F33/00Control of operations performed in washing machines or washer-dryers 
    • D06F33/30Control of washing machines characterised by the purpose or target of the control 
    • D06F33/32Control of operational steps, e.g. optimisation or improvement of operational steps depending on the condition of the laundry
    • DTEXTILES; PAPER
    • D06TREATMENT OF TEXTILES OR THE LIKE; LAUNDERING; FLEXIBLE MATERIALS NOT OTHERWISE PROVIDED FOR
    • D06FLAUNDERING, DRYING, IRONING, PRESSING OR FOLDING TEXTILE ARTICLES
    • D06F34/00Details of control systems for washing machines, washer-dryers or laundry dryers
    • D06F34/04Signal transfer or data transmission arrangements
    • D06F34/05Signal transfer or data transmission arrangements for wireless communication between components, e.g. for remote monitoring or control
    • DTEXTILES; PAPER
    • D06TREATMENT OF TEXTILES OR THE LIKE; LAUNDERING; FLEXIBLE MATERIALS NOT OTHERWISE PROVIDED FOR
    • D06FLAUNDERING, DRYING, IRONING, PRESSING OR FOLDING TEXTILE ARTICLES
    • D06F34/00Details of control systems for washing machines, washer-dryers or laundry dryers
    • D06F34/14Arrangements for detecting or measuring specific parameters
    • DTEXTILES; PAPER
    • D06TREATMENT OF TEXTILES OR THE LIKE; LAUNDERING; FLEXIBLE MATERIALS NOT OTHERWISE PROVIDED FOR
    • D06FLAUNDERING, DRYING, IRONING, PRESSING OR FOLDING TEXTILE ARTICLES
    • D06F2105/00Systems or parameters controlled or affected by the control systems of washing machines, washer-dryers or laundry dryers
    • D06F2105/50Starting machine operation, e.g. delayed start or re-start after power cut

Definitions

  • the present invention relates to the technical field of washing machines, and specifically provides an intelligent control method and device for starting a washing machine.
  • Some electrical equipment in the prior art rely on detecting the distance between humans and machines to perform preset operations, and perform preset operations when a person reaches a set area around the electrical equipment. For example, when a washing machine opens the door automatically when putting clothes in, the existing technology uses the distance between the human and the machine and the posture of the human body to control the opening of the machine door. When the distance between the human and the machine is detected to be less than the preset distance threshold, it is recognized that the person intends to do laundry, and then the control The laundry discharge door of the washing machine is open. The accuracy of this method is low. If the user just passes by the washing machine, it will be recognized that the user intends to do laundry, causing the washing machine door to open accidentally.
  • the present invention is proposed to solve or at least partially solve the technical problem of low control accuracy in the existing method of controlling the startup of the washing machine based on the distance between the human and the machine and the posture of the human body.
  • the invention provides an intelligent control method and device for starting a washing machine.
  • the present invention provides an intelligent control method for starting a washing machine, including the following steps: obtaining the distance between the user and the washing machine; determining the distance between the user and the washing machine. Whether the distance is less than a preset distance; if the distance between the user and the washing machine is less than the preset distance, determine whether the user has an intention to do laundry; and if the user has an intention to do laundry, control the turning on of the washing machine.
  • determining whether the user intends to do laundry includes: collecting video information containing the user; determining the user's hand area image based on the video information; constructing a target detection model; using the target detection model to detect the user's hand area. Area images are recognized to determine whether the user has laundry intention.
  • determining the user's hand area image based on the video information includes: determining the user's hand area position of each video frame image in the video information based on the video information; based on the user's hand area position Obtain the user's hand area image from the video frame image.
  • the target detection model adopts the FasterRCNN+ResNet50+FPN model; building the target detection model includes: the convolution module part between the input end and the intermediate end feature map in the FasterRCNN detection network model adopts the ResNet50 network framework
  • the model is replaced by cross-combination with the FPN feature pyramid network model.
  • the image is input to the input layer of the ResNet50 network framework model, and the outputs from the second to fifth feature extraction stages of the ResNet50 network framework model are connected to the FPN feature pyramid network.
  • the FPN feature pyramid network model interpolates and fuses the stage feature maps output from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network framework model and outputs feature maps of different scales.
  • whether the user has the intention to do laundry includes whether the user holds at least one of clothes and clothing appliances in his hands; the target detection model is used to identify the user's hand area image to determine whether the user has the intention to do laundry.
  • the intention to do laundry includes: inputting the user's hand area image into the target detection model to obtain at least one of whether the user holds clothes or appliances containing clothes.
  • determining whether the user intends to do laundry further includes: collecting video information containing the user; sending each video frame image in the video information containing the user to a cloud server to determine the user based on the cloud server Whether the user has the intention to do laundry; receiving the information sent by the cloud server as to whether the user has the intention to do laundry.
  • the method further includes: when the user intends to do laundry, control all Open the door of the washing machine while turning on the washing machine.
  • the present invention provides an intelligent control device for starting a washing machine, including: an acquisition module configured to obtain the distance between the user and the washing machine; and a determination module configured to determine the distance between the user and the washing machine. Whether the distance between the user and the washing machine is less than the preset distance; the determination module is configured to determine whether the user has the intention to do laundry when the distance between the user and the washing machine is less than the preset distance; and the control module is configured to determine whether the user has the intention to do laundry. In this case, control the washing machine to start.
  • a washing device in a third aspect, includes a processor and a storage device, the storage device is adapted to store a plurality of program codes, and the program codes are adapted to be loaded and run by the processor to execute the foregoing.
  • the intelligent control method for starting a washing machine according to any one of the above.
  • a computer-readable storage medium in which a plurality of program codes are stored, and the program codes are adapted to be loaded and run by a processor to execute any one of the aforementioned washing machines. Intelligent control method for power-on.
  • the invention provides an intelligent control method for starting a washing machine. First, the distance between the user and the washing machine is obtained, and then it is determined whether the distance between the user and the washing machine is less than the preset distance. If the distance between the user and the washing machine is less than the preset distance, In this case, it is determined whether the user has the intention of washing, and if the user has the intention of washing, the washing machine is controlled to start. In this way, when the human-machine distance is within the preset range, the washing machine is further controlled to start based on whether the user has the intention of washing. , thereby achieving precise control of the washing machine and improving the user experience.
  • the video frame images in the video information are preprocessed to obtain the user's hand area image, and then the hand area image is input into the built target detection model for recognition, thereby determining whether the user has laundry purposes.
  • the user's hand area is further detected to determine whether the user has laundry intention, which improves the accuracy of determining whether the user has laundry intention.
  • Figure 1 is a schematic flowchart of the main steps of an intelligent control method for starting a washing machine according to an embodiment of the present invention
  • Figure 2 is a schematic flowchart of the complete steps of an intelligent control method for starting a washing machine according to one embodiment of the present invention
  • Figure 3 is a schematic block diagram of the main structure of an intelligent control device for starting a washing machine according to an embodiment of the present invention.
  • module and “processor” may include hardware, software, or a combination of both.
  • a module can include hardware circuits, various suitable sensors, communication ports, and memory. It can also include software parts, such as program code, or it can be a combination of software and hardware.
  • the processor may be a central processing unit, a microprocessor, an image processor, a digital signal processor, or any other suitable processor.
  • the processor has data and/or signal processing functions.
  • the processor can be implemented in software, hardware, or a combination of both.
  • Non-transitory computer-readable storage media include any suitable media that can store program code, such as magnetic disks, hard disks, optical disks, flash memory, read-only memory, random access memory, etc.
  • a and/or B means all possible combinations of A and B, such as just A, just B, or A and B.
  • the terms "at least one A or B” or “at least one of A and B” have a similar meaning to “A and/or B” and may include just A, just B or A and B.
  • the singular forms “a,” “the” and “the” may also include the plural form.
  • this application proposes an intelligent control method and device for starting a washing machine. First, the distance between the user and the washing machine is obtained, and then it is determined whether the distance between the user and the washing machine is less than the preset distance.
  • the washing machine is controlled to turn on. In this way, when the distance between the human and the machine is within the preset range, the system determines whether the user has the intention to do laundry. Use it for laundry purposes to further control the startup of the washing machine, thereby achieving precise control of the washing machine and improving the user experience.
  • FIG. 1 is a schematic flowchart of the main steps of an intelligent control method for starting a washing machine according to an embodiment of the present invention.
  • the intelligent control method for starting up a washing machine in the embodiment of the present invention mainly includes the following steps S101 to S104.
  • Step S101 Obtain the distance between the user and the washing machine.
  • the distance between the user and the washing machine device can be obtained through a sensor provided on the washing machine body.
  • the sensor may also collect the distance between the user and the washing machine equipment multiple times, and then average the distances between multiple users and the washing machine equipment to obtain the final distance between the user and the washing machine. Thereby reducing the measurement error and further improving the control efficiency of the washing machine.
  • Step S102 Determine whether the distance between the user and the washing machine is less than a preset distance.
  • the preset distance may be a distance measured in advance through experiments.
  • Step S103 When the distance between the user and the washing machine is less than the preset distance, determine whether the user has intention to do laundry.
  • the way to determine whether the user intends to do laundry may be to collect the voice instructions input by the user. For example, when the voice instructions input by the user such as "washing" or "turn on the washing machine" are collected, it is determined that the user has the intention to do laundry.
  • this application mainly determines whether the user intends to do laundry by determining whether the user has at least one of clothes and an appliance containing clothes. For example, when it is determined that the user holds clothes or an appliance containing clothes in his hand, it is determined that the user has the intention to do laundry.
  • Step S104 When the user intends to do laundry, control the washing machine to start.
  • step S101 to S104 first obtain the distance between the user and the washing machine, and then determine whether the distance between the user and the washing machine is less than the preset distance.
  • the distance between the human and the machine is less than the preset distance, it is determined whether the user has the intention to do laundry, and when the user has the intention to do laundry, the washing machine is controlled to turn on.
  • the system determines whether the user has the intention to do laundry. Whether there is a laundry purpose to further control the startup of the washing machine, thereby achieving precise control of the washing machine and improving the user experience.
  • determining whether the user intends to do laundry includes: collecting video information containing the user; determining the user's hand area image based on the video information; constructing a target detection model; using the target detection model to identify the user's hand area image to Determine if the user has laundry intention.
  • a camera is provided on the main body of the washing machine, and the camera can collect video information including the user in real time.
  • the video frame images in the video information are first pre-processed to obtain the user's hand area image, and then the hand area image is input into the built target detection model for recognition, thereby determining whether the user has laundry purposes. In this way, when the human-machine distance is within the preset range, the user's hand area is further detected to determine whether the user has laundry intention, which improves the accuracy of determining whether the user has laundry intention.
  • determining the user's hand area image based on the video information includes: determining the user's hand area position of each video frame image in the video information based on the video information; obtaining the user's hand area from the video frame image based on the user's hand area position. area image. Specifically, in the process of determining the user's hand area image based on video information, first the user's hand area position in the video frame image is determined, and then the image containing the user's hand area position is extracted from the video frame image. Out, the image of the user's hand area can be obtained. In this way, compared to directly using video frame images to identify whether the user is holding clothes or appliances with clothes in his hands, using images of the user's hand area to identify whether the user is holding clothes or appliances with clothes is more accurate. , which can further improve the recognition efficiency.
  • the target detection model adopts the FasterRCNN+ResNet50+FPN model; building the target detection model includes: the convolution module part between the input end and the intermediate end feature map in the FasterRCNN detection network model adopts the ResNet50 network framework model and The FPN feature pyramid network model is replaced by cross-combination.
  • the image is input to the input layer of the ResNet50 network frame model, and the outputs from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network frame model are connected to the FPN feature pyramid network model.
  • the FPN feature pyramid network model interpolates and fuses the stage feature maps output from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network framework model and outputs features of different scales. picture.
  • the collected historical user hand area image sample set can be used to train it.
  • the historical user hand area image sample set can be divided into a training set and a test set according to a preset ratio. Train the target detection model.
  • This application uses ResNet50 as the network framework and further combines the FasterRCNN detection network model and the FPN feature pyramid network model to solve the problem of accuracy saturation degradation when the depth of the deep learning network increases, which can improve the training speed of the model and improve the prediction performance of the model. It can also It achieves the fusion of shallow geometric information and deep semantic information of the image, improving the detection effect of the model.
  • the FasterRCNN+ResNet50+FPN model is used as a target detection model to identify the user's hand area image to determine whether the user has the intention to do laundry, further improving the recognition accuracy and efficiency.
  • whether the user has an intention to do laundry includes whether the user holds at least one of clothes and appliances containing clothes in his hands; using a target detection model to identify the image of the user's hand area to determine whether the user has an intention to do laundry includes: The image of the user's hand area is input into the target detection model to obtain whether the user holds at least one of clothing and clothing equipment. Specifically, when the user holds at least one of clothes and clothes-installed appliances in his hands, it means that the user has laundry purposes. Specifically, the target detection model trained in the previous embodiment can be used to identify the user's hand area to identify whether the user is holding at least one of clothing and clothing equipment. When it is identified whether the user is holding clothing and clothing equipment, When there is at least one type of clothing appliance, it is determined that the user has laundry purpose.
  • determining whether the user has an intention to do laundry further includes: collecting video information containing the user; and sending each video frame image in the video information containing the user to a cloud server to determine whether the user has an intention to do laundry based on the cloud server. ; Receive information sent by the cloud server as to whether the user intends to do laundry.
  • the cloud server mainly determines whether the user has the intention to do laundry. Specifically, each video frame image in the video frame information collected by the camera is sent to the cloud server through the network, and the cloud server analyzes the video frame image. Analysis is performed to determine whether the user has the intention to do laundry.
  • the cloud server determines whether the user has the intention to do laundry. Regardless of whether the cloud server determines whether the user has the intention to do laundry, the result of whether the user has the intention to do laundry is sent to the control device.
  • the cloud server is used to determine whether the user has the intention to do laundry. In this way, the load of the washing machine can be reduced.
  • the method further includes: when the user intends to do laundry, control the While turning on the machine, open the door of the washing machine. Specifically, when it is determined that the user intends to do laundry, the washing machine can be controlled to start and the door of the washing machine can be opened at the same time, thereby reducing user operations and improving the user experience.
  • the distance between the user and the device is first obtained, and based on this, it is determined whether the preset distance is reached. If so, the user's intention is recognized based on the image to determine whether the user has Laundry intention, and when the user has laundry intention, control the laundry equipment to turn on and open the washing machine door. In this way, the accuracy of washing machine control is further improved.
  • the present invention also provides an intelligent control device for starting a washing machine.
  • FIG. 3 is a main structural block diagram of an intelligent control device for starting a washing machine according to one embodiment of the present invention.
  • the intelligent control device for starting the washing machine in the embodiment of the present invention mainly includes an acquisition module 11 , a judgment module 12 , a determination module 13 and a control module 14 .
  • one or more of the acquisition module 11, the judgment module 12, the determination module 13 and the control module 14 can be combined into one module.
  • the acquisition module 11 may be configured to acquire the distance between the user and the washing machine.
  • the determination module 12 may be configured to determine whether the distance between the user and the washing machine is less than a preset distance.
  • the determination module 13 may be configured to determine whether the user has the intention to do laundry when the distance between the user and the washing machine is less than a preset distance.
  • the control module 14 may be configured to control the washing machine to start when the user intends to do laundry. In one implementation, for a description of the specific implementation of the function, please refer to steps S101 to S104.
  • the acquisition module first obtains the distance between the user and the washing machine, and then the judgment module determines whether the distance between the user and the washing machine is less than the preset distance.
  • the determination module determines whether the user has the intention to do laundry, and when the user has the intention to do laundry, the control module controls the starting of the washing machine. In this way, when the human-machine distance is within the preset range, according to Whether the user has laundry purposes, he can further control the startup of the washing machine, thereby realizing laundry control. The precise control of the machine improves the user experience.
  • the above-mentioned intelligent control device for starting a washing machine is used to execute the embodiment of the intelligent control method for starting a washing machine shown in Figure 1.
  • the technical principles, technical problems solved and technical effects produced by the two are similar, and those skilled in the art can clearly understand It is understood that for the convenience and simplicity of description, the specific working process and related instructions of the intelligent control device for starting the washing machine can be referred to the content described in the embodiment of the intelligent control method for starting the washing machine, and will not be repeated here.
  • the present invention can implement all or part of the process in the method of the above-mentioned embodiment, and can also be completed by instructing relevant hardware through a computer program.
  • the computer program can be stored in a computer-readable file. In the storage medium, when the computer program is executed by the processor, the steps of each of the above method embodiments can be implemented.
  • the computer program includes computer program code, which may be in the form of source code, object code, executable file or some intermediate form.
  • the computer-readable storage medium may include: any entity or device capable of carrying the computer program code, media, USB flash drive, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory, random access memory, electrical carrier wave signals, telecommunications signals, and software distribution media, etc.
  • computer-readable storage media Storage media does not include electrical carrier signals and telecommunications signals.
  • the present invention also provides a washing equipment.
  • the washing equipment includes a processor and a storage device.
  • the storage device can be configured to store a program for executing the intelligent control method for starting the washing machine in the above method embodiment.
  • the processor can be configured to use
  • the program includes but is not limited to the program that executes the intelligent control method for starting the washing machine in the above method embodiment.
  • the present invention also provides a computer-readable storage medium.
  • the computer-readable storage medium can be configured to store a program that executes the intelligent control method for starting the washing machine of the above method embodiment.
  • the program can be loaded and run by the processor to Implement the above intelligent control method for starting the washing machine.
  • the computer-readable storage medium may be a storage device formed by various electronic devices.
  • the computer-readable storage medium is a non-transitory computer-readable storage medium.
  • each module is only to illustrate the functional units of the device of the present invention
  • the physical devices corresponding to these modules may be the processor itself, or a part of the software in the processor, a part of the hardware, or Part of the combination of software and hardware. Therefore, the number of individual modules in the figure is only illustrative.

Landscapes

  • Engineering & Computer Science (AREA)
  • Textile Engineering (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Control Of Washing Machine And Dryer (AREA)

Abstract

The present invention relates to the technical field of washing machines. Particularly provided are an intelligent control method for starting a washing machine and a device thereof, which are aimed at solving the technical problem of low control accuracy of existing methods for controlling the start of a washing machine on the basis of man-machine distance and human poses. For the purpose, the intelligent control method for starting a washing machine of the present invention comprises the following steps: acquiring a distance between a user and a washing machine; judging whether the distance between the user and the washing machine is smaller than a preset distance; when the distance between the user and the washing machine is smaller than the preset distance, determining whether the user has the intention to wash clothes; and, when the user has the intention to wash clothes, controlling to start the washing machine. Thus, accurate control of a washing machine is achieved.

Description

洗衣机开机的智能控制方法及其装置Intelligent control method and device for starting a washing machine
本申请要求2022年4月13日提交的、发明名称为“洗衣机开机的智能控制方法及其装置”的中国专利申请CN202210386275.8的优先权,上述中国专利申请的全部内容通过引用并入本申请中。This application claims priority to Chinese patent application CN202210386275.8, which was submitted on April 13, 2022 and has an invention title of "Intelligent control method and device for starting a washing machine". The entire content of the above Chinese patent application is incorporated into this application by reference. middle.
技术领域Technical field
本发明涉及洗衣机技术领域,具体提供一种洗衣机开机的智能控制方法及其装置。The present invention relates to the technical field of washing machines, and specifically provides an intelligent control method and device for starting a washing machine.
背景技术Background technique
随着科技水平的不断提高,越来越多的智能产品进入了人们的日常生活。现有技术的一些电器设备依靠通过检测人机距离来执行预设的操作,当人员到达电器设备周围的设定区域时执行预设的操作。例如洗衣机投放衣物时的自动开门,现有技术中采用人机距离和人体姿态的方式来控制机门打开,当检测到人机距离小于预设的距离阈值时识别为人员有洗衣意图,继而控制洗衣机的衣物投取门打开。这种方式的精准率较低,若用户只是经过洗衣机,也会被识别为用户有洗衣意图,导致洗衣机门误打开。As the level of science and technology continues to improve, more and more smart products have entered people's daily lives. Some electrical equipment in the prior art rely on detecting the distance between humans and machines to perform preset operations, and perform preset operations when a person reaches a set area around the electrical equipment. For example, when a washing machine opens the door automatically when putting clothes in, the existing technology uses the distance between the human and the machine and the posture of the human body to control the opening of the machine door. When the distance between the human and the machine is detected to be less than the preset distance threshold, it is recognized that the person intends to do laundry, and then the control The laundry discharge door of the washing machine is open. The accuracy of this method is low. If the user just passes by the washing machine, it will be recognized that the user intends to do laundry, causing the washing machine door to open accidentally.
相应地,本领域需要一种新的洗衣机开机的智能控制方案来解决上述问题。Accordingly, a new intelligent control solution for washing machine startup is needed in this field to solve the above problems.
发明内容Contents of the invention
为了克服上述缺陷,提出了本发明,以提供解决或至少部分地解决现有的基于人机距离和人体姿态来控制洗衣机开机的方法控制精准率较低的技术问题。本发明提供了一种洗衣机开机的智能控制方法及其装置。In order to overcome the above defects, the present invention is proposed to solve or at least partially solve the technical problem of low control accuracy in the existing method of controlling the startup of the washing machine based on the distance between the human and the machine and the posture of the human body. The invention provides an intelligent control method and device for starting a washing machine.
在第一方面,本发明提供一种洗衣机开机的智能控制方法,包括下述步骤:获取用户与洗衣机之间的距离;判断所述用户与洗衣机之间的 距离是否小于预设距离;在所述用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图;以及在用户有洗衣意图的情况下,控制所述洗衣机开机。In a first aspect, the present invention provides an intelligent control method for starting a washing machine, including the following steps: obtaining the distance between the user and the washing machine; determining the distance between the user and the washing machine. Whether the distance is less than a preset distance; if the distance between the user and the washing machine is less than the preset distance, determine whether the user has an intention to do laundry; and if the user has an intention to do laundry, control the turning on of the washing machine.
在一个实施方式中,确定用户是否有洗衣意图包括:采集包含用户的视频信息;基于所述视频信息确定用户手部区域图像;构建目标检测模型;利用所述目标检测模型对所述用户手部区域图像进行识别,以确定用户是否有洗衣意图。In one embodiment, determining whether the user intends to do laundry includes: collecting video information containing the user; determining the user's hand area image based on the video information; constructing a target detection model; using the target detection model to detect the user's hand area. Area images are recognized to determine whether the user has laundry intention.
在一个实施方式中,基于所述视频信息确定用户手部区域图像包括:基于所述视频信息确定所述视频信息中每一视频帧图像的用户手部区域位置;基于所述用户手部区域位置从所述视频帧图像中获取用户手部区域图像。In one embodiment, determining the user's hand area image based on the video information includes: determining the user's hand area position of each video frame image in the video information based on the video information; based on the user's hand area position Obtain the user's hand area image from the video frame image.
在一个实施方式中,所述目标检测模型采用FasterRCNN+ResNet50+FPN模型;构建目标检测模型包括:在FasterRCNN检测网络模型中的输入端到中间端的特征图之间的卷积模块部分采用ResNet50网络框架模型和FPN特征金字塔网络模型交叉结合所代替,图像输入到ResNet50网络框架模型的输入层,并且将ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段的输出均连接到FPN特征金字塔网络模型的输入,FPN特征金字塔网络模型对ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段输出的阶段特征图进行插值融合并输出不同尺度的特征图。In one embodiment, the target detection model adopts the FasterRCNN+ResNet50+FPN model; building the target detection model includes: the convolution module part between the input end and the intermediate end feature map in the FasterRCNN detection network model adopts the ResNet50 network framework The model is replaced by cross-combination with the FPN feature pyramid network model. The image is input to the input layer of the ResNet50 network framework model, and the outputs from the second to fifth feature extraction stages of the ResNet50 network framework model are connected to the FPN feature pyramid network. As input to the model, the FPN feature pyramid network model interpolates and fuses the stage feature maps output from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network framework model and outputs feature maps of different scales.
在一个实施方式中,用户是否有洗衣意图包括用户手中是否持有衣物和装有衣物器具中的至少一种;利用所述目标检测模型对所述用户手部区域图像进行识别,以确定用户是否有洗衣意图包括:将所述用户手部区域图像输入所述目标检测模型,得到用户手中是否持有衣物和装有衣物器具中的至少一种。In one embodiment, whether the user has the intention to do laundry includes whether the user holds at least one of clothes and clothing appliances in his hands; the target detection model is used to identify the user's hand area image to determine whether the user has the intention to do laundry. The intention to do laundry includes: inputting the user's hand area image into the target detection model to obtain at least one of whether the user holds clothes or appliances containing clothes.
在一个实施方式中,确定用户是否有洗衣意图进一步包括:采集包含用户的视频信息;将所述包含用户的视频信息中的每一视频帧图像发送至云端服务器,以基于所述云端服务器确定用户是否有洗衣意图;接收所述云端服务器发送的用户是否有洗衣意图的信息。In one embodiment, determining whether the user intends to do laundry further includes: collecting video information containing the user; sending each video frame image in the video information containing the user to a cloud server to determine the user based on the cloud server Whether the user has the intention to do laundry; receiving the information sent by the cloud server as to whether the user has the intention to do laundry.
在一个实施方式中,还包括:在用户有洗衣意图的情况下,控制所 述洗衣机开机的同时打开洗衣机机门。In one embodiment, the method further includes: when the user intends to do laundry, control all Open the door of the washing machine while turning on the washing machine.
在第二方面,本发明提供一种洗衣机开机的智能控制装置,包括:获取模块,被配置为获取用户与洗衣机之间的距离;判断模块,被配置为判断所述用户与洗衣机之间的距离是否小于预设距离;确定模块,被配置为在所述用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图;以及控制模块,被配置为在用户有洗衣意图的情况下,控制所述洗衣机开机。In a second aspect, the present invention provides an intelligent control device for starting a washing machine, including: an acquisition module configured to obtain the distance between the user and the washing machine; and a determination module configured to determine the distance between the user and the washing machine. Whether the distance between the user and the washing machine is less than the preset distance; the determination module is configured to determine whether the user has the intention to do laundry when the distance between the user and the washing machine is less than the preset distance; and the control module is configured to determine whether the user has the intention to do laundry. In this case, control the washing machine to start.
在第三方面,提供一种洗涤设备,该洗涤设备包括处理器和存储装置,所述存储装置适于存储多条程序代码,所述程序代码适于由所述处理器加载并运行以执行前述任一项所述的洗衣机开机的智能控制方法。In a third aspect, a washing device is provided. The washing device includes a processor and a storage device, the storage device is adapted to store a plurality of program codes, and the program codes are adapted to be loaded and run by the processor to execute the foregoing. The intelligent control method for starting a washing machine according to any one of the above.
在第四方面,提供一种计算机可读存储介质,该计算机可读存储介质其中存储有多条程序代码,所述程序代码适于由处理器加载并运行以执行前述任一项所述的洗衣机开机的智能控制方法。In a fourth aspect, a computer-readable storage medium is provided in which a plurality of program codes are stored, and the program codes are adapted to be loaded and run by a processor to execute any one of the aforementioned washing machines. Intelligent control method for power-on.
本发明上述一个或多个技术方案,至少具有如下一种或多种有益效果:One or more of the above technical solutions of the present invention have at least one or more of the following beneficial effects:
本发明提供一种洗衣机开机的智能控制方法,首先获取用户与洗衣机之间的距离,接着判断用户与洗衣机之间的距离是否小于预设距离,在用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图,以及在用户有洗衣意图的情况下,控制洗衣机开机,如此,当人机距离在预设范围内的情况下,根据用户是否有洗衣用途来进一步控制洗衣机开机,从而实现了对洗衣机的精准控制,提高了用户的使用体验。The invention provides an intelligent control method for starting a washing machine. First, the distance between the user and the washing machine is obtained, and then it is determined whether the distance between the user and the washing machine is less than the preset distance. If the distance between the user and the washing machine is less than the preset distance, In this case, it is determined whether the user has the intention of washing, and if the user has the intention of washing, the washing machine is controlled to start. In this way, when the human-machine distance is within the preset range, the washing machine is further controlled to start based on whether the user has the intention of washing. , thereby achieving precise control of the washing machine and improving the user experience.
首先对视频信息中的视频帧图像进行预处理以得到用户手部区域图像,接着将手部区域图像输入构建的目标检测模型中进行识别,从而来确定用户是否有洗衣用途。如此,在人机距离在预设范围内的情况下,进一步通过检测用户的手部区域来确定用户是否有洗衣衣图,提高了确定用户是否有洗衣意图的准确度。First, the video frame images in the video information are preprocessed to obtain the user's hand area image, and then the hand area image is input into the built target detection model for recognition, thereby determining whether the user has laundry purposes. In this way, when the human-machine distance is within the preset range, the user's hand area is further detected to determine whether the user has laundry intention, which improves the accuracy of determining whether the user has laundry intention.
附图说明Description of the drawings
参照附图,本发明的公开内容将变得更易理解。本领域技术人员容 易理解的是:这些附图仅仅用于说明的目的,而并非意在对本发明的保护范围组成限制。此外,图中类似的数字用以表示类似的部件,其中:The disclosure of the present invention will become more understandable with reference to the accompanying drawings. Personnel skilled in the field It should be understood that these drawings are for illustrative purposes only and are not intended to limit the scope of the present invention. Additionally, like numbers in the figures identify similar parts, where:
图1是根据本发明的一个实施例的洗衣机开机的智能控制方法的主要步骤流程示意图;Figure 1 is a schematic flowchart of the main steps of an intelligent control method for starting a washing machine according to an embodiment of the present invention;
图2是根据本发明的一个实施例的洗衣机开机的智能控制方法的完整步骤流程示意图;Figure 2 is a schematic flowchart of the complete steps of an intelligent control method for starting a washing machine according to one embodiment of the present invention;
图3是根据本发明的一个实施例的洗衣机开机的智能控制装置的主要结构框图示意图。Figure 3 is a schematic block diagram of the main structure of an intelligent control device for starting a washing machine according to an embodiment of the present invention.
附图标记列表
11:获取模块;12:判断模块;13:确定模块;14:控制模块。
List of reference signs :
11: Acquisition module; 12: Judgment module; 13: Determination module; 14: Control module.
具体实施方式Detailed ways
下面参照附图来描述本发明的一些实施方式。本领域技术人员应当理解的是,这些实施方式仅仅用于解释本发明的技术原理,并非旨在限制本发明的保护范围。Some embodiments of the invention are described below with reference to the accompanying drawings. Those skilled in the art should understand that these embodiments are only used to explain the technical principles of the present invention and are not intended to limit the scope of the present invention.
在本发明的描述中,“模块”、“处理器”可以包括硬件、软件或者两者的组合。一个模块可以包括硬件电路,各种合适的感应器,通信端口,存储器,也可以包括软件部分,比如程序代码,也可以是软件和硬件的组合。处理器可以是中央处理器、微处理器、图像处理器、数字信号处理器或者其他任何合适的处理器。处理器具有数据和/或信号处理功能。处理器可以以软件方式实现、硬件方式实现或者二者结合方式实现。非暂时性的计算机可读存储介质包括任何合适的可存储程序代码的介质,比如磁碟、硬盘、光碟、闪存、只读存储器、随机存取存储器等等。术语“A和/或B”表示所有可能的A与B的组合,比如只是A、只是B或者A和B。术语“至少一个A或B”或者“A和B中的至少一个”含义与“A和/或B”类似,可以包括只是A、只是B或者A和B。单数形式的术语“一个”、“这个”也可以包含复数形式。In the description of the present invention, "module" and "processor" may include hardware, software, or a combination of both. A module can include hardware circuits, various suitable sensors, communication ports, and memory. It can also include software parts, such as program code, or it can be a combination of software and hardware. The processor may be a central processing unit, a microprocessor, an image processor, a digital signal processor, or any other suitable processor. The processor has data and/or signal processing functions. The processor can be implemented in software, hardware, or a combination of both. Non-transitory computer-readable storage media include any suitable media that can store program code, such as magnetic disks, hard disks, optical disks, flash memory, read-only memory, random access memory, etc. The term "A and/or B" means all possible combinations of A and B, such as just A, just B, or A and B. The terms "at least one A or B" or "at least one of A and B" have a similar meaning to "A and/or B" and may include just A, just B or A and B. The singular forms "a," "the" and "the" may also include the plural form.
目前传统的采用人机距离和人体姿态的方式来控制机门打开,当检测到人机距离小于预设的距离阈值时识别为人员有洗衣意图,继而控制洗衣机的衣物投取门打开。这种方式的精准率比较低,若用户只是经过 洗衣机,也会被识别为用户有洗衣意图,导致洗衣机门误打开。为此,本申请提出了一种洗衣机开机的智能控制方法及其装置,首先获取用户与洗衣机之间的距离,接着判断用户与洗衣机之间的距离是否小于预设距离,在用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图,以及在用户有洗衣意图的情况下,控制洗衣机开机,如此,当人机距离在预设范围内的情况下,根据用户是否有洗衣用途来进一步控制洗衣机开机,从而实现了对洗衣机的精准控制,提高了用户的使用体验。At present, the distance between the human and the machine and the posture of the human body are traditionally used to control the opening of the machine door. When the distance between the human and the machine is detected to be less than the preset distance threshold, it is recognized that the person intends to do laundry, and then the clothes throwing door of the washing machine is controlled to open. The accuracy of this method is relatively low. If the user just passes The washing machine will also be recognized as the user's intention to do laundry, causing the washing machine door to open accidentally. To this end, this application proposes an intelligent control method and device for starting a washing machine. First, the distance between the user and the washing machine is obtained, and then it is determined whether the distance between the user and the washing machine is less than the preset distance. When the distance is less than the preset distance, it is determined whether the user has the intention to do laundry, and when the user has the intention to do laundry, the washing machine is controlled to turn on. In this way, when the distance between the human and the machine is within the preset range, the system determines whether the user has the intention to do laundry. Use it for laundry purposes to further control the startup of the washing machine, thereby achieving precise control of the washing machine and improving the user experience.
参阅附图1,图1是根据本发明的一个实施例的洗衣机开机的智能控制方法的主要步骤流程示意图。如图1所示,本发明实施例中的洗衣机开机的智能控制方法主要包括下列步骤S101-步骤S104。Referring to FIG. 1 , FIG. 1 is a schematic flowchart of the main steps of an intelligent control method for starting a washing machine according to an embodiment of the present invention. As shown in Figure 1, the intelligent control method for starting up a washing machine in the embodiment of the present invention mainly includes the following steps S101 to S104.
步骤S101:获取用户与洗衣机之间的距离。具体来说,可以通过洗衣机本体上设置的传感器来获取用户与洗衣机设备之间的距离。在该步骤中,还可以是由传感器多次采集用户与洗衣机设备之间的距离,接着对多个用户与洗衣机设备之间的距离取平均值,以得到最终的用户与洗衣机之间的距离,从而减小测量误差,进一步提高洗衣机的控制效率。Step S101: Obtain the distance between the user and the washing machine. Specifically, the distance between the user and the washing machine device can be obtained through a sensor provided on the washing machine body. In this step, the sensor may also collect the distance between the user and the washing machine equipment multiple times, and then average the distances between multiple users and the washing machine equipment to obtain the final distance between the user and the washing machine. Thereby reducing the measurement error and further improving the control efficiency of the washing machine.
步骤S102:判断用户与洗衣机之间的距离是否小于预设距离。具体来说,预设距离可以是预先通过实验测量得到的距离。本申请在判断用户与洗衣机之间的距离小于预设距离时,执行下述步骤S103,以及在判断用户与洗衣机之间的距离不小于预设距离时,继续执行步骤S101。Step S102: Determine whether the distance between the user and the washing machine is less than a preset distance. Specifically, the preset distance may be a distance measured in advance through experiments. When the application determines that the distance between the user and the washing machine is less than the preset distance, the following step S103 is executed, and when it is determined that the distance between the user and the washing machine is not less than the preset distance, step S101 is continued.
步骤S103:在用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图。具体来说,确定用户是否有洗衣用途的方式,可以是采集用户输入的语音指令,例如当采集到用户输入的“洗衣”或者“洗衣机开机”等语音指令时,则确定用户有洗衣意图。除了上述方式外,本申请主要是通过判断用户手中是否衣物和装有衣物的器具中的至少一种来确定用户是否有洗衣意图的。示例性地,当判断到用户手中持有衣物或者装有衣物的器具时,则确定用户有洗衣意图。Step S103: When the distance between the user and the washing machine is less than the preset distance, determine whether the user has intention to do laundry. Specifically, the way to determine whether the user intends to do laundry may be to collect the voice instructions input by the user. For example, when the voice instructions input by the user such as "washing" or "turn on the washing machine" are collected, it is determined that the user has the intention to do laundry. In addition to the above methods, this application mainly determines whether the user intends to do laundry by determining whether the user has at least one of clothes and an appliance containing clothes. For example, when it is determined that the user holds clothes or an appliance containing clothes in his hand, it is determined that the user has the intention to do laundry.
步骤S104:在用户有洗衣意图的情况下,控制洗衣机开机。Step S104: When the user intends to do laundry, control the washing machine to start.
基于上述步骤S101-步骤S104,首先获取用户与洗衣机之间的距离,接着判断用户与洗衣机之间的距离是否小于预设距离,在用户与洗衣机 之间的距离小于预设距离的情况下,确定用户是否有洗衣意图,以及在用户有洗衣意图的情况下,控制洗衣机开机,如此,当人机距离在预设范围内的情况下,根据用户是否有洗衣用途来进一步控制洗衣机开机,从而实现了对洗衣机的精准控制,提高了用户的使用体验。Based on the above steps S101 to S104, first obtain the distance between the user and the washing machine, and then determine whether the distance between the user and the washing machine is less than the preset distance. When the distance between the human and the machine is less than the preset distance, it is determined whether the user has the intention to do laundry, and when the user has the intention to do laundry, the washing machine is controlled to turn on. In this way, when the distance between the human and the machine is within the preset range, the system determines whether the user has the intention to do laundry. Whether there is a laundry purpose to further control the startup of the washing machine, thereby achieving precise control of the washing machine and improving the user experience.
在一个实施方式中,确定用户是否有洗衣意图包括:采集包含用户的视频信息;基于视频信息确定用户手部区域图像;构建目标检测模型;利用目标检测模型对用户手部区域图像进行识别,以确定用户是否有洗衣意图。具体来说,在洗衣机本体上设置有摄像头,该摄像头能够实时采集包含用户的视频信息。在本申请中,首先对视频信息中的视频帧图像进行预处理以得到用户手部区域图像,接着将手部区域图像输入构建的目标检测模型中进行识别,从而来确定用户是否有洗衣用途。如此,在人机距离在预设范围内的情况下,进一步通过检测用户的手部区域来确定用户是否有洗衣衣图,提高了确定用户是否有洗衣意图的准确度。In one embodiment, determining whether the user intends to do laundry includes: collecting video information containing the user; determining the user's hand area image based on the video information; constructing a target detection model; using the target detection model to identify the user's hand area image to Determine if the user has laundry intention. Specifically, a camera is provided on the main body of the washing machine, and the camera can collect video information including the user in real time. In this application, the video frame images in the video information are first pre-processed to obtain the user's hand area image, and then the hand area image is input into the built target detection model for recognition, thereby determining whether the user has laundry purposes. In this way, when the human-machine distance is within the preset range, the user's hand area is further detected to determine whether the user has laundry intention, which improves the accuracy of determining whether the user has laundry intention.
在一个实施方式中,基于视频信息确定用户手部区域图像包括:基于视频信息确定视频信息中每一视频帧图像的用户手部区域位置;基于用户手部区域位置从视频帧图像中获取用户手部区域图像。具体来说,在基于视频信息确定用户手部区域图像的过程中,首先是将视频帧图像中的用户手部区域位置确定下来,接着将包含用户手部区域位置的图像从视频帧图像中抠出,即可得到用户手部区域图像。如此,相比于直接利用视频帧图像来识别用户手中是否持有衣物或者装有衣物的器具,利用用户手部区域图像来识别用户手中是否持有衣物或者装有衣物的器具的精确度更高,能够进一步提高识别效率。In one embodiment, determining the user's hand area image based on the video information includes: determining the user's hand area position of each video frame image in the video information based on the video information; obtaining the user's hand area from the video frame image based on the user's hand area position. area image. Specifically, in the process of determining the user's hand area image based on video information, first the user's hand area position in the video frame image is determined, and then the image containing the user's hand area position is extracted from the video frame image. Out, the image of the user's hand area can be obtained. In this way, compared to directly using video frame images to identify whether the user is holding clothes or appliances with clothes in his hands, using images of the user's hand area to identify whether the user is holding clothes or appliances with clothes is more accurate. , which can further improve the recognition efficiency.
在一个实施方式中,目标检测模型采用FasterRCNN+ResNet50+FPN模型;构建目标检测模型包括:在FasterRCNN检测网络模型中的输入端到中间端的特征图之间的卷积模块部分采用ResNet50网络框架模型和FPN特征金字塔网络模型交叉结合所代替,图像输入到ResNet50网络框架模型的输入层,并且将ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段的输出均连接到FPN特征金字塔网络模型的输入,FPN特征金字塔网络模型对ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段输出的阶段特征图进行插值融合并输出不同尺度的特征 图。具体来说,构建得到目标检测模型之后,可以利用采集的历史用户手部区域图像样本集对其进行训练,具体可以将历史用户手部区域图像样本集按照预设比例划分为训练集和测试集对目标检测模型进行训练。In one embodiment, the target detection model adopts the FasterRCNN+ResNet50+FPN model; building the target detection model includes: the convolution module part between the input end and the intermediate end feature map in the FasterRCNN detection network model adopts the ResNet50 network framework model and The FPN feature pyramid network model is replaced by cross-combination. The image is input to the input layer of the ResNet50 network frame model, and the outputs from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network frame model are connected to the FPN feature pyramid network model. Input, the FPN feature pyramid network model interpolates and fuses the stage feature maps output from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network framework model and outputs features of different scales. picture. Specifically, after the target detection model is constructed, the collected historical user hand area image sample set can be used to train it. Specifically, the historical user hand area image sample set can be divided into a training set and a test set according to a preset ratio. Train the target detection model.
本申请以ResNet50为网络框架,进一步结合FasterRCNN检测网络模型和FPN特征金字塔网络模型,解决了深度学习网络在深度增加时准确率饱和退化问题,可提高模型的训练速度和提升模型预测性能,也能够实现对图像浅层几何信息与深层语义信息的融合,提升了模型的检测效果。另外,将FasterRCNN+ResNet50+FPN模型作为目标检测模型来对对用户手部区域图像进行识别,从而确定用户是否有洗衣意图,进一步提高了识别精度和识别效率。This application uses ResNet50 as the network framework and further combines the FasterRCNN detection network model and the FPN feature pyramid network model to solve the problem of accuracy saturation degradation when the depth of the deep learning network increases, which can improve the training speed of the model and improve the prediction performance of the model. It can also It achieves the fusion of shallow geometric information and deep semantic information of the image, improving the detection effect of the model. In addition, the FasterRCNN+ResNet50+FPN model is used as a target detection model to identify the user's hand area image to determine whether the user has the intention to do laundry, further improving the recognition accuracy and efficiency.
在一个实施方式中,用户是否有洗衣意图包括用户手中是否持有衣物和装有衣物器具中的至少一种;利用目标检测模型对用户手部区域图像进行识别,以确定用户是否有洗衣意图包括:将用户手部区域图像输入目标检测模型,得到用户手中是否持有衣物和装有衣物器具中的至少一种。具体来说,当用户手中持有衣物和装有衣物器具中的至少一种时,则说明用户有洗衣用途。具体可以利用前述实施例中训练好的目标检测模型图用户手部区域进行识别,以识别得到用户手中是否持有衣物和装有衣物器具中的至少一种,当识别到用户手中是否持有衣物和装有衣物器具中的至少一种时,则确定用户有洗衣用途。In one embodiment, whether the user has an intention to do laundry includes whether the user holds at least one of clothes and appliances containing clothes in his hands; using a target detection model to identify the image of the user's hand area to determine whether the user has an intention to do laundry includes: The image of the user's hand area is input into the target detection model to obtain whether the user holds at least one of clothing and clothing equipment. Specifically, when the user holds at least one of clothes and clothes-installed appliances in his hands, it means that the user has laundry purposes. Specifically, the target detection model trained in the previous embodiment can be used to identify the user's hand area to identify whether the user is holding at least one of clothing and clothing equipment. When it is identified whether the user is holding clothing and clothing equipment, When there is at least one type of clothing appliance, it is determined that the user has laundry purpose.
在一个实施方式中,确定用户是否有洗衣意图进一步包括:采集包含用户的视频信息;将包含用户的视频信息中的每一视频帧图像发送至云端服务器,以基于云端服务器确定用户是否有洗衣意图;接收云端服务器发送的用户是否有洗衣意图的信息。在该实施方式中,主要是由云端服务器来确定用户是否有洗衣意图,具体是将摄像头采集的视频帧信息中的每一视频帧图像通过网络发送至云端服务器,由云端服务器对该视频帧图像进行分析,从而确定用户是否有洗衣意图,无论云端服务器确定用户是否有洗衣用途,都向控制装置发送用户是否有洗衣意图信息的结果。通过云端服务器来确定用户是否有洗衣意图的信息,如此,能够减小洗衣机的负荷。In one embodiment, determining whether the user has an intention to do laundry further includes: collecting video information containing the user; and sending each video frame image in the video information containing the user to a cloud server to determine whether the user has an intention to do laundry based on the cloud server. ; Receive information sent by the cloud server as to whether the user intends to do laundry. In this implementation, the cloud server mainly determines whether the user has the intention to do laundry. Specifically, each video frame image in the video frame information collected by the camera is sent to the cloud server through the network, and the cloud server analyzes the video frame image. Analysis is performed to determine whether the user has the intention to do laundry. Regardless of whether the cloud server determines whether the user has the intention to do laundry, the result of whether the user has the intention to do laundry is sent to the control device. The cloud server is used to determine whether the user has the intention to do laundry. In this way, the load of the washing machine can be reduced.
在一个实施方式中,还包括:在用户有洗衣意图的情况下,控制洗 衣机开机的同时打开洗衣机机门。具体来说,确定用户有洗衣意图时,可以控制洗衣机开机的同时还可以打开洗衣机机门,从而减少用户操作,提升了用户的使用体验。In one embodiment, the method further includes: when the user intends to do laundry, control the While turning on the machine, open the door of the washing machine. Specifically, when it is determined that the user intends to do laundry, the washing machine can be controlled to start and the door of the washing machine can be opened at the same time, thereby reducing user operations and improving the user experience.
另外,在另一个实施例中,具体如图2所示,首先获取用户与设备之间的距离,并据此判断是否达到预设距离,若是,根据图像识别用户的意图,以确定用户是否有洗衣意图,并在用户有洗衣意图的情况下,控制洗衣设备开机并打开洗衣机门。如此,进一步提高了洗衣机控制的精准度。In addition, in another embodiment, as shown in Figure 2, the distance between the user and the device is first obtained, and based on this, it is determined whether the preset distance is reached. If so, the user's intention is recognized based on the image to determine whether the user has Laundry intention, and when the user has laundry intention, control the laundry equipment to turn on and open the washing machine door. In this way, the accuracy of washing machine control is further improved.
需要指出的是,尽管上述实施例中将各个步骤按照特定的先后顺序进行了描述,但是本领域技术人员可以理解,为了实现本发明的效果,不同的步骤之间并非必须按照这样的顺序执行,其可以同时(并行)执行或以其他顺序执行,这些变化都在本发明的保护范围之内。It should be pointed out that although the various steps are described in a specific order in the above embodiments, those skilled in the art can understand that in order to achieve the effects of the present invention, different steps do not have to be executed in such an order. They can be executed simultaneously (in parallel) or in other sequences, and these changes are within the scope of the present invention.
进一步,本发明还提供了一种洗衣机开机的智能控制装置。Furthermore, the present invention also provides an intelligent control device for starting a washing machine.
参阅附图3,图3是根据本发明的一个实施例的洗衣机开机的智能控制装置的主要结构框图。如图3所示,本发明实施例中的洗衣机开机的智能控制装置主要包括获取模块11、判断模块12、确定模块13和控制模块14。在一些实施例中,获取模块11、判断模块12、确定模块13和控制模块14中的一个或多个可以合并在一起成为一个模块。在一些实施例中获取模块11可以被配置为获取用户与洗衣机之间的距离。判断模块12可以被配置为判断用户与洗衣机之间的距离是否小于预设距离。确定模块13可以被配置为在用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图。控制模块14可以被配置为在用户有洗衣意图的情况下,控制洗衣机开机。一个实施方式中,具体实现功能的描述可以参见步骤S101-步骤S104所述。Referring to FIG. 3, FIG. 3 is a main structural block diagram of an intelligent control device for starting a washing machine according to one embodiment of the present invention. As shown in FIG. 3 , the intelligent control device for starting the washing machine in the embodiment of the present invention mainly includes an acquisition module 11 , a judgment module 12 , a determination module 13 and a control module 14 . In some embodiments, one or more of the acquisition module 11, the judgment module 12, the determination module 13 and the control module 14 can be combined into one module. In some embodiments, the acquisition module 11 may be configured to acquire the distance between the user and the washing machine. The determination module 12 may be configured to determine whether the distance between the user and the washing machine is less than a preset distance. The determination module 13 may be configured to determine whether the user has the intention to do laundry when the distance between the user and the washing machine is less than a preset distance. The control module 14 may be configured to control the washing machine to start when the user intends to do laundry. In one implementation, for a description of the specific implementation of the function, please refer to steps S101 to S104.
本申请的洗衣机开机的智能控制装置,首先由获取模块获取用户与洗衣机之间的距离,接着由判断模块判断用户与洗衣机之间的距离是否小于预设距离,在用户与洗衣机之间的距离小于预设距离的情况下,由确定模块确定用户是否有洗衣意图,以及在用户有洗衣意图的情况下,由控制模块控制洗衣机开机,如此,当人机距离在预设范围内的情况下,根据用户是否有洗衣用途来进一步控制洗衣机开机,从而实现了对洗衣 机的精准控制,提高了用户的使用体验。In the intelligent control device for starting the washing machine of this application, the acquisition module first obtains the distance between the user and the washing machine, and then the judgment module determines whether the distance between the user and the washing machine is less than the preset distance. When the distance between the user and the washing machine is less than In the case of a preset distance, the determination module determines whether the user has the intention to do laundry, and when the user has the intention to do laundry, the control module controls the starting of the washing machine. In this way, when the human-machine distance is within the preset range, according to Whether the user has laundry purposes, he can further control the startup of the washing machine, thereby realizing laundry control. The precise control of the machine improves the user experience.
上述洗衣机开机的智能控制装置以用于执行图1所示的洗衣机开机的智能控制方法实施例,两者的技术原理、所解决的技术问题及产生的技术效果相似,本技术领域技术人员可以清楚地了解到,为了描述的方便和简洁,洗衣机开机的智能控制装置的具体工作过程及有关说明,可以参考洗衣机开机的智能控制方法的实施例所描述的内容,此处不再赘述。The above-mentioned intelligent control device for starting a washing machine is used to execute the embodiment of the intelligent control method for starting a washing machine shown in Figure 1. The technical principles, technical problems solved and technical effects produced by the two are similar, and those skilled in the art can clearly understand It is understood that for the convenience and simplicity of description, the specific working process and related instructions of the intelligent control device for starting the washing machine can be referred to the content described in the embodiment of the intelligent control method for starting the washing machine, and will not be repeated here.
本领域技术人员能够理解的是,本发明实现上述一实施例的方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读存储介质可以包括:能够携带所述计算机程序代码的任何实体或装置、介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器、随机存取存储器、电载波信号、电信信号以及软件分发介质等。需要说明的是,所述计算机可读存储介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根据立法和专利实践,计算机可读存储介质不包括电载波信号和电信信号。Those skilled in the art can understand that the present invention can implement all or part of the process in the method of the above-mentioned embodiment, and can also be completed by instructing relevant hardware through a computer program. The computer program can be stored in a computer-readable file. In the storage medium, when the computer program is executed by the processor, the steps of each of the above method embodiments can be implemented. Wherein, the computer program includes computer program code, which may be in the form of source code, object code, executable file or some intermediate form. The computer-readable storage medium may include: any entity or device capable of carrying the computer program code, media, USB flash drive, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory, random access memory, electrical carrier wave signals, telecommunications signals, and software distribution media, etc. It should be noted that the content contained in the computer-readable storage medium can be appropriately added or deleted according to the requirements of legislation and patent practice in the jurisdiction. For example, in some jurisdictions, according to legislation and patent practice, computer-readable storage media Storage media does not include electrical carrier signals and telecommunications signals.
进一步,本发明还提供了一种洗涤设备。在根据本发明的一个洗涤设备实施例中,洗涤设备包括处理器和存储装置,存储装置可以被配置成存储执行上述方法实施例的洗衣机开机的智能控制方法的程序,处理器可以被配置成用于执行存储装置中的程序,该程序包括但不限于执行上述方法实施例的洗衣机开机的智能控制方法的程序。为了便于说明,仅示出了与本发明实施例相关的部分,具体技术细节未揭示的,请参照本发明实施例方法部分。Furthermore, the present invention also provides a washing equipment. In an embodiment of the washing equipment according to the present invention, the washing equipment includes a processor and a storage device. The storage device can be configured to store a program for executing the intelligent control method for starting the washing machine in the above method embodiment. The processor can be configured to use In executing the program in the storage device, the program includes but is not limited to the program that executes the intelligent control method for starting the washing machine in the above method embodiment. For ease of explanation, only the parts related to the embodiments of the present invention are shown. If specific technical details are not disclosed, please refer to the method part of the embodiments of the present invention.
进一步,本发明还提供了一种计算机可读存储介质。在根据本发明的一个计算机可读存储介质实施例中,计算机可读存储介质可以被配置成存储执行上述方法实施例的洗衣机开机的智能控制方法的程序,该程序可以由处理器加载并运行以实现上述洗衣机开机的智能控制方法。为 了便于说明,仅示出了与本发明实施例相关的部分,具体技术细节未揭示的,请参照本发明实施例方法部分。该计算机可读存储介质可以是包括各种电子设备形成的存储装置设备,可选的,本发明实施例中计算机可读存储介质是非暂时性的计算机可读存储介质。Furthermore, the present invention also provides a computer-readable storage medium. In one embodiment of the computer-readable storage medium according to the present invention, the computer-readable storage medium can be configured to store a program that executes the intelligent control method for starting the washing machine of the above method embodiment. The program can be loaded and run by the processor to Implement the above intelligent control method for starting the washing machine. for For ease of explanation, only the parts related to the embodiments of the present invention are shown. If the specific technical details are not disclosed, please refer to the method part of the embodiments of the present invention. The computer-readable storage medium may be a storage device formed by various electronic devices. Optionally, in the embodiment of the present invention, the computer-readable storage medium is a non-transitory computer-readable storage medium.
进一步,应该理解的是,由于各个模块的设定仅仅是为了说明本发明的装置的功能单元,这些模块对应的物理器件可以是处理器本身,或者处理器中软件的一部分,硬件的一部分,或者软件和硬件结合的一部分。因此,图中的各个模块的数量仅仅是示意性的。Further, it should be understood that since the settings of each module are only to illustrate the functional units of the device of the present invention, the physical devices corresponding to these modules may be the processor itself, or a part of the software in the processor, a part of the hardware, or Part of the combination of software and hardware. Therefore, the number of individual modules in the figure is only illustrative.
本领域技术人员能够理解的是,可以对装置中的各个模块进行适应性地拆分或合并。对具体模块的这种拆分或合并并不会导致技术方案偏离本发明的原理,因此,拆分或合并之后的技术方案都将落入本发明的保护范围内。Those skilled in the art can understand that various modules in the device can be split or combined adaptively. Such splitting or merging of specific modules will not cause the technical solutions to deviate from the principles of the present invention. Therefore, the technical solutions after splitting or merging will fall within the protection scope of the present invention.
至此,已经结合附图所示的优选实施方式描述了本发明的技术方案,但是,本领域技术人员容易理解的是,本发明的保护范围显然不局限于这些具体实施方式。在不偏离本发明的原理的前提下,本领域技术人员可以对相关技术特征作出等同的更改或替换,这些更改或替换之后的技术方案都将落入本发明的保护范围之内。 So far, the technical solution of the present invention has been described with reference to the preferred embodiments shown in the drawings. However, those skilled in the art can easily understand that the protection scope of the present invention is obviously not limited to these specific embodiments. Without departing from the principles of the present invention, those skilled in the art can make equivalent changes or substitutions to relevant technical features, and technical solutions after these modifications or substitutions will fall within the protection scope of the present invention.

Claims (10)

  1. 一种洗衣机开机的智能控制方法,其特征在于,包括下述步骤:An intelligent control method for starting a washing machine, which is characterized by including the following steps:
    获取用户与洗衣机之间的距离;Get the distance between the user and the washing machine;
    判断所述用户与洗衣机之间的距离是否小于预设距离;Determine whether the distance between the user and the washing machine is less than a preset distance;
    在所述用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图;以及When the distance between the user and the washing machine is less than the preset distance, determine whether the user intends to do laundry; and
    在用户有洗衣意图的情况下,控制所述洗衣机开机。When the user intends to do laundry, the washing machine is controlled to start.
  2. 根据权利要求1所述的洗衣机开机的智能控制方法,其特征在于,确定用户是否有洗衣意图包括:The intelligent control method for starting up a washing machine according to claim 1, wherein determining whether the user intends to do laundry includes:
    采集包含用户的视频信息;Collect video information containing users;
    基于所述视频信息确定用户手部区域图像;Determine the user's hand area image based on the video information;
    构建目标检测模型;Build a target detection model;
    利用所述目标检测模型对所述用户手部区域图像进行识别,以确定用户是否有洗衣意图。The target detection model is used to identify the user's hand area image to determine whether the user intends to do laundry.
  3. 根据权利要求2所述的洗衣机开机的智能控制方法,其特征在于,基于所述视频信息确定用户手部区域图像包括:The intelligent control method for starting a washing machine according to claim 2, wherein determining the user's hand area image based on the video information includes:
    基于所述视频信息确定所述视频信息中每一视频帧图像的用户手部区域位置;Determine the user's hand area position of each video frame image in the video information based on the video information;
    基于所述用户手部区域位置从所述视频帧图像中获取用户手部区域图像。A user's hand area image is obtained from the video frame image based on the user's hand area position.
  4. 根据权利要求2所述的洗衣机开机的智能控制方法,其特征在于,所述目标检测模型采用FasterRCNN+ResNet50+FPN模型;构建目标检测模型包括:在FasterRCNN检测网络模型中的输入端到中间端的特征图之间的卷积模块部分采用ResNet50网络框架模型和FPN特征金字塔网络模型交叉结合所代替,图像输入到ResNet50网络框架模型的输入层,并且将ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段的输 出均连接到FPN特征金字塔网络模型的输入,FPN特征金字塔网络模型对ResNet50网络框架模型的第二特征提取阶段到第五特征提取阶段输出的阶段特征图进行插值融合并输出不同尺度的特征图。The intelligent control method for starting up a washing machine according to claim 2, characterized in that the target detection model adopts the FasterRCNN+ResNet50+FPN model; building the target detection model includes: detecting characteristics from the input end to the intermediate end in the FasterRCNN network model The convolution module part between the images is replaced by a cross combination of the ResNet50 network frame model and the FPN feature pyramid network model. The image is input to the input layer of the ResNet50 network frame model, and the second feature extraction stage of the ResNet50 network frame model is moved to the fifth The output of the feature extraction stage The outputs are all connected to the input of the FPN feature pyramid network model. The FPN feature pyramid network model interpolates and fuses the stage feature maps output from the second feature extraction stage to the fifth feature extraction stage of the ResNet50 network framework model and outputs feature maps of different scales.
  5. 根据权利要求2所述的洗衣机开机的智能控制方法,其特征在于,用户是否有洗衣意图包括用户手中是否持有衣物和装有衣物器具中的至少一种;利用所述目标检测模型对所述用户手部区域图像进行识别,以确定用户是否有洗衣意图包括:将所述用户手部区域图像输入所述目标检测模型,得到用户手中是否持有衣物和装有衣物器具中的至少一种。The intelligent control method for starting a washing machine according to claim 2, wherein whether the user intends to do laundry includes at least one of whether the user holds clothes and appliances containing clothes; and the target detection model is used to detect the user's intention to do laundry. Recognizing the hand area image to determine whether the user has the intention to do laundry includes inputting the user's hand area image into the target detection model to obtain at least one of whether the user holds clothes and clothes appliances in his hands.
  6. 根据权利要求1所述的洗衣机开机的智能控制方法,其特征在于,确定用户是否有洗衣意图进一步包括:The intelligent control method for starting up a washing machine according to claim 1, wherein determining whether the user intends to do laundry further includes:
    采集包含用户的视频信息;Collect video information containing users;
    将所述包含用户的视频信息中的每一视频帧图像发送至云端服务器,以基于所述云端服务器确定用户是否有洗衣意图;Send each video frame image in the video information containing the user to the cloud server to determine whether the user has the intention to do laundry based on the cloud server;
    接收所述云端服务器发送的用户是否有洗衣意图的信息。Receive information sent by the cloud server as to whether the user intends to do laundry.
  7. 根据权利要求1所述的洗衣机开机的智能控制方法,其特征在于,还包括:在用户有洗衣意图的情况下,控制所述洗衣机开机的同时打开洗衣机机门。The intelligent control method for starting up a washing machine according to claim 1, further comprising: when the user intends to do laundry, controlling the starting of the washing machine and opening the door of the washing machine at the same time.
  8. 一种洗衣机开机的智能控制装置,其特征在于,包括:An intelligent control device for starting a washing machine, which is characterized by including:
    获取模块,被配置为获取用户与洗衣机之间的距离;an acquisition module configured to acquire the distance between the user and the washing machine;
    判断模块,被配置为判断所述用户与洗衣机之间的距离是否小于预设距离;a judgment module configured to judge whether the distance between the user and the washing machine is less than a preset distance;
    确定模块,被配置为在所述用户与洗衣机之间的距离小于预设距离的情况下,确定用户是否有洗衣意图;以及a determination module configured to determine whether the user has an intention to do laundry when the distance between the user and the washing machine is less than a preset distance; and
    控制模块,被配置为在用户有洗衣意图的情况下,控制所述洗衣机开机。 The control module is configured to control the starting of the washing machine when the user intends to do laundry.
  9. 一种洗涤设备,包括处理器和存储装置,所述存储装置适于存储多条程序代码,其特征在于,所述程序代码适于由所述处理器加载并运行以执行权利要求1至7中任一项所述的洗衣机开机的智能控制方法。A washing equipment, including a processor and a storage device, the storage device is adapted to store a plurality of program codes, characterized in that the program codes are adapted to be loaded and run by the processor to execute claims 1 to 7 The intelligent control method for starting a washing machine according to any one of the above.
  10. 一种计算机可读存储介质,其中存储有多条程序代码,其特征在于,所述程序代码适于由处理器加载并运行以执行权利要求1至7中任一项所述的洗衣机开机的智能控制方法。 A computer-readable storage medium in which a plurality of program codes are stored, characterized in that the program codes are adapted to be loaded and run by a processor to execute the smart start-up function of the washing machine according to any one of claims 1 to 7. Control Method.
PCT/CN2023/085390 2022-04-13 2023-03-31 Intelligent control method for starting washing machine and device thereof WO2023197887A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210386275.8 2022-04-13
CN202210386275.8A CN116949741A (en) 2022-04-13 2022-04-13 Intelligent control method and device for starting up washing machine

Publications (1)

Publication Number Publication Date
WO2023197887A1 true WO2023197887A1 (en) 2023-10-19

Family

ID=88328887

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/085390 WO2023197887A1 (en) 2022-04-13 2023-03-31 Intelligent control method for starting washing machine and device thereof

Country Status (2)

Country Link
CN (1) CN116949741A (en)
WO (1) WO2023197887A1 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120023497A (en) * 2010-09-02 2012-03-13 삼성전자주식회사 Washing machine and control method thereof
CN104536346A (en) * 2014-12-18 2015-04-22 珠海格力电器股份有限公司 Intelligent device control method and system
CN104870704A (en) * 2012-12-05 2015-08-26 Lg电子株式会社 Washing machine and control method thereof
CN106873418A (en) * 2017-03-29 2017-06-20 深圳市赛亿科技开发有限公司 A kind of control method and device for intelligent elevated formula clothes hanger
CN107916529A (en) * 2017-12-08 2018-04-17 青岛海尔洗衣机有限公司 A kind of control method of washing machine
CN108729115A (en) * 2017-04-25 2018-11-02 青岛海尔洗衣机有限公司 The control method and device of gate
CN110366036A (en) * 2019-07-31 2019-10-22 移康智能科技(上海)股份有限公司 A kind of TV automatic switching system based on Bluetooth technology
CN113433829A (en) * 2020-03-23 2021-09-24 青岛海高设计制造有限公司 Control method and device for household appliance and household appliance

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120023497A (en) * 2010-09-02 2012-03-13 삼성전자주식회사 Washing machine and control method thereof
CN104870704A (en) * 2012-12-05 2015-08-26 Lg电子株式会社 Washing machine and control method thereof
CN104536346A (en) * 2014-12-18 2015-04-22 珠海格力电器股份有限公司 Intelligent device control method and system
CN106873418A (en) * 2017-03-29 2017-06-20 深圳市赛亿科技开发有限公司 A kind of control method and device for intelligent elevated formula clothes hanger
CN108729115A (en) * 2017-04-25 2018-11-02 青岛海尔洗衣机有限公司 The control method and device of gate
CN107916529A (en) * 2017-12-08 2018-04-17 青岛海尔洗衣机有限公司 A kind of control method of washing machine
CN110366036A (en) * 2019-07-31 2019-10-22 移康智能科技(上海)股份有限公司 A kind of TV automatic switching system based on Bluetooth technology
CN113433829A (en) * 2020-03-23 2021-09-24 青岛海高设计制造有限公司 Control method and device for household appliance and household appliance

Also Published As

Publication number Publication date
CN116949741A (en) 2023-10-27

Similar Documents

Publication Publication Date Title
CN103353935B (en) A kind of 3D dynamic gesture identification method for intelligent domestic system
CN108960163B (en) Gesture recognition method, device, equipment and storage medium
CN105512685B (en) Object identification method and device
AU2020309090A1 (en) Image processing methods and apparatuses, electronic devices, and storage media
CN110781805B (en) Target object detection method, device, computing equipment and medium
CN107622246B (en) Face recognition method and related product
CN109657539B (en) Face value evaluation method and device, readable storage medium and electronic equipment
CN109348121B (en) Image acquisition method and device
CN109955257A (en) A kind of awakening method of robot, device, terminal device and storage medium
CN107526994A (en) A kind of information processing method, device and mobile terminal
US20210201478A1 (en) Image processing methods, electronic devices, and storage media
JP2019048026A (en) Biological information analysis device and hand skin analysis method
CN114416260B (en) Image processing method, device, electronic equipment and storage medium
CN111860082A (en) Information processing method, device and system
CN107016324B (en) Fingerprint image processing method and fingerprint detection equipment
CN106484614A (en) A kind of method of verification picture processing effect, device and mobile terminal
CN112580472A (en) Rapid and lightweight face recognition method and device, machine readable medium and equipment
CN111368800B (en) Gesture recognition method and device
CN110084187B (en) Position identification method, device, equipment and storage medium based on computer vision
CN109729268B (en) Face shooting method, device, equipment and medium
CN104063041B (en) A kind of information processing method and electronic equipment
WO2023197887A1 (en) Intelligent control method for starting washing machine and device thereof
CN109657562B (en) Fingerprint input method and related equipment
CN107832690B (en) Face recognition method and related product
CN107341457A (en) Method for detecting human face and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23787532

Country of ref document: EP

Kind code of ref document: A1