crossprism
commited on
Merge remote-tracking branch 'origin/main'
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-classification
|
4 |
+
tags:
|
5 |
+
- travel
|
6 |
+
- north america
|
7 |
+
---
|
8 |
+
Predicts North American landmarks from a set of 10502 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.
|