CN112995346A - Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform - Google Patents

Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform Download PDF

Info

Publication number
CN112995346A
CN112995346A CN202110503280.8A CN202110503280A CN112995346A CN 112995346 A CN112995346 A CN 112995346A CN 202110503280 A CN202110503280 A CN 202110503280A CN 112995346 A CN112995346 A CN 112995346A
Authority
CN
China
Prior art keywords
equipment
synchronous
task
synchronization
face
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110503280.8A
Other languages
Chinese (zh)
Inventor
杨帆
姜震亚
胡建国
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Zhenshi Intelligent Technology Co Ltd
Original Assignee
Nanjing Zhenshi Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Zhenshi Intelligent Technology Co Ltd filed Critical Nanjing Zhenshi Intelligent Technology Co Ltd
Priority to CN202110503280.8A priority Critical patent/CN112995346A/en
Publication of CN112995346A publication Critical patent/CN112995346A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation

Abstract

The invention discloses a method, a device, a terminal and a storage medium for data synchronization of Internet of things equipment and a cloud platform, wherein the method comprises the following steps: recording equipment configuration information of terminal equipment which establishes connection with the IOT platform by using a scheduling service of the IOT platform; the target equipment initiates a synchronization request; the scheduling service searches for other equipment with the same equipment configuration information as the target equipment, takes the other equipment or the other equipment and the target equipment together as synchronous equipment, and issues a synchronous task of the cloud platform to the synchronous equipment through the IOT platform; and after the synchronous device completes the synchronous task, the IOT platform sends a synchronous execution result to the target device. According to the invention, other devices which are mounted on the cloud platform and have the same configuration as the target device are used for performing parallel processing on the synchronous task, and because different devices have errors in face feature extraction, the difference between the devices can be shielded, the execution time of the synchronous task of the original single device is greatly shortened, and the consistency of feature extraction is ensured.

