mrm8488 commited on
Commit
4599b41
1 Parent(s): 4fee7e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -25,16 +25,22 @@ model-index:
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
  should probably proofread and complete it, then remove this comment. -->
27
 
28
- # convnext-tiny-finetuned-eurosat
29
 
30
- This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the image_folder dataset.
31
  It achieves the following results on the evaluation set:
32
  - Loss: 0.0549
33
  - Accuracy: 0.9805
34
 
35
  ## Model description
36
 
37
- More information needed
 
 
 
 
 
 
38
 
39
  ## Intended uses & limitations
40
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
  should probably proofread and complete it, then remove this comment. -->
27
 
28
+ # ConvNeXT (tiny) fine-tuned on eurosat
29
 
30
+ This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the [EuroSAT](https://github.com/phelber/eurosat) dataset.
31
  It achieves the following results on the evaluation set:
32
  - Loss: 0.0549
33
  - Accuracy: 0.9805
34
 
35
  ## Model description
36
 
37
+ ConvNeXT is a pure convolutional model (ConvNet), inspired by the design of Vision Transformers, that claims to outperform them. The authors started from a ResNet and "modernized" its design by taking the Swin Transformer as inspiration.
38
+
39
+ ## Dataset information
40
+
41
+ **EuroSAT : Land Use and Land Cover Classification with Sentinel-2**
42
+
43
+ In this study, we address the challenge of land use and land cover classification using Sentinel-2 satellite images. The Sentinel-2 satellite images are openly and freely accessible provided in the Earth observation program Copernicus. We present a novel dataset based on Sentinel-2 satellite images covering 13 spectral bands and consisting out of 10 classes with in total 27,000 labeled and geo-referenced images. We provide benchmarks for this novel dataset with its spectral bands using state-of-the-art deep Convolutional Neural Network (CNNs). With the proposed novel dataset, we achieved an overall classification accuracy of 98.57%. The resulting classification system opens a gate towards a number of Earth observation applications. We demonstrate how this classification system can be used for detecting land use and land cover changes and how it can assist in improving geographical maps.
44
 
45
  ## Intended uses & limitations
46