Skip to main content

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


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.18.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

vpredicto-0.1.18-py3-none-any.whl (45.2 kB view details)

Uploaded Python 3

File details

Details for the file vpredicto-0.1.18.tar.gz.

File metadata

  • Download URL: vpredicto-0.1.18.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for vpredicto-0.1.18.tar.gz
Algorithm Hash digest
SHA256 f0dc307350d9c5a4de1732e485c7ae9f9679b1344e6cbb1a84e3938c6892bf37
MD5 2f6dace2a123ee721d72cd30edd9d8a6
BLAKE2b-256 567169947780b1a8a67c7aada5b191dde3868b1df0cb2297d8e3d972c17936ff

See more details on using hashes here.

File details

Details for the file vpredicto-0.1.18-py3-none-any.whl.

File metadata

  • Download URL: vpredicto-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 45.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for vpredicto-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 628afa1dad8a5c92437e77b1b91eafa07e5bc96fb9e33716475c2d2eecedcc2d
MD5 e4e6b6f8b61707307b5755ad7fccfd0d
BLAKE2b-256 ff4d732f823762bf71863392970cc085017447523ac8999e86e2fe748e551cd3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page