Description

Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform
Technical Field
The invention relates to the technical field of IOT (Internet of things) platforms, in particular to a method and a system for synchronizing data of Internet of things equipment and a cloud platform.
Background
In a public cloud environment, a face recognition system is built, and except that a server needs to be equipped with an algorithm machine to maintain a face feature library for face recognition. Considering the situations of periodical version release and online shutdown of the server, in order to enable the device to operate independently from the server, generally conservative measures are taken to encapsulate the step of sending data into a synchronous task, such as: and sending the face photo to the equipment terminal through the server. The task content synchronization comprises the following steps: and the equipment terminal downloads the photos to the local, extracts the face features and incorporates the face features into a local feature library. If the number of photos in one task is too large, the overall time consumption is huge.
Moreover, in the actual use process, the extracted face features are influenced by equipment terminal hardware (mainly a CPU (central processing unit) architecture), software (algorithm version) and the like, and the results are different.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method, a device, a terminal and a storage medium for synchronizing data of Internet of things equipment and a cloud platform, wherein the method, the device, the terminal and the storage medium are short in time consumption and consistent in feature extraction result.
In order to solve the technical problems, the invention adopts the technical scheme that:
an embodiment of the invention provides a method for synchronizing data of an internet of things device and a cloud platform, which is characterized by comprising the following steps:
recording equipment configuration information of terminal equipment which establishes connection with the IOT platform by using a scheduling service of the IOT platform;
searching equipment with the same equipment configuration information as synchronous equipment, and issuing a synchronous task of the cloud platform to the synchronous equipment by the scheduling service through the IOT platform;
and after the synchronous device completes the synchronous task, the IOT platform sends a synchronous execution result to the target device.
An embodiment of the present invention provides a device for synchronizing data between an internet of things device and a cloud platform, which is characterized by including:
the IOT service module: the connection equipment end communicates with the IOT server end;
a device management module: storing the SN number of the equipment end;
and the authentication module: the device SN number is used for verifying and comparing the device SN number with the SN number stored in the device management module when the device is connected with the IOT server;
a scheduling service module: for synchronization task evaluation, segmentation and synchronization message routing;
the cloud platform service module: for the user to initiate a synchronization task.
An embodiment of the present invention provides a terminal, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and is characterized in that when the processor executes the computer program, the steps of a data synchronization method between an internet of things device and a cloud platform are implemented.
An embodiment of the present invention provides a computer-readable storage medium, which stores a computer program, where the computer program, when executed by a processor, implements steps of a data synchronization method between an internet of things device and a cloud platform.
Compared with the prior art, the invention has the beneficial effects that:
the invention utilizes other devices which are mounted on the cloud platform and have the same device configuration information (CPU framework and algorithm machine version) with the target device to perform synchronous task parallel processing, and because the devices have different CPU frameworks and algorithm machine versions, human face feature extraction has errors.
Drawings
FIG. 1 illustrates a communication process between an IOT server and a device terminal;
fig. 2 is a device side initial registration flow;
FIG. 3 is a flow of scheduling service synchronization device registration information to other devices;
FIG. 4 is a slicing of a sync task into block task flows;
FIG. 5 is a block task parallel execution flow;
fig. 6 shows a practical application scenario of the present invention.
Detailed Description
The invention is described by taking android devices as examples, but is not limited to android devices, and is also applicable to OS system devices or other operating system devices.
According to the invention, the effect of synchronizing data of the target equipment from the cloud platform is realized through the IOT service. The devices are connected through the IOT, after the synchronous task is issued, the task is divided in the scheduling service and distributed to other devices (devices with the same device configuration information) with the same model or other devices and the target device for parallel processing, and after the parallel processing of the synchronous devices is successful, the IOT platform reversely sends the parallel processing result to the target device.
Example 1
A method for synchronizing data of Internet of things equipment and cloud platform comprises the following steps:
s1, recording equipment configuration information of terminal equipment connected with an IOT platform by a scheduling service of the IOT platform:
the process of establishing communication between the IOT server and the device terminal is shown in fig. 1:
firstly, adding equipment information on a cloud platform by a user;
secondly, adding equipment on the IOT platform through the IOT service module by the cloud platform, and storing equipment information by the equipment management module;
thirdly, starting the equipment, establishing long connection between the equipment end and the IOT platform through the SN number and carrying out authentication through the SN;
and fourthly, if the authentication is successful, each device subscribes the SN theme through the SN number to realize the concurrent isolation of the device end. The SN numbers are distinguished through SN numbers, namely/d/s/SN data channels, data transmission is carried out through the channels, and data isolation can be achieved without mutual interference. Such as devices sending messages to sn1, with topic/d/s/sn 1; messages sent to the devices of sn2 are with topic/d/s/sn 2.
The device side initializes the registration process, as shown in fig. 2:
firstly, after passing the authentication, the equipment establishes long connection with an IOT platform;
and secondly, sending registration information, namely the IP and the port of the equipment and equipment configuration information (CPU architecture and algorithm machine loading version) to the IOT platform.
And thirdly, the IOT platform synchronizes the IP and the port of the equipment and the equipment information to the dispatching service module.
The target device initiates a synchronization request (here, a synchronization face task is taken as an example); the scheduling service searches the equipment with the same equipment configuration information as the synchronous equipment, and issues the synchronous face task of the cloud platform to the synchronous equipment through the IOT platform:
after the target device initiates the synchronization request, the scheduling service synchronizes the device registration information to other devices, and the registration process is shown in fig. 3:
in the first step, the device sn1 sends registration information to the IOT platform;
the second step, the IOT platform synchronously registers information to the dispatching service;
thirdly, recording the association relation information: device information and device sn1, device sn1 and device IP and port;
and fourthly, searching the online equipment with the same configuration information according to the equipment. Assuming the same configuration equipment, sn2, sn 3;
fifthly, informing the IOT platform to send the IP of the equipment and the ports to sn2, sn3 in a group manner;
sixthly, the IOT platform informs sn2 and sn3 that the contents are as follows: sn1 corresponding IP and port.
After the synchronization device finishes registering, the synchronization task segmentation is started, and the synchronization task is segmented into a flow of block tasks, as shown in fig. 4:
firstly, the cloud platform initiates a synchronous task request to the IOT platform according to the sn1, wherein the request comprises a face library identification token 1.
And secondly, the IOT platform transparently transmits the message to the equipment.
And thirdly, the target equipment initiates application of synchronous face library content to the IOT platform according to the token 1.
Fourthly, the IOT platform is transmitted to the cloud platform
Fifthly, after receiving the message, the cloud platform issues the face library content according to token 1.
Sixthly, the IOT platform forwards the face content corresponding to the token1 to the scheduling service.
And seventhly, estimating the task size by the scheduling service.
If the task size is smaller than the threshold value, the first branch is taken:
the threshold is related to the block processing amount, and is assumed to be 100, and is smaller than the threshold as long as the number of faces in the synchronization task is smaller than 100. Taking 80 faces in synchronization as an example, the task size is smaller than the threshold.
Branching one: and step eight, informing the IOT platform to issue the synchronous task according to the sn 1.
Branching one: and step nine, the IOT platform directly issues the face content corresponding to the token1 to the corresponding equipment.
And if the task size is larger than the threshold value, a branch II is taken:
taking the threshold value of 100 and 680 human faces as an example, the task size is larger than the threshold value.
And branch two: and step eight, segmenting the task into a plurality of blocks.
And one synchronous task synchronizes 680 human faces, and each block can process 100 human faces, so that the number of the segmented blocks is 7. A block number is assigned to each block, such as: block number B1 for block 1, B2 for block 2, and B7 for … and block 7.
And branch two: and step nine, searching the online equipment with the same configuration information (the CPU architecture and the algorithm version are the same) and acquiring all the equipment sn meeting the conditions.
And branch two: step ten, numbering each device sn, such as: assuming that two devices meet the conditions, the device one specifies the number: 0, device two specifies the number: 1.
and branch two: and step ten, taking a hash value for the block number, and then taking a module to obtain a digital number corresponding to the step ten. The formula is as follows: block number hash value% number of devices = number.
Taking the number of blocks as 7 and the number of devices as 2 as an example, the calculation result obtained according to the modulus formula will fall within the range of 0-1, and exactly correspond to the number of the number corresponding to the tenth step.
Taking the number of blocks as 6 and the number of equipment as 6 as an example, the calculation result obtained according to the modulus formula will fall within the range of 0-5, and so on, and the corresponding equipment is assigned with the label number of 0-5.
And branch two: and step ten, according to the step ten and the step eleven, reversely checking and finding the equipment sn according to the number.
And branch two: and step three, issuing the blocking tasks in batches according to the hit equipment sn.
The block tasks of the blocks are executed in parallel, and the flow is shown in fig. 5:
assume that the block tasks are two:
in the first step, tasks 1 are issued to sn2, and the execution result is returned to the task scheduling module.
And in the second step, the tasks 2 are issued to the sn3, and the execution result is returned to the task scheduling module.
And thirdly, the scheduling task module collects the execution results (collects the face characteristic values extracted by each synchronous device).
After the synchronization device completes the synchronization task, the IOT platform sends the synchronization execution result to the target device, as shown in fig. 5:
and fourthly, sending an execution result to the IOT platform according to the target equipment.
And fifthly, the IOT platform issues an execution result (the summarized face characteristic value) to the target equipment.
Example 2
An internet of things device and cloud platform data synchronization device, comprising:
the IOT service module: the connection equipment end communicates with the IOT server end;
a device management module: storing the SN number of the equipment end;
and the authentication module: the device SN number is used for verifying and comparing the device SN number with the SN number stored in the device management module when the device is connected with the IOT server;
a scheduling service module: for synchronization task evaluation, segmentation and synchronization message routing;
the cloud platform service module: for the user to initiate a synchronization task.
The method for realizing synchronous task evaluation, segmentation and synchronous message routing by the scheduling service module comprises the following steps:
step 1, a user initiates a synchronous face library task on a cloud platform, and the cloud platform sends the synchronous face library task to an IOT platform through an SN;
step 2, the IOT platform transmits the SN to the target equipment;
step 3, after receiving the request, the target equipment initiates a request to the IOT to synchronize the contents of the face library, and the IOT platform transmits the contents to the cloud platform;
step 4, the cloud platform formally initiates a request for issuing the face library content to the IOT platform, and the IOT platform forwards the face library content to the scheduling service;
step 5, the scheduling service estimates the task scale first, and carries out synchronous tasks according to the task scale: when the task scale is smaller than the threshold value, executing the step 6 and the step 7; when the task size is larger than the threshold value, executing the step 8 to the step 10;
step 6, notifying the IOT platform to issue a synchronization task according to the SN;
step 7, the IOT platform directly issues the face content corresponding to the face library task to the target equipment; the target equipment downloads the face content and extracts the face characteristic value to a local characteristic library;
step 8, segmenting the synchronous task into a plurality of blocks;
step 9, searching all online devices with the same device configuration information as synchronous devices, and obtaining all synchronous devices sn;
step 10, distributing blocking tasks to all synchronous equipment in batches according to all synchronous equipment sn, downloading face content and extracting face characteristic values to a local characteristic library by the synchronous equipment;
and 11, after the synchronization equipment completes the synchronization task, the IOT platform sends the extracted face characteristic value to the target equipment.
Example 3
A terminal comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor executes the computer program to realize the steps of the data synchronization method of the Internet of things equipment and a cloud platform.
Example 4
A computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of a method for synchronizing data of an internet of things device with a cloud platform.

