Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulremanan/36cf8cb2ed4f93e39fd802268835019d to your computer and use it in GitHub Desktop.
Save rahulremanan/36cf8cb2ed4f93e39fd802268835019d to your computer and use it in GitHub Desktop.
Generate random FairFace image pairings
img_idx1,img_idx2 = random_imgID_generator(img_labels)
max_retries = 2000
img_idx1, img_idx2 = img_pairs_filter(img_labels,img_idx1,img_idx2,
max_retries=max_retries)
img_info(img_labels, img_idx1, img_idx2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment