Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ model-index:
|
|
31 |
|
32 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the [Lokier & Al Junaibi (2016)](https://onlinelibrary.wiley.com/doi/10.1111/sed.12293) data S1.
|
33 |
|
34 |
-
The model captures the expertise of 177 volunteers from 33 countries with
|
35 |
|
36 |
In the original paper, the authors intended to objectively analyze whether these volunteers have the same standards in applying Dunham classification.
|
37 |
|
@@ -39,6 +39,7 @@ In the original paper, the authors intended to objectively analyze whether these
|
|
39 |
|
40 |
- Input: Carbonate thin section image, can be either parallel-polarized (PPL) or cross-polarized (XPL)
|
41 |
- Output: Dunham classification (Mudstone/Wackestone/Packstone/Grainstone/Boundstone/Crystalline) and the probability value
|
|
|
42 |
|
43 |
Sample image source: [Grainstone - Wikipedia](https://en.wikipedia.org/wiki/Grainstone)
|
44 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64ff0bce56243ce8cb6df456/r4aBwewYuL-WLfTdqqFL-.png)
|
@@ -47,9 +48,9 @@ Sample image source: [Grainstone - Wikipedia](https://en.wikipedia.org/wiki/Grai
|
|
47 |
|
48 |
Source: [Lokier & Al Junaibi (2016), Data S1](https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1111%2Fsed.12293&file=sed12293-sup-0001-SupInfo.zip)
|
49 |
|
50 |
-
The data consists of 14 samples. Each samples has 3 magnifications (x2, x4, and x10) and taken in PPL and XPL. Hence, there are 14 * 3 * 2 = 84
|
51 |
|
52 |
-
Classification for each sample is taken from the most popular respondent's response in Table 7.
|
53 |
- Sample 1: Packstone
|
54 |
- Sample 2: Grainstone
|
55 |
- Sample 3: Wackestone
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the [Lokier & Al Junaibi (2016)](https://onlinelibrary.wiley.com/doi/10.1111/sed.12293) data S1.
|
33 |
|
34 |
+
The model captures the expertise of 177 volunteers from 33 countries with 3,270 years of academic & industry experience in classifying 14 carbonate thin section samples by using the classical [Dunham (1962)](https://en.wikipedia.org/wiki/Dunham_classification) carbonate classification.
|
35 |
|
36 |
In the original paper, the authors intended to objectively analyze whether these volunteers have the same standards in applying Dunham classification.
|
37 |
|
|
|
39 |
|
40 |
- Input: Carbonate thin section image, can be either parallel-polarized (PPL) or cross-polarized (XPL)
|
41 |
- Output: Dunham classification (Mudstone/Wackestone/Packstone/Grainstone/Boundstone/Crystalline) and the probability value
|
42 |
+
- Limitation: The original dataset is missing Boundstone sample, hence it cannot classify a Boundstone.
|
43 |
|
44 |
Sample image source: [Grainstone - Wikipedia](https://en.wikipedia.org/wiki/Grainstone)
|
45 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64ff0bce56243ce8cb6df456/r4aBwewYuL-WLfTdqqFL-.png)
|
|
|
48 |
|
49 |
Source: [Lokier & Al Junaibi (2016), Data S1](https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1111%2Fsed.12293&file=sed12293-sup-0001-SupInfo.zip)
|
50 |
|
51 |
+
The data consists of 14 samples. Each samples has 3 magnifications (x2, x4, and x10) and taken in PPL and XPL. Hence, there are 14 samples * 3 magnifications * 2 polarizations = 84 images in the training dataset.
|
52 |
|
53 |
+
Classification for each sample is taken from the most popular respondent's response in Table 7.
|
54 |
- Sample 1: Packstone
|
55 |
- Sample 2: Grainstone
|
56 |
- Sample 3: Wackestone
|