Claims (10)

1. A method for synchronizing data of Internet of things equipment and cloud platform is characterized by comprising the following steps:
s1, recording equipment configuration information of terminal equipment which is connected with an IOT platform by a scheduling service of the IOT platform;
s2, target equipment initiates a synchronization request; the scheduling service searches other equipment with the same equipment configuration information as the target equipment, takes the other equipment as synchronous equipment or takes the other equipment and the target equipment together as the synchronous equipment, and issues a synchronous task of the cloud platform to the synchronous equipment through the IOT platform;
and S3, after the synchronization device completes the synchronization task, the IOT platform sends a synchronization execution result to the target device.
2. The method according to claim 1, wherein in step S2, the method for the scheduling service to issue the synchronization task of the cloud platform to the synchronization device through the IOT platform is:
segmenting the synchronization task into a plurality of blocks;
acquiring all synchronous equipment sn;
and issuing blocking tasks to all the synchronous equipment in batches according to all the synchronous equipment sn, downloading the face content by the synchronous equipment and extracting the face features to a local feature library.
3. The method according to claim 2, wherein the method for issuing the blocking task in batch according to all synchronous devices sn is as follows:
step 101, numbering each piece of synchronous equipment sn;
102, taking a hash value of the block number segmented by the synchronous task, and then taking a module to obtain a digital number corresponding to the step 101;
103, according to the step 101 and the step 102, reversely searching equipment sn according to the number corresponding to the step 101;
and 104, issuing the blocking tasks in batches according to the hit equipment sn.
4. The method of claim 3, wherein the formula of taking the modulus is: block number hash value% number of devices = number.
5. The method of claim 2, wherein after the synchronization device completes the synchronization task, the IOT platform sends the synchronization execution result to the target device; and the synchronous execution result is a face characteristic value array extracted by all synchronous equipment.
6. The method according to claim 1, wherein step S2 comprises the steps of:
step 1, a user initiates a synchronous face library task on a cloud platform, and the cloud platform sends the synchronous face library task to an IOT platform through an SN;
step 2, the IOT platform transmits the SN to the target equipment;
step 3, after receiving the request, the target equipment initiates a request to the IOT to synchronize the contents of the face library, and the IOT platform transmits the contents to the cloud platform;
step 4, the cloud platform formally initiates a request for issuing the face library content to the IOT platform, and the IOT platform forwards the face library content to the scheduling service;
step 5, the scheduling service estimates the task scale first, and carries out synchronous tasks according to the task scale: when the task scale is smaller than the threshold value, executing the step 6 and the step 7; when the task size is larger than the threshold value, executing the step 8 to the step 10;
step 6, notifying the IOT platform to issue a synchronization task according to the SN;
step 7, the IOT platform directly issues the face content corresponding to the face library task to the target equipment; the target equipment downloads the face content and extracts the face characteristic value to a local characteristic library;
step 8, segmenting the synchronous task into a plurality of blocks;
step 9, searching all online devices with the same device configuration information as synchronous devices, and obtaining all synchronous devices sn;
step 10, distributing blocking tasks to all synchronous equipment in batches according to all synchronous equipment sn, downloading face content and extracting face characteristic values to a local characteristic library by the synchronous equipment;
and 11, after the synchronization equipment completes the synchronization task, the IOT platform sends the extracted face characteristic value to the target equipment.
7. The utility model provides a device of thing networking equipment and cloud platform data synchronization which characterized in that includes:
the IOT service module: the connection equipment end communicates with the IOT server end;
a device management module: storing the SN number of the equipment end;
and the authentication module: the device SN number is used for verifying and comparing the device SN number with the SN number stored in the device management module when the device is connected with the IOT server;
a scheduling service module: for synchronization task evaluation, segmentation and synchronization message routing;
the cloud platform service module: for the user to initiate a synchronization task.
8. The apparatus of claim 7, wherein the method for the scheduler service module to perform the evaluation, segmentation and routing of the synchronization tasks comprises:
step 1, a user initiates a synchronous face library task on a cloud platform, and the cloud platform sends the synchronous face library task to an IOT platform through an SN;
step 2, the IOT platform transmits the SN to the target equipment;
step 3, after receiving the request, the target equipment initiates a request to the IOT to synchronize the contents of the face library, and the IOT platform transmits the contents to the cloud platform;
step 4, the cloud platform formally initiates a request for issuing the face library content to the IOT platform, and the IOT platform forwards the face library content to the scheduling service;
step 5, the scheduling service estimates the task scale first, and carries out synchronous tasks according to the task scale: when the task scale is smaller than the threshold value, executing the step 6 and the step 7; when the task size is larger than the threshold value, executing the step 8 to the step 10;
step 6, notifying the IOT platform to issue a synchronization task according to the SN;
step 7, the IOT platform directly issues the face content corresponding to the face library task to the target equipment; the target equipment downloads the face content and extracts the face characteristic value to a local characteristic library;
step 8, segmenting the synchronous task into a plurality of blocks;
step 9, searching all online devices with the same device configuration information as synchronous devices, and obtaining all synchronous devices sn;
step 10, distributing blocking tasks to all synchronous equipment in batches according to all synchronous equipment sn, downloading face content and extracting face characteristic values to a local characteristic library by the synchronous equipment;
and 11, after the synchronization equipment completes the synchronization task, the IOT platform sends the extracted face characteristic value to the target equipment.
9. A terminal comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of claims 1-6 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202110503280.8A 2021-05-10 2021-05-10 Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform Pending CN112995346A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110503280.8A CN112995346A (en) 2021-05-10 2021-05-10 Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110503280.8A CN112995346A (en) 2021-05-10 2021-05-10 Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform

