All Projects → sjm1992st → video_seg

sjm1992st / video_seg

Licence: other
视频片段提取

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to video seg

xgen
XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator
Stars: ✭ 153 (+992.86%)
Mutual labels:  xml
advxml
A lightweight, simple and functional library DSL to work with XML in Scala with Cats
Stars: ✭ 54 (+285.71%)
Mutual labels:  xml
web-mode-edit-element
Helper-functions for attribute- and element-handling
Stars: ✭ 18 (+28.57%)
Mutual labels:  xml
IntroApp
This Android app adds splash screen slides to make a great intro for an app.
Stars: ✭ 16 (+14.29%)
Mutual labels:  xml
folia
FoLiA: Format for Linguistic Annotation - FoLiA is a rich XML-based annotation format for the representation of language resources (including corpora) with linguistic annotations. A wide variety of linguistic annotations are supported, making FoLiA a useful format for NLP tasks and data interchange. Note that the actual Python library for proces…
Stars: ✭ 56 (+300%)
Mutual labels:  xml
fox
A Fortran XML library
Stars: ✭ 51 (+264.29%)
Mutual labels:  xml
zwift-workout-file-reference
Reference documentation for the Zwift workout file format
Stars: ✭ 54 (+285.71%)
Mutual labels:  xml
pyEDAA.IPXACT
An IP-XACT DOM for IEEE 1685-2014 in Python.
Stars: ✭ 13 (-7.14%)
Mutual labels:  xml
InshortApp
Demo app like inshort
Stars: ✭ 28 (+100%)
Mutual labels:  xml
QSerializer
This repo for Qt/C++ serialization objects in JSON or XML based on QtCore
Stars: ✭ 33 (+135.71%)
Mutual labels:  xml
dreamland world
DreamLand MUD: all configuration files, and some areas for local dev
Stars: ✭ 16 (+14.29%)
Mutual labels:  xml
XPath2.Net
Lightweight XPath2 for .NET
Stars: ✭ 26 (+85.71%)
Mutual labels:  xml
json2xml
json to xml converter in python3
Stars: ✭ 76 (+442.86%)
Mutual labels:  xml
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (+0%)
Mutual labels:  xml
spec
Just Data. Save up to 85% network bandwidth and storage.
Stars: ✭ 86 (+514.29%)
Mutual labels:  xml
xrechnung-visualization
XSL transformators for web and pdf rendering of German CIUS XRechnung or EN16931-1:2017 [MIRROR OF GitLab]
Stars: ✭ 26 (+85.71%)
Mutual labels:  xml
VBA-IDE-Code-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 89 (+535.71%)
Mutual labels:  xml
sitewriter
A rust library to generate sitemaps.
Stars: ✭ 18 (+28.57%)
Mutual labels:  xml
vxquery
Mirror of Apache VXQuery
Stars: ✭ 19 (+35.71%)
Mutual labels:  xml
Fore
Fore - declarative programming with web components
Stars: ✭ 34 (+142.86%)
Mutual labels:  xml

本代码是实习时为视频动作识别项目写的制作训练数据集的代码,前期是人工标注,标注结果得到的是标注信息xml文件,下面是根据标注文件xml对视频进行片段切分

视频片段提取代码

输入视频文件.mkv和标注文件信息.xml,根据标注文件xml中的帧位置信息提取相应片段,保存到输出路径下,示例如下: 主程序video_seg.py
Alt text
程序输出-- 程序自动根据xml中的标签自动为每个标签分别建立文件夹,如下
Alt text
程序根据xml标注信息切分视频文件,将切分得到的动作片段自动存放到对应的标签文件夹下:xml
Alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].