Skip to main content

Shot Boundary Detection Package

Project description

Plugin package: Shot Boundary Detection

This package includes all methods to detect and split a given video into the basic shots. (currently focused on Abrupt Transitions).

Package Description

PDF format: vhh_sbd_pdf

HTML format (only usable if repository is available in local storage): vhh_sbd_html

Quick Setup

Requirements:

  • Ubuntu 18.04 LTS (also tested on Windows 10)
  • python version 3.6.x

Create a virtual environment:

  • create a folder to a specified path (e.g. /xxx/vhh_sbd/)
  • python3 -m venv /xxx/vhh_sbd/

Activate the environment:

  • source /xxx/vhh_sbd/bin/activate

Checkout vhh_sbd repository to a specified folder:

  • git clone https://github.com/dahe-cvl/vhh_sbd

Install the sbd package and all dependencies:

  • Update pip and setuptools (tested using pip==20.2.3 and setuptools==50.3.0)
  • Install the Wheel package: pip install wheel
  • change to the root directory of the repository (includes setup.py)
  • python setup.py bdist_wheel
  • The aforementioned command should create a /dist directory containing a wheel. Install the package using python -m pip install dist/xxx.whl

NOTE: You can check the success of the installation by using the commend pip list. This command should give you a list with all installed python packages and it should include vhh-sbd.

Install PyTorch :

Install a Version of PyTorch depending on your setup. Consult the PyTorch website for detailed instructions.

Setup environment variables:

  • source /data/dhelm/python_virtenv/vhh_sbd_env/bin/activate
  • export CUDA_VISIBLE_DEVICES=1
  • export PYTHONPATH=$PYTHONPATH:/XXX/vhh_sbd/:/XXX/vhh_sbd/Develop/:/XXX/vhh_sbd/Demo/

Run demo script

  • change to root directory of the repository
  • python Demo/vhh_sbd_run_on_single_video.py

e.g. python Demo/vhh_sbd_on_single_video.py /data/share/maxrecall_vhh_mmsi/develop/videos/downloaded/3.m4v /home/dhelm/VHH_Develop/installed_pkg/vhh_pkgs/vhh_sbd/config/config_vhh_test.yaml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vhh_sbd-1.0.0.tar.gz (20.9 kB view hashes)

Uploaded Source

Built Distribution

vhh_sbd-1.0.0-py3-none-any.whl (24.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page