Publications (1)

Publication Number Publication Date
CN112995346A true CN112995346A (en) 2021-06-18

Family

ID=76337354

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110503280.8A Pending CN112995346A (en) 2021-05-10 2021-05-10 Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform

Country Status (1)

Country Link
CN (1) CN112995346A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130152101A1 (en) * 2011-12-08 2013-06-13 International Business Machines Corporation Preparing parallel tasks to use a synchronization register
CN111277982A (en) * 2020-01-08 2020-06-12 南京甄视智能科技有限公司 Face retrieval method and system for reducing IOT platform server consumption
CN111614785A (en) * 2020-06-03 2020-09-01 成都智视慧语科技有限公司 Edge AI (Artificial Intelligence) computing cluster based on micro-container cloud
CN112149087A (en) * 2020-08-24 2020-12-29 深圳达实软件有限公司 Rapid authorization method for face authority

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130152101A1 (en) * 2011-12-08 2013-06-13 International Business Machines Corporation Preparing parallel tasks to use a synchronization register
CN111277982A (en) * 2020-01-08 2020-06-12 南京甄视智能科技有限公司 Face retrieval method and system for reducing IOT platform server consumption
CN111614785A (en) * 2020-06-03 2020-09-01 成都智视慧语科技有限公司 Edge AI (Artificial Intelligence) computing cluster based on micro-container cloud
CN112149087A (en) * 2020-08-24 2020-12-29 深圳达实软件有限公司 Rapid authorization method for face authority

