WO2022237157A1 - 一种视频数据集标注方法及装置 - Google Patents
一种视频数据集标注方法及装置 Download PDFInfo
- Publication number
- WO2022237157A1 WO2022237157A1 PCT/CN2021/137579 CN2021137579W WO2022237157A1 WO 2022237157 A1 WO2022237157 A1 WO 2022237157A1 CN 2021137579 W CN2021137579 W CN 2021137579W WO 2022237157 A1 WO2022237157 A1 WO 2022237157A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- video
- labeling
- action
- label
- data set
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/78—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/783—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/78—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/7867—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using information manually generated, e.g. tags, keywords, comments, title and artist information, manually generated time, location and usage information, user ratings
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/40—Scenes; Scene-specific elements in video content
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present invention relates to the technical field of computer vision, and more specifically, to a video data set labeling method and device.
- video understanding has been widely used in video content analysis, intelligent surveillance, human-computer interaction and other fields.
- video behavior understanding based on deep learning, there are two more important tasks.
- One is video behavior classification, which mainly classifies trimmed videos according to the human behavior in them.
- the other type is video behavior detection, which aims to locate the start time and end time of an action in a long video.
- Video action detection as an important part of video understanding, has been extensively studied in the computer vision community.
- the existing video labeling schemes mainly have the following defects:
- Existing video annotation tools are mainly aimed at target detection, rather than marking the start and end time of an untrimmed video.
- existing video annotation tools have relatively simple functions and relatively simple interfaces. For a large amount of untrimmed data, there is no relatively convenient and full-featured labeling tool, and the labor cost is expensive. Due to the complexity of real-world videos, most of the existing video annotation tools can only annotate one type of tag after browsing a video. to consider.
- the existing labeling tools often cannot clearly reflect the time segment of the labeled label, which may easily lead to missing labels, repeated labeling, wrong labeling, etc. Sub-quality inspection, so it is also more important for the display of marked behavior segments.
- the purpose of the present invention is to overcome the above-mentioned defects in the prior art, and provide a video data set labeling method and device.
- a video data set labeling method includes the following steps:
- Step S1 Determine the data set label according to the set action category selection rule, and the data set label represents the type of short-term instantaneous action and cyclic action;
- Step S2 Filter out matching videos to be labeled according to the dataset tags
- Step S3 Upload the video to be labeled to the labeling tool platform for action detection and labeling, so as to determine the action type label and the corresponding start frame and end frame position.
- Step S4 Carry out sampling visual quality inspection on the labeling results and identify background samples and behavior segment samples through the behavior recognition model. Testing the labeling quality in this way can greatly save labor costs and improve accuracy.
- a video data set tagging device includes:
- Label selection module used to determine the data set label according to the set action category selection rules, and the data set label represents short-term instantaneous action and cyclic action type;
- Video retrieval module used to filter out matching videos to be marked according to the data set tags
- Dataset labeling module Upload the video to be labeled to the labeling tool platform for action detection and labeling, so as to determine the action type label and the corresponding start frame and end frame position.
- the present invention has the advantage that it provides a technical solution for tagging data sets for deep learning behavior timing detection, and first performs video plagiarism check on collected videos.
- the tags of the existing video data sets are screened according to certain rules, and the tags are structured by dismantling and merging, and are excluded according to certain rules, so as to more accurately start and stop different behaviors boundary.
- a video time sequence labeling tool is also designed to select the start and end frames of different labels for an input video, so that the time series of multiple labels can be better reflected, and the marked behavior segments can be displayed more intuitively.
- Fig. 1 is the flow chart of the video dataset labeling method according to one embodiment of the present invention.
- FIG. 2 is a schematic diagram of the overall process of a video dataset labeling method according to an embodiment of the present invention
- Fig. 3 is a schematic diagram of a video tagging tool tagging according to an embodiment of the present invention.
- Fig. 4 is a schematic flowchart of a video tagging tool according to an embodiment of the present invention.
- the provided video dataset labeling method includes the following steps:
- Step S110 selecting a data set label according to a set rule.
- data set labels through certain rules, for example, select common labels in general scenarios, rather than labels for specific groups of people in specific scenarios; exclude labels with broad action definitions; exclude mainly through the difference between interactive objects Instead of distinct and categorized labels for human pose changes; exclude base body state labels that are common in every action; split actions that can be broken down into atomic actions.
- tags are mainly divided into two categories: short-term transient actions and cyclic actions to divide the process cycle of actions.
- the selected data can be filtered by existing behavior recognition methods.
- the label is more reasonable, and the coarse-grained action can be divided into more subtle actions.
- Step S120 according to the selected tag search and filter out the videos to be tagged.
- the plagiarism checking process includes: for the video to be processed, perform a neighbor search in the video library, filter out candidate videos similar to the video to be processed, and obtain a set of candidate videos; calculate the distance between each candidate video and the video to be processed Similarity, obtain the similarity result; determine whether the video to be processed has passed the plagiarism check according to the similarity result.
- the similarity can be calculated by the Hamming distance of the hash values of the first frame and the last frame of the video.
- Step S130 upload the video to be marked to the labeling tool platform for action detection and labeling, so as to determine the action type label and the corresponding start frame and end frame position.
- the video is input to the labeling tool platform for video labeling, wherein the upper left is the selection area for actually labeling the start frame and the end frame; the upper right is the video selection area, which can be selected in batches (marked The video will display the labeled results); below the video selection is the label selection menu, the delete (delete), label (label), and save (save) buttons respectively have the functions of deleting the wrong operation box, labeling the operation box and saving the existing results.
- the function of labeling multiple labels at the same time can be realized, which has more practical significance.
- the lower part of the menu selection is the timeline (timeline) display area of the actual labeling results, which is convenient for labelers to check for wrong labels, missing labels and secondary quality inspection; the lower left is the video playback area, and the video can be quickly browsed through the slide bar.
- keyboard shortcuts can be set during actual labeling, so that labelers can label more quickly.
- the designed labeling tool platform has richer functions, more convenient operation, and a more intuitive interface, and using the above process for labeling is conducive to determining a clearer boundary and realizing a period of time. Label with multiple tags to reflect the start-stop correlation of the same behavior segment.
- the labeling rules and processes are more precise, reducing labeling bias and boundary uncertainty of temporal action localization.
- Step S140 performing quality inspection on the labeling results of the dataset.
- the video labeling tool After obtaining the results marked by the video labeling tool, it can be sampled and visualized for quality inspection, and the background sample and behavior segment sample can be identified through the model. Through this identification and detection, the quality of labeling can greatly save labor costs and at the same time improve precision. For example, it is identified by the TSN (Temporal Segment Networks) method.
- the method mainly consists of a spatial flow convolutional network and a temporal flow convolutional network. But unlike two-stream which uses a single frame or a single pile of frames, TSN uses a series of short clips that are sparsely sampled from the entire video, and each clip will give its own preliminary prediction of the behavior category, from the "consensus" of these clips ” to get video-level prediction results. During the learning process, the loss value of video-level prediction (loss value). The results are counted, and according to the quality inspection results, it can be determined whether the marked data set meets expectations.
- TSN Temporal Segment Networks
- the boundary matching network adopts a new time series nomination confidence evaluation mechanism-the boundary matching mechanism, and the boundary matching network based on the boundary matching mechanism.
- the BMN network can simultaneously generate a one-dimensional boundary probability sequence and a two-dimensional BM confidence map to densely evaluate the confidence scores of all possible temporal nominations.
- the dense boundary action generator network estimates dense boundary confidence maps for all action proposals through a fast, end-to-end dense boundary action generator.
- the Subgraph Localization Model for Temporal Action Detection transforms the temporal action detection problem into a subgraph localization problem by adaptively fusing multi-level semantic text information.
- the evaluation index is mainly represented by AR@AN, that is, it is judged by measuring the relationship between AR and the average number (AN) of the proposal. And calculated the area under the curve (AUC) of AR and AN as another evaluation indicator on the ActivityNet-1.3 dataset, where AN ranges from 0 to 100. It can be seen from Table 1 that the performance of existing video timing detection methods is much lower than other data sets due to the more accurate labeling results of the data set constructed based on the label screening method of the present invention.
- the present invention also provides a video data set labeling device, which is used to realize one or more aspects of the above method.
- the device includes: a label selection module: used to determine the data set label according to the set action category selection rule, and the data set label represents short-term instantaneous action and cyclic action type; video retrieval module: used to Set tags to filter out matching videos to be labeled; dataset labeling module: upload the videos to be labeled to the labeling tool platform for action detection and labeling, so as to determine the action type label and the corresponding start frame and end frame position.
- the present invention can be applied to video data set labeling in various fields, for example, for video assisted refereeing. Because the present invention is not sensitive to the speed and time of video movements, it can be widely used in various sports scenes, such as yoga with slow movements and gymnastics with rapid movements. Through a more precise labeling method, the boundary judgment between different actions can be made clearer. For example, for intelligent video review, abnormal action identification and judgment can be completed on the mobile terminal, and whether the abnormal action will occur can be judged by starting the action limit; it can also be applied to other identifications, such as abnormal detection of pipelines, etc.
- Another example, applied to smart security can directly perform action recognition on smart terminals with limited computing resources, such as smart glasses, drones, smart cameras, etc., directly feed back abnormal behaviors, and improve the immediacy and accuracy of patrolling.
- Video timing detection has a wide range of application values in the academic circle and the industry.
- the existing video datasets have a certain degree of high cost and cost when labeling.
- some definitions of action tags are relatively rough, which is not suitable for defining accurate action boundaries.
- different granularity of human actions will also bring difficulties in detection.
- the more precise labeling granularity of the present invention refers to the labeling characteristics of the existing behavior-related data sets, and performs exclusion, screening, and splitting according to the criteria in the selection of action categories.
- the existing video timing annotation tools have few functions and relatively simple interface.
- the present invention designs a video sequence detection tool.
- the video browsing area is set to help the annotator quickly preview the entire video, and provide functions such as fast forwarding;
- the start and end frame selection area uses different operations to annotate the start and end of the action, and represents the start and end frames through different markings;
- the label selection area select the label category in different segments, in order to facilitate multi-label labeling, the categories are classified and menu options;
- the operation menu area is used to add, delete and modify labels and the label display area to help labelers view the results, Avoid missing labels, relabeling, and wrong labeling.
- a labeling guide was also designed to clearly define the boundaries of each label through text and pictures through Wikipedia and related sports guides.
- the efficiency of labeling improves the efficiency and quality of labeling compared to pure manual work.
- the prior art is mainly through manual inspection.
- the present invention classifies the samples of the background segment and the behavior segment of the labeling result through the existing behavior recognition model. Compared with existing datasets, the boundary definition is more precise.
- the present invention can be a system, method and/or computer program product.
- a computer program product may include a computer readable storage medium having computer readable program instructions thereon for causing a processor to implement various aspects of the present invention.
- a computer readable storage medium may be a tangible device that can retain and store instructions for use by an instruction execution device.
- a computer readable storage medium may be, for example, but is not limited to, an electrical storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- Non-exhaustive list of computer-readable storage media include: portable computer diskettes, hard disks, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM), or flash memory), static random access memory (SRAM), compact disc read only memory (CD-ROM), digital versatile disc (DVD), memory stick, floppy disk, mechanically encoded device, such as a printer with instructions stored thereon A hole card or a raised structure in a groove, and any suitable combination of the above.
- RAM random access memory
- ROM read-only memory
- EPROM erasable programmable read-only memory
- flash memory static random access memory
- SRAM static random access memory
- CD-ROM compact disc read only memory
- DVD digital versatile disc
- memory stick floppy disk
- mechanically encoded device such as a printer with instructions stored thereon
- a hole card or a raised structure in a groove and any suitable combination of the above.
- computer-readable storage media are not to be construed as transient signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through waveguides or other transmission media (e.g., pulses of light through fiber optic cables), or transmitted electrical signals.
- Computer-readable program instructions described herein may be downloaded from a computer-readable storage medium to a respective computing/processing device, or downloaded to an external computer or external storage device over a network, such as the Internet, a local area network, a wide area network, and/or a wireless network.
- the network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, gateway computers, and/or edge servers.
- a network adapter card or a network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in each computing/processing device .
- Computer program instructions for performing operations of the present invention may be assembly instructions, instruction set architecture (ISA) instructions, machine instructions, machine-dependent instructions, microcode, firmware instructions, state setting data, or Source or object code written in any combination, including object-oriented programming languages—such as Smalltalk, C++, Python, etc., and conventional procedural programming languages—such as the “C” language or similar programming languages.
- Computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer, or entirely on the remote computer or server implement.
- the remote computer can be connected to the user computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (such as through the Internet using an Internet service provider). connect).
- electronic circuits such as programmable logic circuits, field programmable gate arrays (FPGAs) or programmable logic arrays (PLAs), can be customized by utilizing state information of computer-readable program instructions, which can Various aspects of the invention are implemented by executing computer readable program instructions.
- These computer-readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine such that when executed by the processor of the computer or other programmable data processing apparatus , producing an apparatus for realizing the functions/actions specified in one or more blocks in the flowchart and/or block diagram.
- These computer-readable program instructions can also be stored in a computer-readable storage medium, and these instructions cause computers, programmable data processing devices and/or other devices to work in a specific way, so that the computer-readable medium storing instructions includes An article of manufacture comprising instructions for implementing various aspects of the functions/acts specified in one or more blocks in flowcharts and/or block diagrams.
- each block in a flowchart or block diagram may represent a module, a portion of a program segment, or an instruction that includes one or more Executable instructions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
- each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified function or action , or may be implemented by a combination of dedicated hardware and computer instructions. It is well known to those skilled in the art that implementation by means of hardware, implementation by means of software, and implementation by a combination of software and hardware are all equivalent.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Library & Information Science (AREA)
- Multimedia (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Evolutionary Computation (AREA)
- Evolutionary Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Computational Biology (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (10)
- 一种视频数据集标注方法,包括以下步骤:步骤S1:根据设定的动作类别选择规则确定数据集标签,该数据集标签表征短时间的瞬时动作和循环动作类型;步骤S2:根据所述数据集标签筛选出匹配的待标注视频;步骤S3:将待标注视频上传至标注工具平台进行动作行为检测和标注,以确定动作行为类型标签以及对应的起始帧和结束帧位置。
- 根据权利要求1所述的方法,其特征在于,所述根据设定的动作类别选择规则确定数据集标签包括:选择通用场景下的常见标签,并排除非特定场景特定人群类的标签;排除动作定义宽泛的标签;排除通过交互对象的差异性区分而非人类姿态变化的不同而分类的标签;排除在每个动作中都通用的基础身体状态标签;对于可拆分的动作进行拆分,以获得细粒度标签。
- 根据权利要求1所述的方法,其特征在于,步骤S2包括:根据所述数据集标签搜集相关视频,并进行查重和筛选,其中查重通过对视频第一帧和最后一帧的哈希值的汉明距离来计算相似性;根据相似性结果确定待处理视频是否通过查重检测。
- 根据权利要求1所述的方法,其特征在于,所述标注工具平台设有起始帧选择区域、视频选择区域、标签选择区域、结果显示区域以及视频播放区域,其中,所述起始帧选择区域用于供用户标注起始帧与结束帧;所述视频选择区域用于供用于选择待标注的一个或多个视频;所述标签选择区域用于供用户标注动作行为标签;所述结果显示区域用于向用户显示标注起始时间;所述视频播放区域用于向用户显示待标注视频的连续多帧图像,以供标注动作行为的起始帧。
- 根据权利要求4所述的方法,其特征在于,步骤S3包括:输入待标注视频并点击播放键或通过滑动条浏览待标注视频;在所述视频选择区域,显示连续的24帧图像,以供用户选择待标注动作行为的起始帧和结束帧;通过所述标签选择区域的菜单栏添加标签,并选定标签的开始和结束;通过所述结果显示区域的时间轴检测已标注行为片段,以供用户检查错标、漏标以及二次质检;通过设置在所述标签选择区域的保存,删除菜单对标注结果进行选择。
- 根据权利要求1所述的方法,其特征在于,还包括:步骤S4:对标注结果进行抽样可视化质检并通过行为识别模型对背景样例以及行为段样例进行识别。
- 根据权利要求6所述的方法,其特征在于,步骤S4包括:采用TSN行为识别模型对背景视频段以及行为视频段进行识别,给出其本身对于行为类别的预测类别得分,从而检验标注结果质量。
- 一种视频数据集标注装置,包括:标签选择模块:用于根据设定的动作类别选择规则确定数据集标签,该数据集标签表征短时间的瞬时动作和循环动作类型;视频检索模块:用于根据所述数据集标签筛选出匹配的待标注视频;数据集标注模块:将待标注视频上传至标注工具平台进行动作行为检测和标注,以确定动作行为类型标签以及对应的起始帧和结束帧位置。
- 一种计算机可读存储介质,其上存储有计算机程序,其中,该程序被处理器执行时实现根据权利要求1至7中任一项所述方法的步骤。
- 一种计算机设备,包括存储器和处理器,在所述存储器上存储有能够在处理器上运行的计算机程序,其特征在于,所述处理器执行所述程序时实现权利要求1至7中任一项所述的方法的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110505869.1 | 2021-05-10 | ||
| CN202110505869.1A CN113139096B (zh) | 2021-05-10 | 2021-05-10 | 一种视频数据集标注方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022237157A1 true WO2022237157A1 (zh) | 2022-11-17 |
Family
ID=76818024
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/137579 Ceased WO2022237157A1 (zh) | 2021-05-10 | 2021-12-13 | 一种视频数据集标注方法及装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN113139096B (zh) |
| WO (1) | WO2022237157A1 (zh) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116229315A (zh) * | 2023-02-08 | 2023-06-06 | 中国人民解放军海军军医大学第一附属医院 | 基于由粗到细粒度信息捕捉的时序动作检测方法及装置 |
| CN117892823A (zh) * | 2023-12-27 | 2024-04-16 | 中国科学院自动化研究所 | 兵棋数据的标注方法、系统、存储介质和电子设备 |
| CN118861356A (zh) * | 2024-09-26 | 2024-10-29 | 中关村科学城城市大脑股份有限公司 | 基于内容识别的视频数据存储方法、装置、设备和介质 |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113139096B (zh) * | 2021-05-10 | 2024-04-23 | 中国科学院深圳先进技术研究院 | 一种视频数据集标注方法及装置 |
| CN114373075A (zh) * | 2021-12-31 | 2022-04-19 | 西安电子科技大学广州研究院 | 目标部件检测数据集的构建方法、检测方法、装置及设备 |
| CN114782856A (zh) * | 2022-03-14 | 2022-07-22 | 上海交通大学 | 基于bm-cnn模型的短视频app中危险动作识别方法及系统 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110457494A (zh) * | 2019-08-01 | 2019-11-15 | 新华智云科技有限公司 | 数据标注方法、装置、电子设备及存储介质 |
| CN110996138A (zh) * | 2019-12-17 | 2020-04-10 | 腾讯科技(深圳)有限公司 | 一种视频标注方法、设备及存储介质 |
| CN112101297A (zh) * | 2020-10-14 | 2020-12-18 | 杭州海康威视数字技术股份有限公司 | 训练数据集确定方法、行为分析方法、装置、系统及介质 |
| CN113139096A (zh) * | 2021-05-10 | 2021-07-20 | 中国科学院深圳先进技术研究院 | 一种视频数据集标注方法及装置 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112163122B (zh) * | 2020-10-30 | 2024-02-06 | 腾讯科技(深圳)有限公司 | 确定目标视频的标签的方法、装置、计算设备及存储介质 |
-
2021
- 2021-05-10 CN CN202110505869.1A patent/CN113139096B/zh active Active
- 2021-12-13 WO PCT/CN2021/137579 patent/WO2022237157A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110457494A (zh) * | 2019-08-01 | 2019-11-15 | 新华智云科技有限公司 | 数据标注方法、装置、电子设备及存储介质 |
| CN110996138A (zh) * | 2019-12-17 | 2020-04-10 | 腾讯科技(深圳)有限公司 | 一种视频标注方法、设备及存储介质 |
| CN112101297A (zh) * | 2020-10-14 | 2020-12-18 | 杭州海康威视数字技术股份有限公司 | 训练数据集确定方法、行为分析方法、装置、系统及介质 |
| CN113139096A (zh) * | 2021-05-10 | 2021-07-20 | 中国科学院深圳先进技术研究院 | 一种视频数据集标注方法及装置 |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116229315A (zh) * | 2023-02-08 | 2023-06-06 | 中国人民解放军海军军医大学第一附属医院 | 基于由粗到细粒度信息捕捉的时序动作检测方法及装置 |
| CN117892823A (zh) * | 2023-12-27 | 2024-04-16 | 中国科学院自动化研究所 | 兵棋数据的标注方法、系统、存储介质和电子设备 |
| CN118861356A (zh) * | 2024-09-26 | 2024-10-29 | 中关村科学城城市大脑股份有限公司 | 基于内容识别的视频数据存储方法、装置、设备和介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN113139096A (zh) | 2021-07-20 |
| CN113139096B (zh) | 2024-04-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2022237157A1 (zh) | 一种视频数据集标注方法及装置 | |
| US11836996B2 (en) | Method and apparatus for recognizing text | |
| Zhou et al. | Salient region detection using diffusion process on a two-layer sparse graph | |
| US10438050B2 (en) | Image analysis device, image analysis system, and image analysis method | |
| CN108334627B (zh) | 新媒体内容的搜索方法、装置和计算机设备 | |
| Zhao et al. | Effective local and global search for fast long-term tracking | |
| CN110175609A (zh) | 界面元素检测方法、装置及设备 | |
| Zang et al. | Multimodal icon annotation for mobile applications | |
| Qasim et al. | Dense video captioning: A survey of techniques, datasets and evaluation protocols | |
| EP3172681A1 (en) | Identifying presentation styles of educational videos | |
| CN118864863B (zh) | 一种基于多模态数据融合的目标分割方法及图像标注工具 | |
| Bhanbhro et al. | Symbol detection in a multi-class dataset based on single line diagrams using deep learning models | |
| CN119903243A (zh) | 题库生成方法、装置、存储介质及电子设备 | |
| Huang et al. | Visual attention learning and antiocclusion-based correlation filter for visual object tracking | |
| CN111639234B (zh) | 用于挖掘核心实体关注点的方法和装置 | |
| CN120413073B (zh) | 基于深度学习的热射病病理数据整合用信息收集处理方法 | |
| Jeong et al. | Automatic detection of slide transitions in lecture videos | |
| Gu et al. | Adopd: A large-scale document page decomposition dataset | |
| Sindel et al. | SliTraNet: automatic detection of slide transitions in lecture videos using convolutional neural Networks | |
| WO2025055625A1 (zh) | 一种缺陷检测模型的迁移方法、装置、设备及存储介质 | |
| CN114863142B (zh) | 用户界面识别智能化测试方法、装置、终端及存储介质 | |
| Bergh et al. | A curated set of labeled code tutorial images for deep learning | |
| CN117290542A (zh) | 视频问答方法、计算机设备及存储介质 | |
| CN114842379A (zh) | 标识检测方法、装置、电子设备及存储介质 | |
| CN115116103A (zh) | 视频质量检测方法、装置、设备及计算机可读存储介质 |
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: 21941719 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: 21941719 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 270524) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21941719 Country of ref document: EP Kind code of ref document: A1 |
