معرفی شرکت ها


cfd-reader-0.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python module to access the Chicago Face Database
ویژگی مقدار
سیستم عامل -
نام فایل cfd-reader-0.2.1
نام cfd-reader
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aalok Sathe
ایمیل نویسنده aalok.sathe@richmond.edu
آدرس صفحه اصلی http://gitlab.com/aalok-sathe/cfd-reader
آدرس اینترنتی https://pypi.org/project/cfd-reader/
مجوز GPL-3
# cfd-reader [![pipeline status](https://gitlab.com/aalok-sathe/cfd-reader/badges/master/pipeline.svg)](https://gitlab.com/aalok-sathe/cfd-reader/commits/master) **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.


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl cfd-reader-0.2.1:

    pip install cfd-reader-0.2.1.whl


نصب پکیج tar.gz cfd-reader-0.2.1:

    pip install cfd-reader-0.2.1.tar.gz