Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.23 KB

Shot Detection

Python mmcv

Easy-to-use

cd ShotDetect
python shotdetect.py # to process a single video
python shotdetect_p.py # to process a list of videos in parallel

Introduction

Shot detection from videos with useful portals for long complicated videos, e.g., movies scenarios. The repo is based on PySceneDetect, which is under BSD 3-Clause License.

Features

  • Parallel processing.
  • Keyframe saving.
  • Optimal detector that is tested on movie/tv epsoides scenarios, e.g., HSV-LUV joint model.
  • Average sampler.

Citation

@inproceedings{rao2020local,
title={A Local-to-Global Approach to Multi-modal Movie Scene Segmentation},
author={Rao, Anyi and Xu, Linning and Xiong, Yu and Xu, Guodong and Huang, Qingqiu and Zhou, Bolei and Lin, Dahua},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2020}
}

@misc{brandon2018,
author = {Brandon Castellano},
title = {PySceneDetect: Intelligent scene cut detection and video splitting tool},
year = 2018,
howpublished = {\url{https://pyscenedetect.readthedocs.io/en/latest/}},
}