Wai.annotations.video

Latest version: v1.0.2

Safety actively analyzes 625681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.2

------------------

- VideoFileReader source now passes on a file path with the frames as well

1.0.1

------------------

- Fixed error message of DropFrames/SkipSimilarFrames in case data of wrong domain is coming through
- added: filter-frames-by-label-od

1.0.0

------------------

- initial release: from-video-file-od, from-webcam-od, to-video-file-od, drop-frames, skip-similar-frames, calc-frame-changes



Pypi
====

Preparation:
* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* add new plugins to `DESCRIPTION.rst`
* update plugin section in `README.md`
* commit/push all changes

Commands for releasing on pypi (requires twine >= 1.8.0):


rm -r dist src/wai.annotations.video.egg-info
python setup.py clean sdist
twine upload dist/*



Github
======

Steps:
* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `wai.annotations.video-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.