A collection of video augmentation layers
Project description
AugVid
AugVid is a collection of augmentation layers for videos inspired by the corresponding image preprocessing layers from tf.keras.
Installation
pip install augvid
Getting Started
The augmentation layers can be added during the model construction:
import keras
from augvid import RandomVideoBrightness, RandomHorizontalVideoFlip
model = keras.Sequential([
RandomVideoBrightness(max_delta=0.1),
RandomHorizontalVideoFlip(),
# add more layers here
])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
augvid-0.0.1.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file augvid-0.0.1.tar.gz.
File metadata
- Download URL: augvid-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b62cffce17d91a02b71b2d6759efae8142d3999caed13e03bfd32def79e8c0e
|
|
| MD5 |
d9edddbacc199666e9ab383ff49c81fa
|
|
| BLAKE2b-256 |
ccc98b8bdf25db0911a518cbac6251dceb3fb6c250ac63609a7e4f08768504c0
|
File details
Details for the file augvid-0.0.1-py3-none-any.whl.
File metadata
- Download URL: augvid-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85d76ea04953df21beec1c97694079980a54aa180a6202ae41735d96fa96b798
|
|
| MD5 |
03d2f1937ffdb772229c5b6b0e347a7b
|
|
| BLAKE2b-256 |
ec1fb6099a9d1ad4c4a9f644cf4b6db108815571eea2ea6b0e324a8941c9b669
|