Similar Documents

Publication Publication Date Title
CN101595668B (en) Method and system for establishing a logical path between servers in a coordinated timing network
CN108282527A (en) Generate the distributed system and method for Service Instance
CN110502310B (en) Time synchronization method and device of virtual machine
CN107197036A (en) A kind of consistent processing method of information based on block chain and terminal
CN111708794B (en) Data comparison method and device based on big data platform and computer equipment
CN112380225B (en) Time sequence data synchronization method, device, equipment and storage medium
CN111614769A (en) Intelligent behavior analysis engine system of deep learning technology and control method
CN114647698A (en) Data synchronization method and device and computer storage medium
CN113763211A (en) Infringement detection method and device based on block chain and electronic equipment
CN103957258A (en) Trans-regional data communication method and system
CN106844727B (en) Mass image characteristic data distributed acquisition processing and grading application system and method
CN113129002A (en) Data processing method and equipment
CN112995346A (en) Method, device, terminal and storage medium for data synchronization of Internet of things equipment and cloud platform
CN109271454A (en) A kind of method and the network equipment that data are synchronous
CN116132625A (en) Supervision method and device for transaction flow
CN112202863B (en) Data synchronization method and device, electronic equipment and readable storage medium
CN112070456B (en) Method for issuing task, terminal equipment, robot and storage medium
CN115082038A (en) System integration method and device and electronic equipment
CN114547182A (en) Personnel information synchronization method, terminal device and storage medium
CN112989078A (en) Data processing method and device, computer equipment and storage medium
CN112910595A (en) Real-time communication method and device
CN112422682A (en) Data transmission method and device, storage medium, and electronic device
CN111191612A (en) Video image matching method and device, terminal equipment and readable storage medium
CN107171820A (en) Information transfer, transmission, acquisition methods and device
CN114979153B (en) Load balancing method, computer equipment and storage device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210618

RJ01 Rejection of invention patent application after publication