A Python module to access the Chicago Face Database
Project description
cfd-reader
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 outputFalse
: 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
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 573bb1de3d17ca556df43a7d38e691964c0ba2cd9038e567df533ada087e482f |
|
MD5 | eb4df3547f17b556e8f407ec6f9ab92e |
|
BLAKE2b-256 | c8b21a25b271ed1f652263a22e6b062e4e9326679c901f3364f76141a5c126c3 |
File details
Details for the file cfd_reader-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: cfd_reader-0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f00467a6e74be0879bf4b05c48be9b27d323c599d07cc6a8a2f8adbc8f3a31ed |
|
MD5 | 35329a6c65274377af232c8e4949eb8d |
|
BLAKE2b-256 | 3024b6c639990ae16920f4d403d7d7902f368d3394d9e9f36b749b286a444f96 |