usnistgov / dioptra

Test Software for the Characterization of AI Technologies
https://pages.nist.gov/dioptra/
Other
225 stars 33 forks source link

Create working script for downloading the MNIST dataset #158

Closed jkglasbrenner closed 1 year ago

jkglasbrenner commented 1 year ago

Is your feature request related to a problem? Please describe.

There are multiple copies of the MNIST download script across the project that are used to download the data and save it as a set of PNG files. Examples include:

These should be consolidated and the script should be made available in a single, easy-to-find folder.

Documentation for how to use this script to download the MNIST dataset for use in a Dioptra instance will be handled in #154.

Definition of Done

jkglasbrenner commented 1 year ago

Consolidate the MNIST downloader with the Roadsigns dataset downloader and annotation patcher: https://github.com/usnistgov/dioptra/tree/dev/examples/tensorflow-roadsigns-yolo/data

jkglasbrenner commented 1 year ago

Closed by #173