Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,11 @@ pipeline_tag: image-classification
|
|
4 |
tags:
|
5 |
- travel
|
6 |
- asia
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- travel
|
6 |
- asia
|
7 |
+
---
|
8 |
+
Predicts Asia landmarks from a set of 12039 classes. Output is logits.
|
9 |
+
|
10 |
+
Trained on data from: https://github.com/cvdfoundation/google-landmark
|
11 |
+
|
12 |
+
Classification head built on top of EfficentnetV2-M-21k feature extractor for [CrossPrism](https://apps.apple.com/us/app/crossprism-photo-labeler/id1638429352?mt=12) on MacOS.
|
13 |
+
|
14 |
+
Compressed using 8-bit quantization.
|