--- language: - en license: cc-by-4.0 license_link: https://creativecommons.org/licenses/by/4.0/ tags: - image-classification pretty_name: pills-inside-bottles size_categories: - "10K, 'ndc': '29159', 'id': '00378-3855'} ``` ### Data Fields - 'image': a image of pills inside a medication bottle - 'ndc': National Drug Code - 'id': unique image id ### Data Splits The dataset has 3 splits: _train_, _validation_, and _test_. The splits contain disjoint sets of images as well as their corresponding NDCs and IDs. The following table contains the number of images in each split and the percentages. | Dataset Split | Number of Instances in Split | Percent | | ------------- | ---------------------------- | ------------- | | Train | 8,393 | 60.1% | | Validation | 2,786 | 20.0% | | Test | 2,776 | 19.9% | ## Dataset Creation ### Curation Rationale The data is collected for training image classification model to facillitate work in pharmacy. ### Source Data #### Data Collection and Processing The data is collected by a group of researchers, including Lester, C. A., Al Kontar, R., and Chen, Q., whose paper, "Performance Evaluation of a Prescription Medication Image Classification Model: An Observational Cohort", is published in 2022. #### Who are the source data producers? According to Lester et. al, the dataset is produced by a commercial medication dispensing robot used at a mail-order pharmacy from a top-down view (Lester et. al, 6). ## Bias, Risks, and Limitations The researchers of the original paper only released part of their data. Therefore, the model performance might be influenced negatively due to insufficient training data. ## Citation **BibTeX:** ``` @InProceedings{University of Michigan - Deep Blue Data, title = {Images of pills inside medication bottles dataset}, author={Lester, C. A., Al Kontar, R., Chen, Q.}, year={2022} } ``` ## More Information This dataset contain all information from the source data. The only change made is to rearrange the structure by extracting the file names, which correspond to NDC and image id, and put them into separated columns.