Code Monkey home page Code Monkey logo

tvmce's Introduction

TVMCE Dataset

TV shows MultiCamera Editing

It is the data used in Temporal and Contextual Transformer for Multi-Camera Editing of TV Shows

Download

Check the project website.

Folder structure

Notes:

  • For track selection, we only use frame that its boundary label is 1, since we care where the choice of camera tracks on the shot boundary.
  • For data transfer efficiency, we compress the video file as a .tar, and it requires decompression to use, such as tar -xvf video_0002.tar.
├── TVMCE
│   ├── meta
│   │   ├── train.json         # Json file used with a sampling stride of 5 frames
│   │   ├── test.json          # The structure is the same as the meta/train folder
│   ├── train                  # Video frames file with a sampling stride of 5 frames
│   │   ├── video_0002         # Video TV Show id
│   │   │   ├── output         # Video frames from the final output
│   │   │   │   ├── 18362.jpg
│   │   │   │   ├── ...
│   │   │   ├── CAM1           # Video frames from different track
│   │   │   │   ├── 18460.jpg
│   │   │   │   ├── ...
│   │   │   ├── CAM2
│   │   │   │   ├── 18460.jpg
│   │   │   │   ├── ...
│   │   │   ├── ...
│   │   ├── video_0003         # Other TV Shows, and the structure is the same as the video_0002 folder
│   │   │   ├── ...  
│   │   ├── ...
│   ├── test                   # The structure is the same as the train folder
│   │   ├── video_0000
│   │   ├── ...

Details about the label file.

train.json
[
    {
    "videoID"               : program_name,
    "sampleInterval"        : int,              # Different sampling stride
    "startFrame"            : int,              # Start frame of sliding window
    "currentCam"            : camera_namm,      # Camera id of the historical information
    "outputList"            : [framid],         # Temporal frame ids 
    "selectCam"             : camera_namm,      # Camera id of selected
    "CAMFrame"              : int,              # Contextual frame id
    "label"                 : [...],            # Label for whether candidate cameras are selected
    "boundary"              : bool,             # Whether to switch cameras
    "CAMList"               : [...]             # List of candidate cameras
    },
    {...}
]

Citation

@article{rao2022temporal,
  title={Temporal and Contextual Transformer for Multi-Camera Editing of TV Shows},
  author={Rao, Anyi and Jiang, Xuekun and Wang, Sichen and Guo, Yuwei and Liu, Zihao and Dai, Bo and Pang, Long and Wu, Xiaoyu and Lin, Dahua and Jin, Libiao},
  journal={arXiv preprint arXiv:2210.08737},
  year={2022}
}

tvmce's People

Contributors

anyirao avatar

Stargazers

 avatar  avatar  avatar

tvmce's Issues

dataset link didn't work

Great work! I tried the data link in the project page, but the data link doesn't work, cound you check it, thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.