Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jul 20, 2021
1 parent 9adc5da commit 819622f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Changelog
=========

0.0.1 (????-??-??)
0.0.1 2021-07-21)
------------------

- initial release

6 changes: 5 additions & 1 deletion DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Meta-tool that presents frames from a video to object detection frameworks and uses the predictions to determine whether to use a frame or not.
Meta-tool that presents frames from a video to image analysis frameworks and uses the predictions to determine whether to use a frame or not.

Project page:

https://github.com/waikato-datamining/video-frame-selector
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# video-frame-selector
Meta-tool that presents frames from a video to object detection frameworks and uses the predictions to determine
Meta-tool that presents frames from a video to image analysis frameworks and uses the predictions to determine
whether to use a frame or not.


## Installation

* create virtual environment
Expand All @@ -16,6 +17,23 @@ whether to use a frame or not.
./venv/bin/pip install video-frame-selector
```

## Supported formats

* Input

* webcam
* videos

* Image analysis output

* [ROI CSV](https://github.com/waikato-ufdl/wai-annotations-roi)

* Output

* JPG files (using frame number as file name)
* MJPG video (use either .avi or .mkv as file extension for the container)


## Command-line options

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read(f):

setup(
name="video-frame-selector",
description="Meta-tool that presents frames from a video to object detection frameworks and uses the predictions to determine whether to use a frame or not.",
description="Meta-tool that presents frames from a video to image analysis frameworks and uses the predictions to determine whether to use a frame or not.",
long_description=(
_read('DESCRIPTION.rst') + b'\n' +
_read('CHANGES.rst')).decode('utf-8'),
Expand Down

0 comments on commit 819622f

Please sign in to comment.