-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
Hi,
I am currently working with semi-supervised learning to implement face recognition. I required a dataset that could load triplets (three images, where the first two belong to the same class, and the last image belongs to a different class. The facenet paper has more details on this.) for training. Currently, I have implemented this dataset for my own use. I was wondering if this is a feature that would be nice to have as part of the library itself.
Thanks,
Daksh