WO2018232557A1 - Exercise movement recognition method and apparatus, and electronic device - Google Patents

Exercise movement recognition method and apparatus, and electronic device Download PDF

Info

Publication number
WO2018232557A1
WO2018232557A1 PCT/CN2017/088972 CN2017088972W WO2018232557A1 WO 2018232557 A1 WO2018232557 A1 WO 2018232557A1 CN 2017088972 W CN2017088972 W CN 2017088972W WO 2018232557 A1 WO2018232557 A1 WO 2018232557A1
Authority
WO
WIPO (PCT)
Prior art keywords
action
motion
signal
probability
type
Prior art date
Application number
PCT/CN2017/088972
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 深圳市酷浪云计算有限公司
Priority to PCT/CN2017/088972 priority Critical patent/WO2018232557A1/en
Publication of WO2018232557A1 publication Critical patent/WO2018232557A1/en

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16ZINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS, NOT OTHERWISE PROVIDED FOR
    • G16Z99/00Subject matter not provided for in other main groups of this subclass

Definitions

  • the present disclosure relates to the field of data processing technologies, and in particular, to a method and device for identifying a motion action, an electronic device, and a computer readable storage medium.
  • the identification methods of the existing sports equipment control actions include collecting motion trajectory data of various actions, establishing a sample database, and then collecting motion trajectory data of the motion to be detected to identify the motion of the human body to exercise the sports equipment through trajectory similarity matching. This method can only recognize whether the motion trajectories of the two types of motions are similar, but the motions with similar trajectories cannot be distinguished, and thus the accuracy of the motion recognition is not high.
  • Another way is to collect the motion parameters of the human motion through the sensor, and then determine the motion of the human body by extracting the feature values of the motion parameters and matching the feature values.
  • This method can realize the recognition of the human body movement to a certain extent, but since the feature values of many actions are close, the accuracy is not high by the method of matching the feature values.
  • the prior art has low recognition accuracy for the manipulation of sports equipment.
  • the present disclosure provides another method for identifying the motion action to improve the accuracy of the recognition.
  • the present disclosure provides a method for identifying a motion action, the method comprising:
  • the recognition result of the motion action is obtained according to the selected action type.
  • the screening of the types of actions that have the highest probability of occurrence of the plurality of features from among the various types of actions includes:
  • the action type with the highest probability is selected.
  • the obtaining the recognition result of the motion action according to the selected action type includes:
  • the original motion signal is matched with the sample motion signal corresponding to each selected motion type to search for a sample motion signal that matches the original motion signal, and the action type corresponding to the matched sample motion signal is used as The recognition result of the motion action.
  • the tracking of the motion process performed by the moving object obtains the original motion signal, including:
  • An acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal are obtained according to changes in the triaxial acceleration component, the angular velocity, the posture, and the position of the moving object.
  • the original motion signal is transformed by a preset transform algorithm, and extracting some features of the original motion signal from the transformed signal, including:
  • the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal are waveform-converted by various calculation rules to obtain a transformed waveform signal. Dry feature.
  • the present disclosure also provides an identification device for an athletic action, the device comprising:
  • a signal acquisition module configured to track a motion process performed by the moving object to obtain an original motion signal
  • a feature extraction module configured to transform the original motion signal by using a preset transform algorithm, and extract, from the transformed signal, several features of the original motion signal;
  • a probability acquisition module configured to acquire a pre-stored probability of occurrence of each feature in various action types
  • An action screening module configured to filter, from various action types, an action type in which the plurality of features have the highest probability
  • the motion recognition module is configured to obtain a recognition result of the motion action according to the selected action type.
  • the action screening module includes:
  • a probability calculation unit configured to calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in each action type
  • the action selecting unit is configured to filter out the action type with the highest probability according to the probability that the plurality of features exist simultaneously for each action type.
  • the action recognition module comprises:
  • a determining unit configured to determine whether the selected action type is greater than one type, and if not, the filtered action type is used as a recognition result of the motion action
  • a matching unit configured to perform waveform matching on the sample motion signal corresponding to each selected motion type, and search for a sample motion signal that matches the original motion signal, and corresponding to the matched sample motion signal.
  • the action type is used as the recognition result of the motion action.
  • the present disclosure also provides an electronic device, the electronic device comprising:
  • a memory for storing processor executable instructions
  • the processor is configured to perform the identification method of any one of the above motion actions.
  • the present disclosure also provides a computer readable storage medium storing a computer program executable by a processor to perform an identification method of performing any of the above-described motion actions.
  • the present disclosure extracts several features of the original motion signal by transforming the original motion signal of the moving object, and then simultaneously appears according to the probability of occurrence of each feature in each known action type.
  • the action type with the highest dry feature probability is recognized as the result of the motion action. Since the scheme does not need to match the waveform signals of the action to be tested one by one with the waveform signals of all known actions, the motion recognition can be realized according to the probability that several features of the unknown motion appear in the known actions, and the calculation amount is compared.
  • the recognition efficiency is high, and further, since the recognition of the motion does not depend on the motion trajectory and the eigenvalue matching, for the action with similar trajectory or the action with the eigenvalue close, by calculating the probability that several features of the unknown action appear in the known action, The recognition of the action can be realized, and thus the recognition accuracy of the motion action is high.
  • FIG. 1 is a schematic diagram of an implementation environment in accordance with the present disclosure
  • FIG. 2 is a block diagram of an apparatus, according to an exemplary embodiment
  • FIG. 3 is a flowchart of a method for identifying an action according to an exemplary embodiment
  • Figure 4 is a flow chart showing the details of step 310 in the corresponding embodiment of Figure 3;
  • FIG. 5 is a schematic diagram showing waveform waveform transformation of a complex waveform signal to form a waveform signal having significant features, according to an exemplary embodiment
  • FIG. 6 is a schematic diagram showing the principle of performing feature extraction on a waveform transformation of an original motion signal according to a specified rule, according to an exemplary embodiment
  • Figure 7 is a flow chart showing the details of step 370 in the corresponding embodiment of Figure 3.
  • FIG. 8 is a block diagram of an apparatus for identifying an action according to an exemplary embodiment
  • Figure 9 is a detailed block diagram of the action screening module of the corresponding embodiment of Figure 8.
  • Figure 10 is a detailed block diagram of the signal acquisition module of the corresponding embodiment of Figure 8.
  • the implementation environment includes at least one mobile terminal 110 and smart device 120.
  • the manner of association between the mobile terminal 110 and the smart device 120 includes the network association manner and/or protocol of the hardware, and the data association manner between the two.
  • the smart device 120 also has different locations for installation depending on the type of sports equipment to which it is applied.
  • the smart device 120 may be disposed in a racket handle of badminton, tennis, or table tennis, or may be set in a baseball bat, or may be set in a soccer ball, a basketball, or the like. Further, the smart device 120 can also be applied to sports equipment such as squash rackets, cricket bats, golf clubs, and the like. In other words, the smart device 120 can be disposed in the active sports equipment to recognize the motion of the human body to exercise the sports equipment according to the activity of the sports equipment. The smart device 120 can also be worn on the wrist or ankle of the human body as needed, and recognize the movement of the human body during sports according to the movement of the wrist or the ankle. For example, the action of waving a racket, the action of waving a baseball bat, the action of playing a football, the action of shooting, and the like.
  • the recognition result of the motion action can be uploaded to the mobile terminal 110 for display and storage.
  • a Bluetooth connection can be adopted between the smart device 120 and the mobile terminal 110.
  • FIG. 2 is a block diagram of an apparatus 200, according to an exemplary embodiment.
  • device 200 can be smart device 120 in the implementation environment shown in FIG.
  • apparatus 200 can include one or more of the following components: processing component 202, memory 204, power component 206, multimedia component 208, audio component 210, sensor component 214, and communication component 216.
  • Processing component 202 typically controls the overall operation of device 200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations, and the like.
  • Processing component 202 can include one or more processors 218 to execute instructions to perform all or part of the steps of the methods described below.
  • processing component 202 can include one or more modules to facilitate interaction between component 202 and other components.
  • processing component 202 can include a multimedia module to facilitate interaction between multimedia component 208 and processing component 202.
  • Memory 204 is configured to store various types of data to support operation at device 200. These ones Examples of data include instructions for any application or method operating on device 200.
  • the memory 204 can be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read only memory (Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read Only Memory (EPROM), Programmable Red-Only Memory (PROM), Read Only Memory ( Read-Only Memory (ROM), magnetic memory, flash memory, disk or optical disk. Also stored in the memory 204 is one or more modules configured to be executed by the one or more processors 218 to perform the method of any of the following Figures 3, 4, and 7 All or part of the steps.
  • SRAM Static Random Access Memory
  • EEPROM Electrically erasable programmable read only memory
  • EPROM Erasable Programmable Read Only Memory
  • PROM Programmable Red-Only Memory
  • ROM Read
  • Power component 206 provides power to various components of device 200.
  • Power component 206 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 200.
  • the multimedia component 208 includes a screen between the device 200 and the user that provides an output interface.
  • the screen may include a liquid crystal display (LCD) and a touch panel. If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
  • the screen may also include an Organic Light Emitting Display (OLED).
  • OLED Organic Light Emitting Display
  • the audio component 210 is configured to output and/or input an audio signal.
  • the audio component 210 includes a microphone (Microphone, MIC for short) that is configured to receive an external audio signal when the device 200 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode.
  • the received audio signal may be further stored in memory 204 or transmitted via communication component 216.
  • audio component 210 also includes a speaker for outputting an audio signal.
  • Sensor assembly 214 includes one or more sensors for providing status assessment of various aspects to device 200.
  • sensor assembly 214 can detect an open/closed state of device 200, relative positioning of components, and sensor assembly 214 can also detect changes in position of one component of device 200 or device 200 and temperature changes of device 200.
  • the sensor assembly 214 can also include a magnetic sensor, a pressure sensor, or a temperature sensor.
  • Communication component 216 is configured to facilitate wired or wireless communication between device 200 and other devices.
  • the device 200 can access a wireless network based on a communication standard such as WiFi (WIreless-Fidelity).
  • communication component 216 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
  • the communication component 216 also includes a Near Field Communication (NFC) module to facilitate short range communication.
  • NFC Near Field Communication
  • the NFC module can be implemented based on Radio Frequency Identification (RFID) technology, Infrared Data Association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth technology, and other technologies. .
  • RFID Radio Frequency Identification
  • IrDA Infrared Data Association
  • UWB Ultra Wideband
  • the apparatus 200 may be configured by one or more Application Specific Integrated Circuits (ASICs), digital signal processors, digital signal processing devices, programmable logic devices, field programmable gate arrays, Implemented by a controller, microcontroller, microprocessor or other electronic component for performing the methods described below.
  • ASICs Application Specific Integrated Circuits
  • digital signal processors digital signal processing devices
  • programmable logic devices programmable logic devices
  • field programmable gate arrays Implemented by a controller, microcontroller, microprocessor or other electronic component for performing the methods described below.
  • FIG. 3 is a flowchart of a method for identifying a motion action, according to an exemplary embodiment.
  • the scope of application and the execution subject of the recognition method of the motion action for example, the method is applied to the smart device 120 of the implementation environment shown in FIG.
  • the identification method may be performed by the smart device 120, and may include the following steps.
  • Step 310 Track a motion process in which the moving object is performed to obtain an original motion signal.
  • the moving object may refer to a sports equipment that is controlled to perform a motion process, or a body part such as a wrist or an ankle of a human body that controls the sports equipment.
  • the smart device 120 may be disposed inside the sports equipment, and the original motion signal is obtained by tracking the motion process of the sports equipment.
  • the smart device 120 can be worn at the position of the wrist or ankle of the human body, and the original motion signal can be obtained by tracking the activity of the wrist or the ankle.
  • the smart device 120 can set a sensor, and during the moving object activity, continuously collect motion parameters of the moving object to obtain an original motion signal.
  • step 310 specifically includes:
  • Step 311 continuously collecting the three-axis acceleration component and the angular velocity of the moving object by using the sensor on the moving object;
  • the senor is carried on the moving object, and the activity is followed by the moving object, and the timing is collected.
  • the triaxial acceleration component of the moving object can include a three-axis accelerometer and a gyroscope.
  • the three-axis accelerometer continuously collects the three-axis acceleration component of the moving object, that is, the component of the acceleration on the X-axis, the Y-axis, and the Z-axis.
  • the angular velocity of the moving object can be acquired by the gyroscope.
  • Step 312 Obtain a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity;
  • the posture of the moving object refers to the inclination of the moving object in the three-dimensional space.
  • the MCU microprogram controller
  • the MCU in the smart device 120 can solve the pitch angle, yaw angle and roll angle of the moving object according to the measurement results of the three-axis accelerometer and the gyroscope by using the existing two-stage extended Kalman filter algorithm.
  • the moving object rotates around the x-axis in the three-dimensional space
  • the angle ⁇ is a pitch angle
  • the angle of rotation around the y-axis is the yaw angle
  • the pitch angle, yaw angle, and roll angle of the moving object form the pose of the moving object at that moment.
  • the smart device 120 starts from power-on or a certain trigger point (such as changing from a stationary state to a motion state), assuming that the initial position is the coordinate origin, and the acceleration measured according to the three-axis accelerometer is in the X-axis, the Y-axis, and the Z-axis.
  • Upper component using formula The coordinates of the smart device 120 on the X-axis, the Y-axis, and the Z-axis can be separately calculated, thereby obtaining the coordinates of the smart device 120 in the three-dimensional space at each moment, and the coordinates in the three-dimensional space form the position at that moment.
  • Step 313 obtaining an acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal according to changes in the three-axis acceleration component, the angular velocity, the posture, and the position of the moving object.
  • the sensor periodically collects the three-axis acceleration component and the angular velocity of the moving object, and according to the change of the three-axis acceleration component, the angular velocity, the attitude and the position of the moving object at each moment, an acceleration change waveform signal, an angular velocity change waveform signal, and a posture change waveform can be formed.
  • Signal and position change waveform signals can be stored in the RAM (random access memory) of the smart device 120.
  • the acceleration components on the X-axis, the Y-axis, and the Z-axis can be combined to obtain a linear acceleration variation waveform.
  • Step 330 transforming the original motion signal by using a preset transform algorithm, and extracting, from the transformed signal, several features of the original motion signal;
  • the original motion signal is subjected to various transformations by a preset transformation algorithm, and a waveform signal having obvious characteristics can be formed.
  • the preset transform algorithm refers to being able to pass the original motion signal
  • the transform forms a transform algorithm with a distinct signature waveform signal.
  • the left figure is a waveform curve of the original motion signal. Since it is difficult to describe the characteristics of the waveform curve, the waveform curve can be transformed into the right waveform by frequency domain time domain transformation. Obviously, the waveform characteristics of the right figure are obvious, so that several features of the original motion signal can be obtained from the transformed waveform signal. For example, maximum value, minimum value, etc.
  • the step 330 includes: converting the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal by using a plurality of operation rules to obtain a plurality of features of the transformed waveform signal.
  • various operation rules may include conventional addition, subtraction, multiplication, division operations, integration, differential operations, Taylor expansion, Fourier transform, time domain, frequency domain transform, and the like.
  • the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal can output a waveform signal having an obvious characteristic by specifying a calculation rule, and the waveform signal having an obvious characteristic can be output according to the output.
  • the specific operation rule is used to process the waveform signal without limitation, and only the characteristics of the transformed waveform signal need to be obvious.
  • the acceleration can be transformed, and the waveform feature obtained after the derivative transformation can be recorded as the feature x.
  • the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal are waveform-transformed by various calculation rules, and then feature a, feature b, feature c, feature d, ... can be obtained.
  • Step 350 Acquire pre-stored probability of occurrence of each feature in various action types
  • the probability that each feature appears in various action types may be stored in advance in the storage unit of the smart device 120.
  • the probability of occurrence of each feature under each action type may constitute a statistical matrix.
  • Each column represents an action type, and each row represents a feature.
  • the probability k 11 is the probability that the action type 1 exhibits the feature a
  • k 21 represents the probability that the action type 1 exhibits the feature b
  • k 34 Represents the probability that feature type 4 appears feature c, and so on.
  • the probability of occurrence of each feature in each action type can be separately calculated.
  • the waveforms of the sample motion signals under different motions are transformed into waveforms with obvious features.
  • the waveform signal obtains several characteristics of the sample waveform signal under different motions.
  • the sample motion signals under different actions can be collected multiple times and feature extraction can be performed.
  • the probability of occurrence of each feature under each action is calculated, and the above statistical matrix is constructed. If you want to identify new actions or add new features, you only need to improve the statistical matrix, which is more scalable.
  • Step 370 Filter, from various action types, an action type in which the plurality of features have the highest probability
  • the n action 1 is performed, and then the probability that the feature a appears in the statistical action 1 is recorded as k 11 .
  • the probability that each feature appears in each action is completed, and a statistical matrix is formed.
  • the probability that the features a, b, and c appear at the same time is the largest, then the action x can be considered as New action.
  • step 370 specifically includes:
  • Step 371 Calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in each action type;
  • the original motion signal of the newly generated action obtains the presence features a, b, and c through steps 310 and 330, and then each motion type is simultaneously generated according to the probability that each feature appears in each action type.
  • the probability of features a, b, c Assuming that features a, b, and c appear independent of each other, the probability that features a, b, and c appear simultaneously in action 1 is k 11 ⁇ k 21 ⁇ k 31 . Similarly, the probability of simultaneous occurrence of features a, b, and c in each type of action can be calculated separately.
  • Step 372 Filter the probability of the action type according to the probability that the plurality of features exist simultaneously for each action type.
  • the action type with the highest probability can be selected. This action type is taken as the recognition result of the newly generated motion action.
  • Q 1 represents the product of the probability of occurrence of features a, b, and c in action 1
  • Q 2 represents the product of the probability of occurrence of features a, b, and c in action 2
  • Q 3 represents the features a, b, and c in action 3.
  • the product of the probability of occurrence, max(P 1 , P 2 , P 3 ), represents the largest of P 1 , P 2 , and P 3 . If P 1 is the largest, it means that the newly generated action is action 1, if P 2 is the largest, it means that the newly generated action is action 2, and if P 3 is the largest, it means that the newly generated action is action 3.
  • the probability of occurrence of the feature d for each action is k 41 , k 42, k 43 ..., wherein the action type with the highest probability of the feature d can be considered as Newly generated action.
  • Step 390 Obtain a recognition result of the motion action according to the selected action type.
  • the newly generated motion action has several features.
  • the action type with the greatest probability of having several features at the same time can be selected, and the selected action type can be used as the recognition result of the newly generated motion action. .
  • the step 390 specifically includes: determining whether the selected action type is greater than one type, and if not, filtering the action type as the recognition result of the motion action;
  • the original motion signal is matched with the sample motion signal corresponding to each selected motion type to search for a sample motion signal that matches the original motion signal, and the action type corresponding to the matched sample motion signal is used as The recognition result of the motion action.
  • the filter may be filtered according to the pre-recorded Sample motion signals (such as sample waveform signals) of each action type, and these sample waveform signals are used as a template library to match the original motion signals of the new motion (such as the original waveform signals) with the sample waveform signals in the template library.
  • the sample waveform signal with the highest matching degree with the original waveform signal is searched, and the action corresponding to the sample waveform signal is used as the recognition result of the new motion.
  • the selected action type is used as the newly generated motion action. Identify the results.
  • the selected action types may be sorted according to the priority of each action type in the current motion, and the action type with the higher priority is used as the motion action. Identification result.
  • the priority of each action type may be determined according to the proportion of each action type occurring in the current motion.
  • action 1 can be considered to have a higher priority than action 2
  • action 2 has a higher priority than action 3.
  • the present disclosure does not directly identify the motion action by means of waveform matching, but first selects the action type by means of probability statistics, and performs waveform matching when filtering out more than one type of action. Since there are many movements in a motion, there are more sample motion signals in the template library. For the original motion signals of the new motion, if the waveforms of all the sample motion signals in the template library are matched one by one, the data processing amount is compared. Large, motion recognition is inefficient. Based on the method of probability and statistics, the action type is filtered, the calculation amount is small, and the motion action recognition efficiency is high.
  • the present disclosure extracts several features of the original motion signal by transforming the original motion signal of the moving object, and then, according to the known probability of occurrence of each feature in each action type, the action type with the greatest probability of occurrence at the same time is taken as the motion action. Identification result. Since the scheme does not need to match the waveform signals of the action to be tested one by one with the waveform signals of all known actions, the motion recognition can be realized according to the probability that several features of the unknown motion appear in the known actions, and the calculation amount is compared.
  • the recognition efficiency is high, and further, since the recognition of the motion does not depend on the motion trajectory and the eigenvalue matching, for the action with similar trajectory or the action with the eigenvalue close, by calculating the probability that several features of the unknown action appear in the known action, The recognition of the action can be realized, and thus the recognition accuracy of the motion action is high.
  • Derivation can get the speed of each moment.
  • the acceleration is known as a
  • the mass of the racket or the bat is m.
  • F the force on the racket or the bat at each moment can also be calculated.
  • the recognition result of the motion action and the speed and intensity of the motion action can be stored in the wisdom
  • the mobile terminal 110 can read the data in the smart device 120 through the software APP, then display and store it, and synchronize to the cloud.
  • the software APP is reinstalled or replaced with the mobile terminal 110, the previously synchronized data can be acquired from the cloud through the account, and then stored and displayed at the mobile terminal 110.
  • the following is an embodiment of the apparatus of the present disclosure, which may be used to implement an embodiment of the method for identifying an action performed by the smart device 120 of the present disclosure.
  • the apparatus of the present disclosure may be used to implement an embodiment of the method for identifying an action performed by the smart device 120 of the present disclosure.
  • the method for identifying the motion action of the present disclosure please refer to the embodiment of the method for identifying the motion action of the present disclosure.
  • FIG. 8 is a block diagram of an apparatus for identifying an action, which may be used in the smart device 120 of the implementation environment shown in FIG. 1 to perform FIG. 3, FIG. 4, and FIG. 7 All or part of the steps of the identification method of the motion action shown in any one of the steps.
  • the identification device includes, but is not limited to, a signal acquisition module 810 , a feature extraction module 830 , a probability acquisition module 850 , an action screening module 870 , and a motion recognition module 890 .
  • the signal acquisition module 810 is configured to track a motion process performed by the moving object to obtain an original motion signal.
  • the feature extraction module 830 is configured to transform the original motion signal by using a preset transform algorithm, and extract some features of the original motion signal from the transformed signal;
  • the probability acquisition module 850 is configured to acquire a pre-stored probability that each feature appears in various action types
  • the action screening module 870 is configured to filter, from various action types, an action type in which the plurality of features have the highest probability
  • the motion recognition module 890 is configured to obtain a recognition result of the motion action according to the selected action type.
  • the signal acquisition module 810 can be, for example, one of the physical structure sensor components 214 of FIG.
  • the feature extraction module 830, the probability acquisition module 850, the action screening module 870, and the motion recognition module 890 may also be function modules for performing corresponding steps in the above-described motion motion recognition method. It will be appreciated that these modules can be implemented in hardware, software, or a combination of both. When implemented in hardware, these modules can be implemented as one or more hardware modules, such as one or more dedicated integrations Circuit. When implemented in software, the modules may be implemented as one or more computer programs executed on one or more processors, such as the programs stored in memory 204 executed by processor 218 of FIG.
  • the action screening module 870 includes but is not limited to:
  • the probability calculation unit 871 is configured to calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in various action types;
  • the action screening unit 872 is configured to filter out the action type with the highest probability according to the probability that the plurality of features exist simultaneously for each action type.
  • the action recognition module 890 includes but is not limited to:
  • a determining unit configured to determine whether the selected action type is greater than one type, and if not, the filtered action type is used as a recognition result of the motion action
  • a matching unit configured to: when the filtered action type is greater than one type, search for a sample motion signal matching the original motion signal by waveform matching according to a sample motion signal corresponding to each action type pre-stored and filtered, The action type corresponding to the matched sample motion signal is used as the recognition result of the motion action.
  • the signal obtaining module 810 includes:
  • a data acquisition unit 811 configured to continuously acquire a triaxial acceleration component and an angular velocity of the moving object by using a sensor on the moving object;
  • a posture position determining unit 812 configured to obtain a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity
  • the waveform determining unit 813 is configured to obtain an acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal according to changes in the triaxial acceleration component, the angular velocity, the posture, and the position of the moving object.
  • the feature extraction module 830 includes:
  • the waveform transformation unit is configured to perform waveform transformation on the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal by using various calculation rules to obtain several characteristics of the transformed waveform signal.
  • the disclosure further provides an electronic device, which can be implemented as shown in FIG.
  • the intelligent device of the environment performs all or part of the steps of the identification method of the motion action shown in any of FIGS. 3, 4, and 7.
  • the electronic device includes:
  • a memory for storing processor executable instructions
  • the processor is configured to perform the recognition method of the motion action described in the above embodiments.
  • a storage medium is also provided, which is a computer readable storage medium, such as a temporary and non-transitory computer readable storage medium including instructions.
  • the storage medium stores a computer program that can be executed by the processor to perform the recognition method of the motion action in the above embodiment.

Landscapes

  • Measurement Of The Respiration, Hearing Ability, Form, And Blood Characteristics Of Living Organisms (AREA)

Abstract

Provided are an exercise movement recognition method and apparatus, an electronic device, and a computer readable storage medium. The method comprises: tracking an executed movement process of a moving object, and obtaining an original movement signal (S310); performing conversion on the original movement signal by means of a preset conversion algorithm, and extracting a plurality of features of the original movement signal from a converted signal (S330); acquiring a probability of occurrence of each pre-stored feature in various movement types (S350); screening, from the various movement types, a movement type with a maximum probability of simultaneous occurrence of the plurality of features (S370); and obtaining an exercise movement recognition result according to the screened movement type (S390). The technical solution provided by the invention has high exercise movement recognition accuracy, fewer recognition calculations, and high recognition efficiency.

Description

运动动作的识别方法及装置、电子设备Method and device for identifying motion action, electronic device 技术领域Technical field
本公开涉及数据处理技术领域,特别涉及一种运动动作的识别方法及装置、电子设备、计算机可读存储介质。The present disclosure relates to the field of data processing technologies, and in particular, to a method and device for identifying a motion action, an electronic device, and a computer readable storage medium.
背景技术Background technique
随着全民健身的全面开展,越来越多的人们参与到运动健身当中。伴随而来,智能健身运动器材也变得十分普遍。运动健身动作不规范会造成多种不良影响,如运动损伤的风险增加、肌肉协调性降低、健身效率降低等。因此,为了更高效、更标准的健身运动,需对人体动作进行识别,例如,对挥舞羽毛球拍的动作进行识别,对打乒乓球的动作进行识别。With the full development of national fitness, more and more people are involved in sports and fitness. Accompanied by, smart fitness equipment has become very common. Irregularities in exercise and fitness can cause a variety of adverse effects, such as increased risk of sports injuries, reduced muscle coordination, and reduced fitness efficiency. Therefore, in order to perform more efficient and standard exercise, it is necessary to recognize human body movements, for example, to recognize the action of waving a badminton racket, and to recognize the action of playing table tennis.
现有运动器材操控动作的识别方式包括采集各类动作的运动轨迹数据,建立样本数据库,然后采集待测动作的运动轨迹数据通过轨迹相似度匹配识别出人体操控运动器材的动作。这种方式仅能识别出两类动作的运动轨迹是否相似,但是对于轨迹相似的动作并不能进行区分,由此动作识别的准确性不高。The identification methods of the existing sports equipment control actions include collecting motion trajectory data of various actions, establishing a sample database, and then collecting motion trajectory data of the motion to be detected to identify the motion of the human body to exercise the sports equipment through trajectory similarity matching. This method can only recognize whether the motion trajectories of the two types of motions are similar, but the motions with similar trajectories cannot be distinguished, and thus the accuracy of the motion recognition is not high.
还有一种方式是通过传感器采集人体动作的运动参数,然后通过提取运动参数的特征值,通过特征值匹配的方式确定人体的动作。该方式在一定程度上可以实现对人体动作的识别,但是由于许多动作的特征值接近,通过特征值匹配的方式,准确性也不高。Another way is to collect the motion parameters of the human motion through the sensor, and then determine the motion of the human body by extracting the feature values of the motion parameters and matching the feature values. This method can realize the recognition of the human body movement to a certain extent, but since the feature values of many actions are close, the accuracy is not high by the method of matching the feature values.
综上,现有技术对运动器材操控动作的识别准确性不高。In summary, the prior art has low recognition accuracy for the manipulation of sports equipment.
发明内容Summary of the invention
为了解决相关技术中存在的对运动动作的识别准确性不高的问题,本公开提供了另一种运动动作的识别方法,以提高识别的准确性。In order to solve the problem that the recognition accuracy of the motion action existing in the related art is not high, the present disclosure provides another method for identifying the motion action to improve the accuracy of the recognition.
一方面,本公开提供了一种运动动作的识别方法,该方法包括:In one aspect, the present disclosure provides a method for identifying a motion action, the method comprising:
跟踪运动对象被执行的运动过程,获得原始运动信号;Tracking the motion process performed by the moving object to obtain the original motion signal;
将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提 取所述原始运动信号的若干特征;Transforming the original motion signal by a preset transform algorithm, and extracting from the transformed signal Taking a number of features of the original motion signal;
获取预存储每个特征在各种动作类型中出现的概率;Obtaining the probability of pre-storing each feature in various action types;
从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;Screening from a variety of action types the types of actions in which the plurality of features are most likely to occur;
根据筛选出的所述动作类型得到运动动作的识别结果。The recognition result of the motion action is obtained according to the selected action type.
在一种实施例中,所述从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型,包括:In one embodiment, the screening of the types of actions that have the highest probability of occurrence of the plurality of features from among the various types of actions includes:
根据每个特征在各种动作类型中出现的概率,计算每个动作类型同时存在所述若干特征的几率;Calculating the probability that each of the action types has the plurality of features simultaneously according to the probability that each feature appears in various action types;
根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。According to the probability that the plurality of features exist simultaneously for each action type, the action type with the highest probability is selected.
在一种实施例中,所述根据筛选出的所述动作类型得到运动动作的识别结果,包括:In an embodiment, the obtaining the recognition result of the motion action according to the selected action type includes:
判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;Determining whether the selected action type is greater than one type, and if not, filtering the action type as a recognition result of the motion action;
若是,将所述原始运动信号与筛选出的各动作类型对应的样本运动信号进行波形匹配,查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。If yes, the original motion signal is matched with the sample motion signal corresponding to each selected motion type to search for a sample motion signal that matches the original motion signal, and the action type corresponding to the matched sample motion signal is used as The recognition result of the motion action.
在一种实施例中,所述跟踪运动对象被执行的运动过程,获得原始运动信号,包括:In an embodiment, the tracking of the motion process performed by the moving object obtains the original motion signal, including:
通过所述运动对象上的传感器持续采集所述运动对象的三轴加速度分量和角速度;Collecting, by the sensor on the moving object, the triaxial acceleration component and the angular velocity of the moving object;
根据采集的所述三轴加速度分量和角速度得到所述运动对象的姿态和位置;Obtaining a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity;
根据所述运动对象的三轴加速度分量、角速度、姿态和位置的变化得到加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号。An acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal are obtained according to changes in the triaxial acceleration component, the angular velocity, the posture, and the position of the moving object.
在一种实施例中,将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征,包括:In an embodiment, the original motion signal is transformed by a preset transform algorithm, and extracting some features of the original motion signal from the transformed signal, including:
将所述加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过多种运算规则进行波形变换,获得变换后波形信号的若 干特征。The acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal are waveform-converted by various calculation rules to obtain a transformed waveform signal. Dry feature.
另一方面,本公开还提供了了一种运动动作的识别装置,该装置包括:In another aspect, the present disclosure also provides an identification device for an athletic action, the device comprising:
信号获取模块,用于跟踪运动对象被执行的运动过程,获得原始运动信号;a signal acquisition module, configured to track a motion process performed by the moving object to obtain an original motion signal;
特征提取模块,用于将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征;a feature extraction module, configured to transform the original motion signal by using a preset transform algorithm, and extract, from the transformed signal, several features of the original motion signal;
概率获取模块,用于获取预存储每个特征在各种动作类型中出现的概率;a probability acquisition module, configured to acquire a pre-stored probability of occurrence of each feature in various action types;
动作筛选模块,用于从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;An action screening module, configured to filter, from various action types, an action type in which the plurality of features have the highest probability;
动作识别模块,用于根据筛选出的所述动作类型得到运动动作的识别结果。The motion recognition module is configured to obtain a recognition result of the motion action according to the selected action type.
在一种实施例中,所述动作筛选模块包括:In an embodiment, the action screening module includes:
概率计算单元,用于根据每个特征出现在各种动作类型中的概率,计算每个动作类型同时存在所述若干特征的几率;a probability calculation unit, configured to calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in each action type;
动作选取单元,用于根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。The action selecting unit is configured to filter out the action type with the highest probability according to the probability that the plurality of features exist simultaneously for each action type.
在一种实施例中,所述动作识别模块包括:In an embodiment, the action recognition module comprises:
判断单元,用于判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;a determining unit, configured to determine whether the selected action type is greater than one type, and if not, the filtered action type is used as a recognition result of the motion action;
匹配单元,用于将所述原始运动信号与筛选出的各动作类型对应的样本运动信号进行波形匹配,查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。a matching unit, configured to perform waveform matching on the sample motion signal corresponding to each selected motion type, and search for a sample motion signal that matches the original motion signal, and corresponding to the matched sample motion signal. The action type is used as the recognition result of the motion action.
再一方面,本公开还提供了了一种电子设备,所述电子设备包括:In still another aspect, the present disclosure also provides an electronic device, the electronic device comprising:
处理器;processor;
用于存储处理器可执行指令的存储器;a memory for storing processor executable instructions;
其中,所述处理器被配置为执行上述任意一种运动动作的识别方法。Wherein the processor is configured to perform the identification method of any one of the above motion actions.
此外,本公开还提供了了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序可由处理器执行完成上述任意一种运动动作的识别方法。Moreover, the present disclosure also provides a computer readable storage medium storing a computer program executable by a processor to perform an identification method of performing any of the above-described motion actions.
本公开的实施例提供的技术方案可以包括以下有益效果:The technical solutions provided by the embodiments of the present disclosure may include the following beneficial effects:
本公开通过对运动对象的原始运动信号进行变换,提取原始运动信号的若干特征,然后根据已知的每种动作类型中各个特征出现的概率,将同时出现若 干特征几率最大的动作类型作为运动动作的识别结果。该方案由于无需将待测动作的波形信号一一与所有已知动作的波形信号进行匹配,根据未知动作的若干特征在已知的各动作中出现的概率就可以实现动作的识别,计算量较小,识别效率高,进一步由于动作的识别不依赖于运动轨迹和特征值匹配,对于轨迹相似的动作或者特征值接近的动作,通过计算未知动作的若干特征出现在已知动作中的概率,也可以实现动作的识别,因而运动动作的识别准确性高。The present disclosure extracts several features of the original motion signal by transforming the original motion signal of the moving object, and then simultaneously appears according to the probability of occurrence of each feature in each known action type. The action type with the highest dry feature probability is recognized as the result of the motion action. Since the scheme does not need to match the waveform signals of the action to be tested one by one with the waveform signals of all known actions, the motion recognition can be realized according to the probability that several features of the unknown motion appear in the known actions, and the calculation amount is compared. Small, the recognition efficiency is high, and further, since the recognition of the motion does not depend on the motion trajectory and the eigenvalue matching, for the action with similar trajectory or the action with the eigenvalue close, by calculating the probability that several features of the unknown action appear in the known action, The recognition of the action can be realized, and thus the recognition accuracy of the motion action is high.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性的,并不能限制本公开。The above general description and the following detailed description are merely exemplary and are not intended to limit the disclosure.
附图说明DRAWINGS
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本发明的实施例,并于说明书一起用于解释本发明的原理。The accompanying drawings, which are incorporated in and constitute in FIG
图1是根据本公开所涉及的实施环境的示意图;1 is a schematic diagram of an implementation environment in accordance with the present disclosure;
图2是根据一示例性实施例示出的一种装置的框图;2 is a block diagram of an apparatus, according to an exemplary embodiment;
图3是根据一示例性实施例示出的一种运动动作的识别方法的流程图;FIG. 3 is a flowchart of a method for identifying an action according to an exemplary embodiment;
图4是图3对应实施例中的步骤310的细节的流程图;Figure 4 is a flow chart showing the details of step 310 in the corresponding embodiment of Figure 3;
图5是根据一示例性实施例示出的对一种复杂的波形信号进行波形变换后形成具有明显特征的波形信号的示意图;FIG. 5 is a schematic diagram showing waveform waveform transformation of a complex waveform signal to form a waveform signal having significant features, according to an exemplary embodiment; FIG.
图6是根据一示例性实施例示出的对原始运动信号按照指定规则进行波形变换进行特征提取的原理示意图;6 is a schematic diagram showing the principle of performing feature extraction on a waveform transformation of an original motion signal according to a specified rule, according to an exemplary embodiment;
图7是图3对应实施例中的步骤370的细节的流程图Figure 7 is a flow chart showing the details of step 370 in the corresponding embodiment of Figure 3.
图8是根据一示例性实施例示出的一种运动动作的识别装置的框图;FIG. 8 is a block diagram of an apparatus for identifying an action according to an exemplary embodiment;
图9是图8对应实施例的动作筛选模块的细节框图;Figure 9 is a detailed block diagram of the action screening module of the corresponding embodiment of Figure 8;
图10是图8对应实施例的信号获取模块的细节框图。Figure 10 is a detailed block diagram of the signal acquisition module of the corresponding embodiment of Figure 8.
具体实施方式Detailed ways
这里将详细地对示例性实施例执行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本发明相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本发明的一些方面相一 致的装置和方法的例子。The description will be made in detail herein with respect to exemplary embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the same or similar elements in the different figures unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are only one of the aspects of the invention as detailed in the appended claims. Examples of devices and methods.
图1是根据本公开所涉及的实施环境的示意图。该实施环境包括:至少一个移动终端110和智能设备120。1 is a schematic diagram of an implementation environment in accordance with the present disclosure. The implementation environment includes at least one mobile terminal 110 and smart device 120.
移动终端110与智能设备120之间的关联方式,包括硬件的网络关联方式和/或协议,以及二者之间往来的数据关联方式。智能设备120根据其所适用运动器材类型的不同,装设的位置也各不相同。The manner of association between the mobile terminal 110 and the smart device 120 includes the network association manner and/or protocol of the hardware, and the data association manner between the two. The smart device 120 also has different locations for installation depending on the type of sports equipment to which it is applied.
智能设备120可以设置在羽毛球、网球、乒乓球的球拍手柄内,还可以设置在棒球棍中,也可以设置在足球、篮球内部等。进一步的,该智能设备120还可以应用于壁球拍,板球拍,高尔夫球棍等等运动器材中。换句话说,该智能设备120可以设置在活动的运动器材中,根据运动器材的活动,识别人体操控运动器材的动作。根据需要,该智能设备120还可以佩戴在人体的手腕或脚腕位置,根据手腕或脚腕的活动,识别人体进行体育运动时的动作。例如,挥舞球拍的动作、挥舞棒球棍的动作、踢足球的动作、投篮的动作等。The smart device 120 may be disposed in a racket handle of badminton, tennis, or table tennis, or may be set in a baseball bat, or may be set in a soccer ball, a basketball, or the like. Further, the smart device 120 can also be applied to sports equipment such as squash rackets, cricket bats, golf clubs, and the like. In other words, the smart device 120 can be disposed in the active sports equipment to recognize the motion of the human body to exercise the sports equipment according to the activity of the sports equipment. The smart device 120 can also be worn on the wrist or ankle of the human body as needed, and recognize the movement of the human body during sports according to the movement of the wrist or the ankle. For example, the action of waving a racket, the action of waving a baseball bat, the action of playing a football, the action of shooting, and the like.
智能设备120与移动终端110建立连接后,可以将运动动作的识别结果上传至移动终端110进行显示和存储。智能设备120与移动终端110之间可以采用蓝牙连接。After the smart device 120 establishes a connection with the mobile terminal 110, the recognition result of the motion action can be uploaded to the mobile terminal 110 for display and storage. A Bluetooth connection can be adopted between the smart device 120 and the mobile terminal 110.
图2是根据一示例性实施例示出的一种装置200的框图。例如,装置200可以是图1所示实施环境中的智能设备120。FIG. 2 is a block diagram of an apparatus 200, according to an exemplary embodiment. For example, device 200 can be smart device 120 in the implementation environment shown in FIG.
参照图2,装置200可以包括以下一个或多个组件:处理组件202,存储器204,电源组件206,多媒体组件208,音频组件210,传感器组件214以及通信组件216。Referring to FIG. 2, apparatus 200 can include one or more of the following components: processing component 202, memory 204, power component 206, multimedia component 208, audio component 210, sensor component 214, and communication component 216.
处理组件202通常控制装置200的整体操作,诸如与显示,电话呼叫,数据通信,相机操作以及记录操作相关联的操作等。处理组件202可以包括一个或多个处理器218来执行指令,以完成下述的方法的全部或部分步骤。此外,处理组件202可以包括一个或多个模块,便于处理组件202和其他组件之间的交互。例如,处理组件202可以包括多媒体模块,以方便多媒体组件208和处理组件202之间的交互。 Processing component 202 typically controls the overall operation of device 200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations, and the like. Processing component 202 can include one or more processors 218 to execute instructions to perform all or part of the steps of the methods described below. Moreover, processing component 202 can include one or more modules to facilitate interaction between component 202 and other components. For example, processing component 202 can include a multimedia module to facilitate interaction between multimedia component 208 and processing component 202.
存储器204被配置为存储各种类型的数据以支持在装置200的操作。这些 数据的示例包括用于在装置200上操作的任何应用程序或方法的指令。存储器204可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,如静态随机存取存储器(Static Random Access Memory,简称SRAM),电可擦除可编程只读存储器(Electrically Erasable Programmable Read-Only Memory,简称EEPROM),可擦除可编程只读存储器(Erasable Programmable Read Only Memory,简称EPROM),可编程只读存储器(Programmable Red-Only Memory,简称PROM),只读存储器(Read-Only Memory,简称ROM),磁存储器,快闪存储器,磁盘或光盘。存储器204中还存储有一个或多个模块,该一个或多个模块被配置成由该一个或多个处理器218执行,以完成下述图3、图4、图7任一所示方法中的全部或者部分步骤。 Memory 204 is configured to store various types of data to support operation at device 200. These ones Examples of data include instructions for any application or method operating on device 200. The memory 204 can be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read only memory (Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read Only Memory (EPROM), Programmable Red-Only Memory (PROM), Read Only Memory ( Read-Only Memory (ROM), magnetic memory, flash memory, disk or optical disk. Also stored in the memory 204 is one or more modules configured to be executed by the one or more processors 218 to perform the method of any of the following Figures 3, 4, and 7 All or part of the steps.
电源组件206为装置200的各种组件提供电力。电源组件206可以包括电源管理系统,一个或多个电源,及其他与为装置200生成、管理和分配电力相关联的组件。 Power component 206 provides power to various components of device 200. Power component 206 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 200.
多媒体组件208包括在所述装置200和用户之间的提供一个输出接口的屏幕。在一些实施例中,屏幕可以包括液晶显示器(Liquid Crystal Display,简称LCD)和触摸面板。如果屏幕包括触摸面板,屏幕可以被实现为触摸屏,以接收来自用户的输入信号。触摸面板包括一个或多个触摸传感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动作的边界,而且还检测与所述触摸或滑动操作相关的持续时间和压力。屏幕还可以包括有机电致发光显示器(Organic Light Emitting Display,简称OLED)。The multimedia component 208 includes a screen between the device 200 and the user that provides an output interface. In some embodiments, the screen may include a liquid crystal display (LCD) and a touch panel. If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user. The touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation. The screen may also include an Organic Light Emitting Display (OLED).
音频组件210被配置为输出和/或输入音频信号。例如,音频组件210包括一个麦克风(Microphone,简称MIC),当装置200处于操作模式,如呼叫模式、记录模式和语音识别模式时,麦克风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器204或经由通信组件216发送。在一些实施例中,音频组件210还包括一个扬声器,用于输出音频信号。The audio component 210 is configured to output and/or input an audio signal. For example, the audio component 210 includes a microphone (Microphone, MIC for short) that is configured to receive an external audio signal when the device 200 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may be further stored in memory 204 or transmitted via communication component 216. In some embodiments, audio component 210 also includes a speaker for outputting an audio signal.
传感器组件214包括一个或多个传感器,用于为装置200提供各个方面的状态评估。例如,传感器组件214可以检测到装置200的打开/关闭状态,组件的相对定位,传感器组件214还可以检测装置200或装置200一个组件的位置改变以及装置200的温度变化。在一些实施例中,该传感器组件214还可以包括磁传感器,压力传感器或温度传感器。 Sensor assembly 214 includes one or more sensors for providing status assessment of various aspects to device 200. For example, sensor assembly 214 can detect an open/closed state of device 200, relative positioning of components, and sensor assembly 214 can also detect changes in position of one component of device 200 or device 200 and temperature changes of device 200. In some embodiments, the sensor assembly 214 can also include a magnetic sensor, a pressure sensor, or a temperature sensor.
通信组件216被配置为便于装置200和其他设备之间有线或无线方式的通信。装置200可以接入基于通信标准的无线网络,如WiFi(WIreless-Fidelity,无线保真)。在一个示例性实施例中,通信组件216经由广播信道接收来自外部广播管理系统的广播信号或广播相关信息。在一个示例性实施例中,所述通信组件216还包括近场通信(Near Field Communication,简称NFC)模块,以促进短程通信。例如,在NFC模块可基于射频识别(Radio Frequency Identification,简称RFID)技术,红外数据协会(Infrared Data Association,简称IrDA)技术,超宽带(Ultra Wideband,简称UWB)技术,蓝牙技术和其他技术来实现。 Communication component 216 is configured to facilitate wired or wireless communication between device 200 and other devices. The device 200 can access a wireless network based on a communication standard such as WiFi (WIreless-Fidelity). In an exemplary embodiment, communication component 216 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 216 also includes a Near Field Communication (NFC) module to facilitate short range communication. For example, the NFC module can be implemented based on Radio Frequency Identification (RFID) technology, Infrared Data Association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth technology, and other technologies. .
在示例性实施例中,装置200可以被一个或多个应用专用集成电路(Application Specific Integrated Circuit,简称ASIC)、数字信号处理器、数字信号处理设备、可编程逻辑器件、现场可编程门阵列、控制器、微控制器、微处理器或其他电子元件实现,用于执行下述方法。In an exemplary embodiment, the apparatus 200 may be configured by one or more Application Specific Integrated Circuits (ASICs), digital signal processors, digital signal processing devices, programmable logic devices, field programmable gate arrays, Implemented by a controller, microcontroller, microprocessor or other electronic component for performing the methods described below.
图3是根据一示例性实施例示出的一种运动动作的识别方法的流程图。该运动动作的识别方法的适用范围和执行主体,例如,该方法用于图1所示实施环境的智能设备120。如图3所示,该识别方法,可以由智能设备120执行,可以包括以下步骤。FIG. 3 is a flowchart of a method for identifying a motion action, according to an exemplary embodiment. The scope of application and the execution subject of the recognition method of the motion action, for example, the method is applied to the smart device 120 of the implementation environment shown in FIG. As shown in FIG. 3, the identification method may be performed by the smart device 120, and may include the following steps.
步骤310,跟踪运动对象被执行的运动过程,获得原始运动信号。Step 310: Track a motion process in which the moving object is performed to obtain an original motion signal.
其中,运动对象可以是指被操控执行运动过程的运动器材,也可以是操控运动器材的人体的手腕、脚腕等身体部位。当存在能够发生运动的运动器材时,智能设备120可以设置在运动器材的内部,通过跟踪运动器材的运动过程,获得原始运动信号。对于不动的运动器材(例如单杠)或不使用运动器材的情况(例如跑步),可以将智能设备120佩戴在人体的手腕或脚腕的位置,通过跟踪手腕或脚腕的活动获得原始运动信号。具体的,智能设备120中可以设置传感器,在运动对象活动过程中,持续采集运动对象的运动参数,获得原始运动信号。The moving object may refer to a sports equipment that is controlled to perform a motion process, or a body part such as a wrist or an ankle of a human body that controls the sports equipment. When there is a sports equipment capable of moving, the smart device 120 may be disposed inside the sports equipment, and the original motion signal is obtained by tracking the motion process of the sports equipment. For a stationary sports equipment (such as a horizontal bar) or a situation where no sports equipment is used (such as running), the smart device 120 can be worn at the position of the wrist or ankle of the human body, and the original motion signal can be obtained by tracking the activity of the wrist or the ankle. . Specifically, the smart device 120 can set a sensor, and during the moving object activity, continuously collect motion parameters of the moving object to obtain an original motion signal.
可选的,如图4所示,步骤310具体包括:Optionally, as shown in FIG. 4, step 310 specifically includes:
步骤311,通过运动对象上的传感器持续采集运动对象的三轴加速度分量和角速度;Step 311, continuously collecting the three-axis acceleration component and the angular velocity of the moving object by using the sensor on the moving object;
其中,传感器携带在运动对象上,跟随运动对象一并发生活动,定时采集 运动对象的三轴加速度分量。该传感器可以包括三轴加速度计和陀螺仪。三轴加速度计可以持续采集运动对象的三轴加速度分量,即加速度在X轴、Y轴和Z轴上的分量。通过陀螺仪则可以采集运动对象的角速度。Wherein, the sensor is carried on the moving object, and the activity is followed by the moving object, and the timing is collected. The triaxial acceleration component of the moving object. The sensor can include a three-axis accelerometer and a gyroscope. The three-axis accelerometer continuously collects the three-axis acceleration component of the moving object, that is, the component of the acceleration on the X-axis, the Y-axis, and the Z-axis. The angular velocity of the moving object can be acquired by the gyroscope.
步骤312,根据采集的所述三轴加速度分量和角速度得到所述运动对象的姿态和位置;Step 312: Obtain a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity;
其中,运动对象的姿态是指运动对象在三维空间中的倾角。通过融合三轴加速度分量和角速度测量结果,可以得到智能设备120在三维空间中的俯仰角、偏航角和滚动角。智能设备120中的MCU(微程序控制器)可以采用现有的二级扩展卡尔曼滤波算法根据三轴加速度计和陀螺仪的测量结果解算运动对象的俯仰角、偏航角和滚动角。其中,运动对象在三维空间中绕x轴旋转角θ为俯仰角,绕y轴旋转角
Figure PCTCN2017088972-appb-000001
为滚动角,绕z轴旋转角γ为偏航角。运动对象的俯仰角、偏航角和滚动角形成该时刻运动对象的姿态。
The posture of the moving object refers to the inclination of the moving object in the three-dimensional space. By blending the triaxial acceleration component and the angular velocity measurement results, the pitch angle, the yaw angle, and the roll angle of the smart device 120 in the three-dimensional space can be obtained. The MCU (microprogram controller) in the smart device 120 can solve the pitch angle, yaw angle and roll angle of the moving object according to the measurement results of the three-axis accelerometer and the gyroscope by using the existing two-stage extended Kalman filter algorithm. Wherein, the moving object rotates around the x-axis in the three-dimensional space, and the angle θ is a pitch angle, and the angle of rotation around the y-axis
Figure PCTCN2017088972-appb-000001
For the roll angle, the rotation angle γ around the z-axis is the yaw angle. The pitch angle, yaw angle, and roll angle of the moving object form the pose of the moving object at that moment.
另外,智能设备120从上电或某一触发点(如从静止状态变为运动状态)开始,假设初始位置为坐标原点,根据三轴加速度计测量得到的加速度在X轴、Y轴和Z轴上的分量,利用公式
Figure PCTCN2017088972-appb-000002
可以分别计算出智能设备120在X轴、Y轴和Z轴上的坐标,从而得到智能设备120每个时刻在三维空间的坐标,在三维空间的坐标便形成该时刻的位置。
In addition, the smart device 120 starts from power-on or a certain trigger point (such as changing from a stationary state to a motion state), assuming that the initial position is the coordinate origin, and the acceleration measured according to the three-axis accelerometer is in the X-axis, the Y-axis, and the Z-axis. Upper component, using formula
Figure PCTCN2017088972-appb-000002
The coordinates of the smart device 120 on the X-axis, the Y-axis, and the Z-axis can be separately calculated, thereby obtaining the coordinates of the smart device 120 in the three-dimensional space at each moment, and the coordinates in the three-dimensional space form the position at that moment.
步骤313,根据运动对象的三轴加速度分量、角速度、姿态和位置的变化得到加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号。Step 313, obtaining an acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal according to changes in the three-axis acceleration component, the angular velocity, the posture, and the position of the moving object.
其中,传感器定时采集运动对象的三轴加速度分量和角速度,根据每个时刻运动对象的三轴加速度分量、角速度、姿态和位置的变化,可以形成加速度变化波形信号,角速度变化波形信号、姿态变化波形信号和位置变化波形信号。需要说明的是,运动对象在不同时刻所处的位置通过连线构成该位置变化波形信号。这些波形信号可以存储在智能设备120的RAM(随机存取存储器)中。需要说明的是,X轴、Y轴和Z轴上的加速度分量通过合成可以得到线性加速度变化波形曲线。The sensor periodically collects the three-axis acceleration component and the angular velocity of the moving object, and according to the change of the three-axis acceleration component, the angular velocity, the attitude and the position of the moving object at each moment, an acceleration change waveform signal, an angular velocity change waveform signal, and a posture change waveform can be formed. Signal and position change waveform signals. It should be noted that the position of the moving object at different times constitutes the position change waveform signal through a connection. These waveform signals can be stored in the RAM (random access memory) of the smart device 120. It should be noted that the acceleration components on the X-axis, the Y-axis, and the Z-axis can be combined to obtain a linear acceleration variation waveform.
步骤330,将原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征;Step 330, transforming the original motion signal by using a preset transform algorithm, and extracting, from the transformed signal, several features of the original motion signal;
需要解释的是,原始运动信号通过预设的变换算法进行各种变换,可以形成具有明显特征的波形信号。该预设的变换算法是指能够使原始运动信号经过 变换形成具有明显特征波形信号的变换算法。举例来说,如图5所示,左图为原始运动信号的波形曲线,由于很难描述该波形曲线的特征,因此可以将该波形曲线通过频域时域变换,得到右图波形。很显然,右图波形特征明显,从而可以从变换后的波形信号中得到原始运动信号的若干特征。例如最大值、最小值等。It should be explained that the original motion signal is subjected to various transformations by a preset transformation algorithm, and a waveform signal having obvious characteristics can be formed. The preset transform algorithm refers to being able to pass the original motion signal The transform forms a transform algorithm with a distinct signature waveform signal. For example, as shown in FIG. 5, the left figure is a waveform curve of the original motion signal. Since it is difficult to describe the characteristics of the waveform curve, the waveform curve can be transformed into the right waveform by frequency domain time domain transformation. Obviously, the waveform characteristics of the right figure are obvious, so that several features of the original motion signal can be obtained from the transformed waveform signal. For example, maximum value, minimum value, etc.
可选的,步骤330具体包括:将所述加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过多种运算规则进行波形变换,获得变换后波形信号的若干特征。Optionally, the step 330 includes: converting the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal by using a plurality of operation rules to obtain a plurality of features of the transformed waveform signal.
其中,多种运算规则可以包括常规的加、减、乘、除运算,积分、微分运算,泰勒展开,傅里叶变换,时域、频域变换等。如图6所示,加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过指定运算规则后,可以输出具有明显特征的波形信号,根据输出的具有明显特征的波形信号可以得到若干特征,这些特征就是原始运动信号的若干特征。Among them, various operation rules may include conventional addition, subtraction, multiplication, division operations, integration, differential operations, Taylor expansion, Fourier transform, time domain, frequency domain transform, and the like. As shown in FIG. 6, the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal can output a waveform signal having an obvious characteristic by specifying a calculation rule, and the waveform signal having an obvious characteristic can be output according to the output. Several features are obtained, which are several features of the original motion signal.
需要说明的是,具体采用哪种运算规则对波形信号进行处理不做限制,仅需保证变换后的波形信号的特征明显即可。举例来说,加速度通过求导会有一个明显的最大值,则加速度可以采用求导变换,求导变换后得到的波形特征可以记为特征x。以此类推,加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过多种运算规则进行波形变换后,可以得到特征a、特征b、特征c、特征d……。It should be noted that the specific operation rule is used to process the waveform signal without limitation, and only the characteristics of the transformed waveform signal need to be obvious. For example, if the acceleration has a significant maximum value through the derivative, the acceleration can be transformed, and the waveform feature obtained after the derivative transformation can be recorded as the feature x. By analogy, the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal are waveform-transformed by various calculation rules, and then feature a, feature b, feature c, feature d, ... can be obtained.
步骤350,获取预存储每个特征在各种动作类型中出现的概率,Step 350: Acquire pre-stored probability of occurrence of each feature in various action types,
需要说明的是,智能设备120的存储单元中可以提前存储每个特征出现在各种动作类型中的概率。各动作类型下各特征出现的概率可以组成统计矩阵。如下为统计矩阵的一种形式:It should be noted that the probability that each feature appears in various action types may be stored in advance in the storage unit of the smart device 120. The probability of occurrence of each feature under each action type may constitute a statistical matrix. The following is a form of statistical matrix:
Figure PCTCN2017088972-appb-000003
Figure PCTCN2017088972-appb-000003
其中,每一列分别代表一种动作类型,每一行分别代表一种特征,举例来说,概率k11是动作类型1出现特征a的概率,k21代表动作类型1出现特征b的概率,k34代表动作类型4出现特征c的概率,以此类推。 Each column represents an action type, and each row represents a feature. For example, the probability k 11 is the probability that the action type 1 exhibits the feature a, and k 21 represents the probability that the action type 1 exhibits the feature b, k 34 Represents the probability that feature type 4 appears feature c, and so on.
对于不同的运动,可以分开统计各动作类型中出现各个特征的概率。以打羽毛球运动为例,可以参照上述步骤310和330,首先通过获取打羽毛球运动过程中不同动作下的样本运动信号,然后对不同动作下的样本运动信号进行波形变换,转换成具有明显特征的波形信号,进而得到不同动作下样本波形信号的若干特征。可以通过多次采集不同动作下的样本运动信号并进行特征提取,最后统计出每种动作下各个特征出现的概率,构建上述的统计矩阵。如果后续要识别新增的动作或者需要新增特征,只需完善该统计矩阵即可,可扩展性较强。For different sports, the probability of occurrence of each feature in each action type can be separately calculated. Taking the badminton sport as an example, reference may be made to the above steps 310 and 330. First, by acquiring the motion signals of the samples under different actions during the badminton movement, the waveforms of the sample motion signals under different motions are transformed into waveforms with obvious features. The waveform signal, in turn, obtains several characteristics of the sample waveform signal under different motions. The sample motion signals under different actions can be collected multiple times and feature extraction can be performed. Finally, the probability of occurrence of each feature under each action is calculated, and the above statistical matrix is constructed. If you want to identify new actions or add new features, you only need to improve the statistical matrix, which is more scalable.
步骤370,从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;Step 370: Filter, from various action types, an action type in which the plurality of features have the highest probability;
具体的,做n次动作1,然后统计动作1出现特征a的概率记为k11,同理,完成各个特征在各个动作里出现的概率,形成统计矩阵。对于新产生的动作,如果这个新动作存在特征a、b、c,且统计矩阵中存在一个动作x,该动作x下特征a、b、c同时出现的概率最大,那么这个动作x可以认为就是新动作。Specifically, the n action 1 is performed, and then the probability that the feature a appears in the statistical action 1 is recorded as k 11 . Similarly, the probability that each feature appears in each action is completed, and a statistical matrix is formed. For the newly generated action, if the new action has the features a, b, and c, and there is an action x in the statistical matrix, the probability that the features a, b, and c appear at the same time is the largest, then the action x can be considered as New action.
可选的,如图7所示,步骤370具体包括:Optionally, as shown in FIG. 7, step 370 specifically includes:
步骤371,根据每个特征出现在各种动作类型中的概率,计算每个动作类型同时存在所述若干特征的几率;Step 371: Calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in each action type;
具体的,假设新产生的动作的原始运动信号经过步骤310和步骤330得到存在特征a、b、c,进而根据每个特征出现在各个动作类型中的概率,分别计算出每个动作类型同时出现特征a、b、c的几率。假设特征a、b、c出现彼此独立,则动作1中同时出现特征a、b、c的几率为k11×k21×k31。同理,可以分别计算出每种动作类型中同时出现特征a、b、c的几率。Specifically, it is assumed that the original motion signal of the newly generated action obtains the presence features a, b, and c through steps 310 and 330, and then each motion type is simultaneously generated according to the probability that each feature appears in each action type. The probability of features a, b, c. Assuming that features a, b, and c appear independent of each other, the probability that features a, b, and c appear simultaneously in action 1 is k 11 ×k 21 ×k 31 . Similarly, the probability of simultaneous occurrence of features a, b, and c in each type of action can be calculated separately.
步骤372,根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。Step 372: Filter the probability of the action type according to the probability that the plurality of features exist simultaneously for each action type.
在上述步骤371计算出每种动作类型中同时存在若干特征(如特征a、b、c)的几率之后,可以筛选出几率最大的动作类型。将该动作类型作为新产生的运动动作的识别结果。After calculating the probability that several features (such as features a, b, c) exist in each action type in the above step 371, the action type with the highest probability can be selected. This action type is taken as the recognition result of the newly generated motion action.
为清楚简明地说明该技术方案,假设某项运动中仅存在动作1、2、3,对于新产生的运动动作,通过步骤310和步骤330得到存在特征a、b、c,则可以通过如下的计算过程筛选出同时出现若干特征几率最大的动作类型: For a clear and concise description of the technical solution, it is assumed that only one action 1, 2, 3 exists in a certain motion, and for the newly generated motion action, the presence characteristics a, b, and c are obtained through steps 310 and 330, and the following can be adopted. The calculation process screens out the types of actions with the highest probability of occurrence of several features at the same time:
Q1=k11*k21*k31 Q 1 =k 11 *k 21 *k 31
Q2=k12*k22*k32 Q 2 =k 12 *k 22 *k 32
Q3=k13*k23*k33 Q 3 =k 13 *k 23 *k 33
P1=Q1/(Q1+Q2+Q3)P 1 =Q 1 /(Q 1 +Q 2 +Q 3 )
P2=Q2/(Q1+Q2+Q3)P 2 =Q 2 /(Q 1 +Q 2 +Q 3 )
P3=Q3/(Q1+Q2+Q3)P 3 =Q 3 /(Q 1 +Q 2 +Q 3 )
max(P1,P2,P3)Max(P 1 , P 2 , P 3 )
其中,Q1代表动作1中特征a、b、c出现的概率之积,Q2代表动作2中特征a、b、c出现的概率之积,Q3代表动作3中特征a、b、c出现的概率之积,max(P1,P2,P3)表示取P1、P2、P3中的最大者。如果P1最大,表示新产生的动作是动作1,如果P2最大,表示新产生的动作是动作2,如果P3最大,表示新产生的动作是动作3。Where Q 1 represents the product of the probability of occurrence of features a, b, and c in action 1, Q 2 represents the product of the probability of occurrence of features a, b, and c in action 2, and Q 3 represents the features a, b, and c in action 3. The product of the probability of occurrence, max(P 1 , P 2 , P 3 ), represents the largest of P 1 , P 2 , and P 3 . If P 1 is the largest, it means that the newly generated action is action 1, if P 2 is the largest, it means that the newly generated action is action 2, and if P 3 is the largest, it means that the newly generated action is action 3.
假设新产生的动作只有一个特征d,从统计矩阵中可以看出,各个动作出现特征d的概率为k41,k42,k43……,其中,出现特征d概率最大的动作类型可以认为是新产生的动作。Assuming that the newly generated action has only one feature d, it can be seen from the statistical matrix that the probability of occurrence of the feature d for each action is k 41 , k 42, k 43 ..., wherein the action type with the highest probability of the feature d can be considered as Newly generated action.
步骤390,根据筛选出的所述动作类型得到运动动作的识别结果。Step 390: Obtain a recognition result of the motion action according to the selected action type.
具体的,新产生的运动动作存在若干特征,在上述步骤的基础上,可以筛选出同时存在若干特征的几率最大的动作类型,进而可以将筛选出的动作类型作为新产生的运动动作的识别结果。Specifically, the newly generated motion action has several features. On the basis of the above steps, the action type with the greatest probability of having several features at the same time can be selected, and the selected action type can be used as the recognition result of the newly generated motion action. .
可选的,步骤390具体包括:判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;Optionally, the step 390 specifically includes: determining whether the selected action type is greater than one type, and if not, filtering the action type as the recognition result of the motion action;
若是,将所述原始运动信号与筛选出的各动作类型对应的样本运动信号进行波形匹配,查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。If yes, the original motion signal is matched with the sample motion signal corresponding to each selected motion type to search for a sample motion signal that matches the original motion signal, and the action type corresponding to the matched sample motion signal is used as The recognition result of the motion action.
需要说明的是,如果筛选出不只一种动作类型(可能性很小),即筛选出至少2种动作类型,这些动作类型同时存在该若干特征的几率相同,则可以根据预先录制好的筛选出的各个动作类型的样本运动信号(如样本波形信号),将这些样本波形信号作为模板库,将新动作的原始运动信号(如原始波形信号)与模板库中的样本波形信号进行一一匹配,查找与原始波形信号匹配度最高的样本波形信号,将该样本波形信号对应的动作作为新动作的识别结果。当然,如果仅筛选出一种动作类型,则筛选出的这个动作类型作为新产生的运动动作的 识别结果。It should be noted that if more than one type of action is selected (possibly small), that is, at least two action types are selected, and the action types have the same probability of having the same feature at the same time, then the filter may be filtered according to the pre-recorded Sample motion signals (such as sample waveform signals) of each action type, and these sample waveform signals are used as a template library to match the original motion signals of the new motion (such as the original waveform signals) with the sample waveform signals in the template library. The sample waveform signal with the highest matching degree with the original waveform signal is searched, and the action corresponding to the sample waveform signal is used as the recognition result of the new motion. Of course, if only one action type is selected, the selected action type is used as the newly generated motion action. Identify the results.
在其他实施例中,当筛选出的动作类型不止一种时,也可以根据当前运动中出现各个动作类型的优先级,对筛选出的动作类型进行排序,将优先级高的动作类型作为运动动作的识别结果。其中,各个动作类型的优先级可以根据当前运动中出现各个动作类型的占比确定。In other embodiments, when more than one type of action is selected, the selected action types may be sorted according to the priority of each action type in the current motion, and the action type with the higher priority is used as the motion action. Identification result. The priority of each action type may be determined according to the proportion of each action type occurring in the current motion.
举例来说,假设一项羽毛球运动中,动作1占39%,动作2占35%,动作3占20%......(动作1、动作2、动作3……分别代表不同的动作类型),则可以认为动作1的优先级高于动作2,动作2的优先级高于动作3。For example, suppose that in a badminton sport, action 1 accounts for 39%, action 2 accounts for 35%, and action 3 accounts for 20%... (action 1, action 2, action 3... respectively represent different actions) Type), then action 1 can be considered to have a higher priority than action 2, and action 2 has a higher priority than action 3.
另外需要说明的是,本公开没有直接先通过波形匹配的方式进行运动动作的识别,而是先通过概率统计的方式筛选出动作类型,在筛选出动作类型不止一种时,才进行波形匹配。由于一项运动中存在动作较多,因此模板库中存在较多的样本运动信号,对于新动作的原始运动信号,如果一一与模板库中所有的样本运动信号进行波形匹配,数据处理量较大,运动动作识别效率低。而基于概率统计的方式,对动作类型进行筛选,计算量较小,运动动作识别效率高。In addition, it should be noted that the present disclosure does not directly identify the motion action by means of waveform matching, but first selects the action type by means of probability statistics, and performs waveform matching when filtering out more than one type of action. Since there are many movements in a motion, there are more sample motion signals in the template library. For the original motion signals of the new motion, if the waveforms of all the sample motion signals in the template library are matched one by one, the data processing amount is compared. Large, motion recognition is inefficient. Based on the method of probability and statistics, the action type is filtered, the calculation amount is small, and the motion action recognition efficiency is high.
本公开通过对运动对象的原始运动信号进行变换,提取原始运动信号的若干特征,然后根据已知的每种动作类型中各个特征出现的概率,将同时出现若干特征几率最大的动作类型作为运动动作的识别结果。该方案由于无需将待测动作的波形信号一一与所有已知动作的波形信号进行匹配,根据未知动作的若干特征在已知的各动作中出现的概率就可以实现动作的识别,计算量较小,识别效率高,进一步由于动作的识别不依赖于运动轨迹和特征值匹配,对于轨迹相似的动作或者特征值接近的动作,通过计算未知动作的若干特征出现在已知动作中的概率,也可以实现动作的识别,因而运动动作的识别准确性高。The present disclosure extracts several features of the original motion signal by transforming the original motion signal of the moving object, and then, according to the known probability of occurrence of each feature in each action type, the action type with the greatest probability of occurrence at the same time is taken as the motion action. Identification result. Since the scheme does not need to match the waveform signals of the action to be tested one by one with the waveform signals of all known actions, the motion recognition can be realized according to the probability that several features of the unknown motion appear in the known actions, and the calculation amount is compared. Small, the recognition efficiency is high, and further, since the recognition of the motion does not depend on the motion trajectory and the eigenvalue matching, for the action with similar trajectory or the action with the eigenvalue close, by calculating the probability that several features of the unknown action appear in the known action, The recognition of the action can be realized, and thus the recognition accuracy of the motion action is high.
另外,根据需要,根据角速度、加速度、位置和姿态这些数据,还可以得到其他所需的参数。例如,还可以计算出运动动作的速度和力度。In addition, other required parameters can be obtained based on the angular velocity, acceleration, position and attitude as needed. For example, you can also calculate the speed and intensity of the movement.
假设智能设备120在t1和t2时刻的位置坐标分别为(x1,y1,z1)和(x2,y2,z2),则t1至t2时刻智能设备发生的位移为Assuming that the position coordinates of the smart device 120 at times t 1 and t 2 are (x 1 , y 1 , z 1 ) and (x 2 , y 2 , z 2 ), respectively, the displacement of the smart device at times t 1 to t 2 for
Figure PCTCN2017088972-appb-000004
Figure PCTCN2017088972-appb-000004
求导可以得到各时刻的速度。Derivation can get the speed of each moment.
以挥拍或挥棒动作为例,已知加速度为a,球拍或球棒的质量为m,根据公式F=m*a,也可以计算出各时刻对球拍或球棒的作用力。Taking a swing or a swing motion as an example, the acceleration is known as a, and the mass of the racket or the bat is m. According to the formula F=m*a, the force on the racket or the bat at each moment can also be calculated.
其中,对于运动动作的识别结果以及运动动作的速度和力度可以存储在智 能设备120的flash(存储单元)中,移动终端110可以通过软件APP读取智能设备120中的数据,然后进行显示和存储,并同步到云端。当软件APP重新被安装或跟换移动终端110时,可以通过账号从云端获取事先已同步的数据,然后在移动终端110进行存储和显示。Among them, the recognition result of the motion action and the speed and intensity of the motion action can be stored in the wisdom In the flash (storage unit) of the device 120, the mobile terminal 110 can read the data in the smart device 120 through the software APP, then display and store it, and synchronize to the cloud. When the software APP is reinstalled or replaced with the mobile terminal 110, the previously synchronized data can be acquired from the cloud through the account, and then stored and displayed at the mobile terminal 110.
下述为本公开装置实施例,可以用于执行本公开上述智能设备120执行的运动动作的识别方法实施例。对于本公开装置实施例中未披露的细节,请参照本公开运动动作的识别方法实施例。The following is an embodiment of the apparatus of the present disclosure, which may be used to implement an embodiment of the method for identifying an action performed by the smart device 120 of the present disclosure. For details not disclosed in the embodiments of the present disclosure, please refer to the embodiment of the method for identifying the motion action of the present disclosure.
图8是根据一示例性实施例示出的一种运动动作的识别装置的框图,该运动动作的识别装置可以用于图1所示实施环境的智能设备120中,执行图3、图4、图7任一所示的运动动作的识别方法的全部或者部分步骤。如图8所示,该识别装置包括但不限于:信号获取模块810、特征提取模块830、概率获取模块850、动作筛选模块870以及动作识别模块890。FIG. 8 is a block diagram of an apparatus for identifying an action, which may be used in the smart device 120 of the implementation environment shown in FIG. 1 to perform FIG. 3, FIG. 4, and FIG. 7 All or part of the steps of the identification method of the motion action shown in any one of the steps. As shown in FIG. 8 , the identification device includes, but is not limited to, a signal acquisition module 810 , a feature extraction module 830 , a probability acquisition module 850 , an action screening module 870 , and a motion recognition module 890 .
其中,信号获取模块810,用于跟踪运动对象被执行的运动过程,获得原始运动信号;The signal acquisition module 810 is configured to track a motion process performed by the moving object to obtain an original motion signal.
特征提取模块830,用于将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征;The feature extraction module 830 is configured to transform the original motion signal by using a preset transform algorithm, and extract some features of the original motion signal from the transformed signal;
概率获取模块850,用于获取预存储每个特征在各种动作类型中出现的概率;The probability acquisition module 850 is configured to acquire a pre-stored probability that each feature appears in various action types;
动作筛选模块870,用于从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;The action screening module 870 is configured to filter, from various action types, an action type in which the plurality of features have the highest probability;
动作识别模块890,用于根据筛选出的所述动作类型得到运动动作的识别结果。The motion recognition module 890 is configured to obtain a recognition result of the motion action according to the selected action type.
上述装置中各个模块的功能和作用的实现过程具体详见上述运动动作的识别方法中对应步骤的实现过程,在此不再赘述。The implementation process of the functions and functions of the modules in the above-mentioned devices is specifically described in the implementation process of the corresponding steps in the above-mentioned motion recognition method, and details are not described herein again.
信号获取模块810比如可以是图2中的某一个物理结构传感器组件214。The signal acquisition module 810 can be, for example, one of the physical structure sensor components 214 of FIG.
特征提取模块830、概率获取模块850、动作筛选模块870以及动作识别模块890也可以是功能模块,用于执行上述运动动作的识别方法中的对应步骤。可以理解,这些模块可以通过硬件、软件、或二者结合来实现。当以硬件方式实现时,这些模块可以实施为一个或多个硬件模块,例如一个或多个专用集成 电路。当以软件方式实现时,这些模块可以实施为在一个或多个处理器上执行的一个或多个计算机程序,例如图2的处理器218所执行的存储在存储器204中的程序。The feature extraction module 830, the probability acquisition module 850, the action screening module 870, and the motion recognition module 890 may also be function modules for performing corresponding steps in the above-described motion motion recognition method. It will be appreciated that these modules can be implemented in hardware, software, or a combination of both. When implemented in hardware, these modules can be implemented as one or more hardware modules, such as one or more dedicated integrations Circuit. When implemented in software, the modules may be implemented as one or more computer programs executed on one or more processors, such as the programs stored in memory 204 executed by processor 218 of FIG.
可选的,如图9所示,所述动作筛选模块870包括但不限于:Optionally, as shown in FIG. 9, the action screening module 870 includes but is not limited to:
概率计算单元871,用于根据每个特征出现在各种动作类型中的概率,计算每个动作类型同时存在所述若干特征的几率;The probability calculation unit 871 is configured to calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in various action types;
动作筛选单元872,用于根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。The action screening unit 872 is configured to filter out the action type with the highest probability according to the probability that the plurality of features exist simultaneously for each action type.
可选的,所述动作识别模块890包括但不限于:Optionally, the action recognition module 890 includes but is not limited to:
判断单元,用于判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;a determining unit, configured to determine whether the selected action type is greater than one type, and if not, the filtered action type is used as a recognition result of the motion action;
匹配单元,用于在筛选出的所述动作类型大于一种时,根据预存储与筛选出的各动作类型对应的样本运动信号,通过波形匹配查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。a matching unit, configured to: when the filtered action type is greater than one type, search for a sample motion signal matching the original motion signal by waveform matching according to a sample motion signal corresponding to each action type pre-stored and filtered, The action type corresponding to the matched sample motion signal is used as the recognition result of the motion action.
可选的,如图10所示,所述信号获取模块810包括:Optionally, as shown in FIG. 10, the signal obtaining module 810 includes:
数据采集单元811,用于通过所述运动对象上的传感器持续采集所述运动对象的三轴加速度分量和角速度;a data acquisition unit 811, configured to continuously acquire a triaxial acceleration component and an angular velocity of the moving object by using a sensor on the moving object;
姿态位置确定单元812,用于根据采集的所述三轴加速度分量和角速度得到所述运动对象的姿态和位置;a posture position determining unit 812, configured to obtain a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity;
波形确定单元813,用于根据所述运动对象的三轴加速度分量、角速度、姿态和位置的变化得到加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号。The waveform determining unit 813 is configured to obtain an acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform signal according to changes in the triaxial acceleration component, the angular velocity, the posture, and the position of the moving object.
进一步的,所述特征提取模块830包括:Further, the feature extraction module 830 includes:
波形变换单元,用于将所述加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过多种运算规则进行波形变换,获得变换后波形信号的若干特征。The waveform transformation unit is configured to perform waveform transformation on the acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal by using various calculation rules to obtain several characteristics of the transformed waveform signal.
可选的,本公开还提供一种电子设备,该电子设备可以作为图1所示实施 环境的智能设备,执行图3、图4、图7任一所示的运动动作的识别方法的全部或者部分步骤。所述电子设备包括:Optionally, the disclosure further provides an electronic device, which can be implemented as shown in FIG. The intelligent device of the environment performs all or part of the steps of the identification method of the motion action shown in any of FIGS. 3, 4, and 7. The electronic device includes:
处理器;processor;
用于存储处理器可执行指令的存储器;a memory for storing processor executable instructions;
其中,所述处理器被配置为执行上述实施例所述的运动动作的识别方法。The processor is configured to perform the recognition method of the motion action described in the above embodiments.
该实施例中的装置的处理器执行操作的具体方式已经在有关该运动动作的识别方法的实施例中执行了详细描述,此处将不做详细阐述说明。The specific manner in which the processor of the apparatus in this embodiment performs the operation has been described in detail in the embodiment of the method of identifying the motion action, and will not be explained in detail herein.
在示例性实施例中,还提供了一种存储介质,该存储介质为计算机可读存储介质,例如可以为包括指令的临时性和非临时性计算机可读存储介质。该存储介质存储有计算机程序,该计算机程序可以由处理器执行完成上述实施例中的运动动作的识别方法。In an exemplary embodiment, a storage medium is also provided, which is a computer readable storage medium, such as a temporary and non-transitory computer readable storage medium including instructions. The storage medium stores a computer program that can be executed by the processor to perform the recognition method of the motion action in the above embodiment.
应当理解的是,本发明并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围执行各种修改和改变。本发明的范围仅由所附的权利要求来限制。 It is to be understood that the invention is not limited to the details of the details and The scope of the invention is limited only by the appended claims.

Claims (10)

  1. 一种运动动作的识别方法,其特征在于,包括:A method for identifying a motion action, comprising:
    跟踪运动对象被执行的运动过程,获得原始运动信号;Tracking the motion process performed by the moving object to obtain the original motion signal;
    将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征;Converting the original motion signal by a preset transform algorithm, and extracting, from the transformed signal, several features of the original motion signal;
    获取预存储每个特征在各种动作类型中出现的概率;Obtaining the probability of pre-storing each feature in various action types;
    从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;Screening from a variety of action types the types of actions in which the plurality of features are most likely to occur;
    根据筛选出的所述动作类型得到运动动作的识别结果。The recognition result of the motion action is obtained according to the selected action type.
  2. 根据权利要求1所述的方法,其特征在于,所述从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型,包括:The method according to claim 1, wherein the screening of the types of actions in which the plurality of features are most likely to occur simultaneously from the various types of actions comprises:
    根据每个特征在各种动作类型中出现的概率,计算每个动作类型同时存在所述若干特征的几率;Calculating the probability that each of the action types has the plurality of features simultaneously according to the probability that each feature appears in various action types;
    根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。According to the probability that the plurality of features exist simultaneously for each action type, the action type with the highest probability is selected.
  3. 根据权利要求1所述的方法,其特征在于,所述根据筛选出的所述动作类型得到运动动作的识别结果,包括:The method according to claim 1, wherein the obtaining the recognition result of the motion action according to the selected action type comprises:
    判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;Determining whether the selected action type is greater than one type, and if not, filtering the action type as a recognition result of the motion action;
    若是,将所述原始运动信号与筛选出的各动作类型对应的样本运动信号进行波形匹配,查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。If yes, the original motion signal is matched with the sample motion signal corresponding to each selected motion type to search for a sample motion signal that matches the original motion signal, and the action type corresponding to the matched sample motion signal is used as The recognition result of the motion action.
  4. 根据权利要求1所述的方法,其特征在于,所述跟踪运动对象被执行的运动过程,获得原始运动信号,包括:The method according to claim 1, wherein the tracking the motion process performed by the moving object to obtain the original motion signal comprises:
    通过所述运动对象上的传感器持续采集所述运动对象的三轴加速度分量和角速度;Collecting, by the sensor on the moving object, the triaxial acceleration component and the angular velocity of the moving object;
    根据采集的所述三轴加速度分量和角速度得到所述运动对象的姿态和位置;Obtaining a posture and a position of the moving object according to the collected three-axis acceleration component and an angular velocity;
    根据所述运动对象的三轴加速度分量、角速度、姿态和位置的变化得到加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形 信号。An acceleration change waveform signal, an angular velocity change waveform signal, a posture change waveform signal, and a position change waveform are obtained according to changes in the three-axis acceleration component, angular velocity, attitude, and position of the moving object. signal.
  5. 根据权利要求4所述的方法,其特征在于,将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征,包括:The method according to claim 4, wherein the original motion signal is transformed by a preset transform algorithm, and the plurality of features of the original motion signal are extracted from the transformed signal, including:
    将所述加速度变化波形信号、角速度变化波形信号、姿态变化波形信号和位置变化波形信号通过多种运算规则进行波形变换,获得变换后波形信号的若干特征。The acceleration change waveform signal, the angular velocity change waveform signal, the attitude change waveform signal, and the position change waveform signal are waveform-converted by various calculation rules to obtain several characteristics of the transformed waveform signal.
  6. 一种运动动作的识别装置,其特征在于,包括:An identification device for a motion action, comprising:
    信号获取模块,用于跟踪运动对象被执行的运动过程,获得原始运动信号;a signal acquisition module, configured to track a motion process performed by the moving object to obtain an original motion signal;
    特征提取模块,用于将所述原始运动信号通过预设的变换算法进行变换,从变换后的信号中提取所述原始运动信号的若干特征;a feature extraction module, configured to transform the original motion signal by using a preset transform algorithm, and extract, from the transformed signal, several features of the original motion signal;
    概率获取模块,用于获取预存储每个特征在各种动作类型中出现的概率;a probability acquisition module, configured to acquire a pre-stored probability of occurrence of each feature in various action types;
    动作筛选模块,用于从各种动作类型中筛选同时出现所述若干特征几率最大的动作类型;An action screening module, configured to filter, from various action types, an action type in which the plurality of features have the highest probability;
    动作识别模块,用于根据筛选出的所述动作类型得到运动动作的识别结果。The motion recognition module is configured to obtain a recognition result of the motion action according to the selected action type.
  7. 根据权利要求6所述的装置,其特征在于,所述动作筛选模块包括:The device according to claim 6, wherein the action screening module comprises:
    概率计算单元,用于根据每个特征出现在各种动作类型中的概率,计算每个动作类型同时存在所述若干特征的几率;a probability calculation unit, configured to calculate a probability that each of the action types has the plurality of features simultaneously according to a probability that each feature appears in each action type;
    动作选取单元,用于根据所述每个动作类型同时存在所述若干特征的几率,筛选出几率最大的动作类型。The action selecting unit is configured to filter out the action type with the highest probability according to the probability that the plurality of features exist simultaneously for each action type.
  8. 根据权利要求6所述的装置,其特征在于,所述动作识别模块包括:The device according to claim 6, wherein the action recognition module comprises:
    判断单元,用于判断筛选出的所述动作类型是否大于一种,若否,则筛选出的所述动作类型作为所述运动动作的识别结果;a determining unit, configured to determine whether the selected action type is greater than one type, and if not, the filtered action type is used as a recognition result of the motion action;
    匹配单元,用于将所述原始运动信号与筛选出的各动作类型对应的样本运动信号进行波形匹配,查找与所述原始运动信号匹配的样本运动信号,将所述匹配的样本运动信号对应的动作类型作为所述运动动作的识别结果。a matching unit, configured to perform waveform matching on the sample motion signal corresponding to each selected motion type, and search for a sample motion signal that matches the original motion signal, and corresponding to the matched sample motion signal. The action type is used as the recognition result of the motion action.
  9. 一种电子设备,其特征在于,所述电子设备包括:An electronic device, comprising:
    处理器;processor;
    用于存储处理器可执行指令的存储器;a memory for storing processor executable instructions;
    其中,所述处理器被配置为执行权利要求1-5任意一项所述的运动动作的识 别方法。Wherein the processor is configured to perform the knowledge of the motion action of any of claims 1-5 No way.
  10. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有计算机程序,所述计算机程序可由处理器执行完成权利要求1-5任意一项所述的运动动作的识别方法。 A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program executable by a processor to perform the method of identifying the motion action of any of claims 1-5.
PCT/CN2017/088972 2017-06-19 2017-06-19 Exercise movement recognition method and apparatus, and electronic device WO2018232557A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/088972 WO2018232557A1 (en) 2017-06-19 2017-06-19 Exercise movement recognition method and apparatus, and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/088972 WO2018232557A1 (en) 2017-06-19 2017-06-19 Exercise movement recognition method and apparatus, and electronic device

Publications (1)

Publication Number Publication Date
WO2018232557A1 true WO2018232557A1 (en) 2018-12-27

Family

ID=64736194

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/088972 WO2018232557A1 (en) 2017-06-19 2017-06-19 Exercise movement recognition method and apparatus, and electronic device

Country Status (1)

Country Link
WO (1) WO2018232557A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105617638A (en) * 2015-12-25 2016-06-01 深圳市酷浪云计算有限公司 Badminton racket swinging movement recognizing method and device
WO2016085122A1 (en) * 2014-11-28 2016-06-02 계명대학교 산학협력단 Gesture recognition correction apparatus based on user pattern, and method therefor
CN106339071A (en) * 2015-07-08 2017-01-18 中兴通讯股份有限公司 Method and device for identifying behaviors

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016085122A1 (en) * 2014-11-28 2016-06-02 계명대학교 산학협력단 Gesture recognition correction apparatus based on user pattern, and method therefor
CN106339071A (en) * 2015-07-08 2017-01-18 中兴通讯股份有限公司 Method and device for identifying behaviors
CN105617638A (en) * 2015-12-25 2016-06-01 深圳市酷浪云计算有限公司 Badminton racket swinging movement recognizing method and device

Similar Documents

Publication Publication Date Title
CN108289180B (en) Method, medium, and terminal device for processing video according to body movement
TWI786313B (en) Method, device, storage medium, and apparatus of tracking target
CN107273857B (en) Motion action recognition method and device and electronic equipment
US10671842B2 (en) Methods of determining handedness for virtual controllers
WO2021051579A1 (en) Body pose recognition method, system, and apparatus, and storage medium
US10737158B2 (en) Method and device for recognizing movement of tennis racket
CN107281709B (en) A kind of extracting method and device, electronic equipment of sport video segment
US10572735B2 (en) Detect sports video highlights for mobile computing devices
CN104350509B (en) Quick attitude detector
CN112753228A (en) Techniques for generating media content
US10368784B2 (en) Sensor data damping
EP2782046A2 (en) Information processing device, sensor device, information processing system, and storage medium
EP3933552B1 (en) Method and device for determining gaze position of user, storage medium, and electronic apparatus
EP3186599B1 (en) Feedback provision system
Jiang et al. Online robust action recognition based on a hierarchical model
TWI681798B (en) Scoring method and system for exercise course and computer program product
CN108491804A (en) A kind of method, relevant apparatus and the system of chess game displaying
CN109145809A (en) A kind of note spectrum processing method and device and computer readable storage medium
EP3088058A1 (en) Analysis device, recording medium, and analysis method
CN105850109A (en) Information processing device, recording medium, and information processing method
CN114513694A (en) Scoring determination method and device, electronic equipment and storage medium
US10192118B2 (en) Analysis device, recording medium, and analysis method
Taghavi et al. Tennis stroke detection using inertial data of a smartwatch
CN108491074B (en) Electronic device, exercise assisting method and related product
WO2018232557A1 (en) Exercise movement recognition method and apparatus, and electronic 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: 17914611

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17914611

Country of ref document: EP

Kind code of ref document: A1