Skip to main content

A pip-installable PyTorch model package for False Image Memorability prediction.

Project description

FalseResMem Model Package

A pip-installable Python package containing a custom PyTorch model (FalseResMem) for prediction of false alarms in visual memory recognition tasks.

Contact

Author: Anastasiia Mikhailova
Email: amikhailova@uchicago.edu

Installation

You can install the package from PyPI with pip:

pip install falseresmem

Usage

Here's a basic example of how to import and use the model after installation:

Low-level (raw tensors):

import torch
from falseresmem import load_model

model = load_model()
model.eval()
input_tensor = torch.randn(1, 3, 224, 224)
output = model(input_tensor)
print(output)

High-level (image file):

from falseresmem import predict_image

prob = predict_image("test.jpg").item()
print(f"False alarm probability: {prob:.3f}")

Citation

Mikhailova, A. & Bainbridge, W. A. (2026). FalseResMem: A Neural Network to Predict False Alarms in Image Memory. Journal of Vision.

Changelog

v1.0.3 (2026‑05‑07)

  • Updated license to University of Chicago FalseResMem License.
  • Added citation for FalseResMem abstract at VSS.

v1.0.2 (2026‑03‑20)

  • Fixed internal package name in resource loading: now uses "falseresmem" instead of "FalseResMem" for model.pt.
  • Updated README example to match: from falseresmem import load_model.

v1.0.0 (2026‑03‑20)

  • Now includes model weights for predictions, so the package works immediately after installation without requiring manual weight downloads.

v0.1.0 (2026‑03‑11)

  • Initial release: package contains prediction code without bundled model weights.

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

falseresmem-1.0.3.tar.gz (367.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

falseresmem-1.0.3-py3-none-any.whl (367.7 MB view details)

Uploaded Python 3

File details

Details for the file falseresmem-1.0.3.tar.gz.

File metadata

  • Download URL: falseresmem-1.0.3.tar.gz
  • Upload date:
  • Size: 367.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.19

File hashes

Hashes for falseresmem-1.0.3.tar.gz
Algorithm Hash digest
SHA256 c068166a7b0330f7206ef03963e3e8c267c3439ee71d2df9d347bb7a0c0577d9
MD5 338d09f6bdff6e8642df4391b4e6b65b
BLAKE2b-256 f27fda61022fcc9165c152ef58760cae2061fe3ae4393fa97056942b4ee5d54a

See more details on using hashes here.

File details

Details for the file falseresmem-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: falseresmem-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 367.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.19

File hashes

Hashes for falseresmem-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dcd95e5b122875af6665cef659942c02cbd973457312e508fd33f3870108a340
MD5 25ec817e9a668cbc41ed00410b1dee97
BLAKE2b-256 07c6d6a50ebbbd62e3b2fa3065f69662f665e01f65a1a2113e0ca8feaa2ba305

See more details on using hashes here.

Supported by

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