Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Implement Labeled Faces in the Wild (LFW) #4

Open
EronWright opened this issue Dec 21, 2015 · 0 comments
Open

Implement Labeled Faces in the Wild (LFW) #4

EronWright opened this issue Dec 21, 2015 · 0 comments
Assignees
Milestone

Comments

@EronWright
Copy link
Member

Implement a reader for LFW as a loose collection of image files in HDFS. The reader should return:

  • a row per image
  • a label column, based on the directory name
  • a features column, based on the image content, as a raveled (flattened) array with row-major (i.e. 'C') layout.

Consider generalizing the reader to support any two-level directory of images.

One must take a dependency on an image reader. The status-quo is the standard ImageIO framework, but I dislike that it initializes AWT and may cause the current window to lose focus. See the related TwelveMonkeys.

Note: I plan to port the implementation of LFW I wrote for the DL4J Spark ML project, seen here.

@EronWright EronWright self-assigned this Dec 21, 2015
@EronWright EronWright added this to the 0.2 milestone Dec 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant