Skip to main content

A Python module to access the Chicago Face Database

Project description

cfd-reader

pipeline status

A python3 module to index, pre-process, and supply facial data from the Chicago Face Database (CFD).

A convenient way to load data from the Chicago Face Database, wrapped in numpy arrays, to feed to your neural network.

installation

From a terminal, run the command:

[sudo -H] pip3 install cfd-reader

usage

In your Python (3.5+) script or interpreter session, run (suggested syntax):

import cfd_reader as cfdr

load face data

cfdr.load_data([options])

where options include:

  • grayscale=[True, False]:
    • True: provides 3 channel BGR output
    • False: provides single channel grayscale output
  • train_proportion=x:
    • x: real-valued variable between 0 and 1. x proportion of all data will be supplied as training data, and 1-x data will be supplied as test data
  • resize=[False, (x,y)]:
    • False: keeps images in their original resolution
    • (x,y): tuple of integers to resize the image to

returns:

numpy array of shape (n, x, y, c) where n are the total number of images in that particular set (train/test), (x,y) is the 2D image shape, and c is the number of channels. In other words, (x,y,c) is the image shape.

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

cfd-reader-0.2.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

cfd_reader-0.2.1-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file cfd-reader-0.2.1.tar.gz.

File metadata

  • Download URL: cfd-reader-0.2.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cfd-reader-0.2.1.tar.gz
Algorithm Hash digest
SHA256 573bb1de3d17ca556df43a7d38e691964c0ba2cd9038e567df533ada087e482f
MD5 eb4df3547f17b556e8f407ec6f9ab92e
BLAKE2b-256 c8b21a25b271ed1f652263a22e6b062e4e9326679c901f3364f76141a5c126c3

See more details on using hashes here.

File details

Details for the file cfd_reader-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cfd_reader-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f00467a6e74be0879bf4b05c48be9b27d323c599d07cc6a8a2f8adbc8f3a31ed
MD5 35329a6c65274377af232c8e4949eb8d
BLAKE2b-256 3024b6c639990ae16920f4d403d7d7902f368d3394d9e9f36b749b286a444f96

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