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
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]).
The text was updated successfully, but these errors were encountered:
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?
I think skdata has everything I need to do this (essentially lazy arrays!), with some sort of MetaTransformation wrapper/decorator object. Closing the issue.
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]).
The text was updated successfully, but these errors were encountered: