yuqiangCAS / icl_video_segmentation

Imperial College London 3rd Year Group Project - video segmentation and indexing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

======================
icl_video_segmentation
======================

Imperial College London 3rd Year Group Project - video segmentation and indexing.

Installation
============

To make an installable package:
    make dist
Install with:
    pip install dist/Segmenter-0.0.1.tar.gz

Running in place after git clone
================================

Run this once:
    git submodule init
    git submodule update
Then:
    make desktop

Testing
=======

Use:
    make test

About

Imperial College London 3rd Year Group Project - video segmentation and indexing.


Languages

Language:Python 94.6%Language:CSS 2.7%Language:D 1.8%Language:Makefile 0.9%