Skip to content

Image Classification Benchmark #2379

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

Open
justinormont opened this issue Feb 1, 2019 · 1 comment
Open

Image Classification Benchmark #2379

justinormont opened this issue Feb 1, 2019 · 1 comment
Labels
P2 Priority of the issue for triage purpose: Needs to be fixed at some point.

Comments

@justinormont
Copy link
Contributor

@Anipik: We could make a good benchmark for the image processing pipeline.
I'd recommend using the Dog Breeds vs. Fruits dataset which we used in NimbusML for its image examples. We currently host this dataset in our CDN for NimbusML.

In Python, the dataset / image loader looks like:

# Load image summary data from github
url = "https://express-tlcresources.azureedge.net/datasets/DogBreedsVsFruits/DogFruitWiki.SHUF.117KB.735-rows.tsv"
df_train = pd.read_csv(url, sep = "\t", nrows = 100)
df_train['ImagePath_full'] = "https://express-tlcresources.azureedge.net/datasets/DogBreedsVsFruits/" + \
                         df_train['ImagePath']
... load images

Purpose of the dataset is for example code & includes ~775 images of dogs & fruit:
image
image

(copied from PR -- #2372 (review))

@Anipik
Copy link
Contributor

Anipik commented Feb 2, 2019

yeah it would be nice to have this. I can add a benchmark for this after #2372 gets merged

@frank-dong-ms-zz frank-dong-ms-zz added the P2 Priority of the issue for triage purpose: Needs to be fixed at some point. label Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Priority of the issue for triage purpose: Needs to be fixed at some point.
Projects
None yet
Development

No branches or pull requests

3 participants