guowenxin
commited on
Commit
·
0572ca2
1
Parent(s):
20c5a65
Update modified README
Browse files
README.md
CHANGED
@@ -53,6 +53,11 @@ The dataset contains 13,955 imgaes of pills inside medication bottles, which are
|
|
53 |
|
54 |
The dataset can be used to train image classification models, which might be helpful for identifying pills automatically to increase efficiency and reduce dispensing error of pills in pharmacy.
|
55 |
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
## Dataset Structure
|
58 |
|
@@ -121,7 +126,3 @@ year={2022}
|
|
121 |
|
122 |
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.
|
123 |
|
124 |
-
## Example Use Case
|
125 |
-
|
126 |
-
Here is a link to an [example use case](https://colab.research.google.com/drive/1UPaAnVacx3ZpOy_koWFwWIluhVZYOdhT?usp=sharing) of this dataset, which trained supervised models to predict the national drug code for each image. The highest accuracy obtained is about 97% using EfficientNetV2M as the pre-train model and Support Vector Machines as the supervised learning algorithm.
|
127 |
-
|
|
|
53 |
|
54 |
The dataset can be used to train image classification models, which might be helpful for identifying pills automatically to increase efficiency and reduce dispensing error of pills in pharmacy.
|
55 |
|
56 |
+
### Example Use Case
|
57 |
+
|
58 |
+
Here is a link to an [example use case](https://colab.research.google.com/drive/1UPaAnVacx3ZpOy_koWFwWIluhVZYOdhT?usp=sharing) of this dataset, which trained supervised models to predict the national drug code for each image. The highest accuracy obtained is about 97% using EfficientNetV2M as the pre-train model and Support Vector Machines as the supervised learning algorithm.
|
59 |
+
|
60 |
+
|
61 |
|
62 |
## Dataset Structure
|
63 |
|
|
|
126 |
|
127 |
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.
|
128 |
|
|
|
|
|
|
|
|