Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay objects that add access to pre-computed features in attributes. #32

Closed
npinto opened this issue Nov 18, 2011 · 3 comments
Closed
Labels

Comments

@npinto
Copy link
Collaborator

npinto commented Nov 18, 2011

e.g. LFW.features[XXX][0] will reference the XXX feature representation (numpy / lazy array, e.g. fetching from S3) for image 0 (associated with meta[0]).

@jaberg
Copy link
Owner

jaberg commented Feb 1, 2012

This isn't obviously the right approach to me, to use the lfw dataset as a scope object in which to place features computed by arbitrary code. Nothing stops you from doing it... but what exactly is being asked of the skdata codebase to do this?

@jaberg
Copy link
Owner

jaberg commented Feb 1, 2012

See also #36

@npinto
Copy link
Collaborator Author

npinto commented Feb 1, 2012

I think skdata has everything I need to do this (essentially lazy arrays!), with some sort of MetaTransformation wrapper/decorator object. Closing the issue.

@npinto npinto closed this as completed Feb 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants