crossprism commited on
Commit
832e621
1 Parent(s): cf43e81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - travel
5
+ - africa
6
+ ---
7
+ Predicts South American landmarks from a set of 2214 classes. Output is logits.
8
+
9
+ Trained on data from: https://github.com/cvdfoundation/google-landmark
10
+
11
+ 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.
12
+
13
+ Compressed using 8-bit quantization.