A library for video frame prediction using PredRNN++, MIM, and Causal LSTM.
Project description
vPredicto
Predicto is a Python library for video frame prediction, featuring three state-of-the-art models: PredRNN++, MIM, and Causal LSTM. This library is designed to cater to both expert and non-expert users, providing an API for developers and a simple interface for non-experts.
Features
- Three video frame prediction models: PredRNN++, MIM, and Causal LSTM.
- Easy-to-use interface for training and testing models.
- Supports custom dataloaders or default to MovingMNIST dataset.
- Pre and post-processing for input and output in each model.
Installation
pip install vpredicto
Usage
Quick Start
from predicto import PredRNN, MIM, CausalLSTM, Predicto
# Create a model object
model_object = MIM()
# Initialize Predicto with the model object
model = Predicto(model_object)
# Train the model
model.train(train_loader)
# Test the model
model.test(test_loader)
Models
- PredRNN++: A recurrent neural network model for video frame prediction.
- MIM: Memory In Memory network for spatiotemporal predictive learning.
- Causal LSTM: A causal LSTM model for video frame prediction.
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
vpredicto-0.1.3.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file vpredicto-0.1.3.tar.gz
.
File metadata
- Download URL: vpredicto-0.1.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccd3104eefe36b8cccdc99fc382a6c2c44a4b25cfe59df6322e8c760c2ce39d5 |
|
MD5 | 8157fcae46f28c556ca3400a4054b559 |
|
BLAKE2b-256 | 0beab13f1047b660ac3b240259b609b3d31700244a696edeab6d5a7eefc6808f |
File details
Details for the file vpredicto-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: vpredicto-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba05421a15abd5e4b7ba02cb11c88088574d51ce3f24432a5b2137d299f3369b |
|
MD5 | 5281cd03478eaaff4bc501b0cf7254e1 |
|
BLAKE2b-256 | 3fda7b42ede70ab7e1f7a0799dabaad93064fbb4fe9c82f2018233217f690d5a |