Metadata-Version: 2.1
Name: visbeat3
Version: 0.0.9
Summary: Python3 Implementation for 'Visual Rhythm and Beat' SIGGRAPH 2018
Home-page: https://github.com/haofanwang/visbeat3
Author: Haofan Wang
Author-email: haofanwang.ai@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# visbeat3

This is a migration of [visbeat](http://abedavis.com/visualbeat/) from Python2 to Python3. All credits belong to the original author.

Note: This repo is under development, for any issue, please PR directly!

## Install

```
pip3 install visbeat3
```

or

```
pip3 install -e git+https://github.com/haofanwang/visbeat3.git#egg=visbeat3
```

## Usage

```
import visbeat3 as vb
```

## Reference
```
@inproceedings{davis2018visual,
  title={Visual rhythm and beat},
  author={Davis, Abe and Agrawala, Maneesh},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
  pages={2532--2535},
  year={2018}
}
```


