marcelomoreno26/geoguessr
Viewer โข Updated โข 36k โข 87 โข 13
This model is a ConvNeXt V2 Base fine-tuned for geographic image classification of Google Street View images. The model can identify the country of origin of an image among 55 different countries.
ConvNeXt V2 is a modern evolution of convolutional networks that incorporates improvements inspired by Vision Transformers, while maintaining the efficiency and spatial inductive bias of traditional CNNs.
The model has been trained and evaluated on the GeoGuessr dataset with the following results:
| Metric | Value |
|---|---|
| Accuracy | 61.03% |
| F1-Macro | 51.77% |
| Model | Accuracy | F1-Macro |
|---|---|---|
| ConvNeXt V2 (this model) | 61.03% | 51.77% |
| SigLIP2 (prithivMLmods) | 64.85% | 38.36% |
| ViT-Base-384 (dataset author) | 38.81% | 14.40% |
Although SigLIP2 has slightly higher accuracy, this model achieves a significantly better F1-Macro (+13.41%), indicating more balanced performance across all classes.
Top 10 best performing countries:
Top 10 most challenging countries:
Base model
facebook/convnextv2-base-22k-224