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.29.tar.gz
(27.6 kB
view details)
Built Distribution
File details
Details for the file vpredicto-0.1.29.tar.gz
.
File metadata
- Download URL: vpredicto-0.1.29.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46272a2dcf9dc05463c3fbe08dc6c1edfd3dd0b0c3c7d14262fc3fb5fb943a6a |
|
MD5 | cb9eeee9169ab5078038fd70acccc51f |
|
BLAKE2b-256 | 3bed6891c4bc9ddc34c37eee5789ae4a8dcd8ab25080408f54af880da617863c |
File details
Details for the file vpredicto-0.1.29-py3-none-any.whl
.
File metadata
- Download URL: vpredicto-0.1.29-py3-none-any.whl
- Upload date:
- Size: 46.7 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 | 0faf273c0cb13d6e7078fae3340c87578fdd740f34b1222eb9e4f9d9ebbc618a |
|
MD5 | a8e18e2ee7d3591161bb8bbb677a6219 |
|
BLAKE2b-256 | 844e3468414058fad43eb6683e09e7974053b295ce311b809379335d1dbba804 |