Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulremanan/95bdc2c13d6fd4bc5ebb780c6120513b to your computer and use it in GitHub Desktop.
Save rahulremanan/95bdc2c13d6fd4bc5ebb780c6120513b to your computer and use it in GitHub Desktop.
Perform basic checks on the FairFace dataset
img_labels = pd.read_csv(fairface_data_checks(fairface_data))
img_labels.head()
num_images = len(img_labels)
print(f'Total number of FairFace images: {num_images}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment