You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Implement a reader for LFW as a loose collection of image files in HDFS. The reader should return:
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.
The text was updated successfully, but these errors were encountered: