https://github.com/diogenesanalytics/frame-sampling
Python library devoted to various frame sampling strategies.
https://github.com/diogenesanalytics/frame-sampling
frame-extraction frame-sampling python video
Last synced: over 1 year ago
JSON representation
Python library devoted to various frame sampling strategies.
- Host: GitHub
- URL: https://github.com/diogenesanalytics/frame-sampling
- Owner: DiogenesAnalytics
- License: mit
- Created: 2023-11-23T17:46:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T19:13:20.000Z (over 2 years ago)
- Last Synced: 2025-01-26T12:44:19.487Z (over 1 year ago)
- Topics: frame-extraction, frame-sampling, python, video
- Language: Python
- Homepage: https://colab.research.google.com/github/DiogenesAnalytics/frame-sampling/blob/master/notebooks/frame_sampling_demo.ipynb
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frame Sampling
Python library devoted to various frame sampling strategies.
[][tests]
[][docker]
[][pre-commit]
[][black]
[tests]: https://github.com/DiogenesAnalytics/frame-sampling/actions?workflow=tests
[docker]: https://github.com/DiogenesAnalytics/frame-sampling/actions?workflow=docker
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Installation
You can install _Frame Sampling_ as follows:
```console
$ pip install git+https://github.com/DiogenesAnalytics/frame-sampling
```
## License
Distributed under the terms of the [MIT license][license],
_Frame Sampling_ is free and open source software.
## Credits
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[license]: https://github.com/DiogenesAnalytics/frame-sampling/blob/main/LICENSE