pszemraj commited on
Commit
7c1422d
·
verified ·
1 Parent(s): 3739f98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -4,16 +4,19 @@ base_model: facebook/convnextv2-nano-22k-384
4
  tags:
5
  - image-classification
6
  - vision
7
- - generated_from_trainer
 
 
 
 
8
  metrics:
9
  - accuracy
10
  - f1
11
  - precision
12
  - recall
13
  - matthews_correlation
14
- model-index:
15
- - name: convnextv2-nano-22k-384-boulderspot-vN
16
- results: []
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -21,6 +24,14 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  # convnextv2-nano-22k-384-boulderspot-vN
23
 
 
 
 
 
 
 
 
 
24
  This model is a fine-tuned version of [facebook/convnextv2-nano-22k-384](https://huggingface.co/facebook/convnextv2-nano-22k-384) on the pszemraj/boulderspot dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.0340
@@ -30,17 +41,9 @@ It achieves the following results on the evaluation set:
30
  - Recall: 0.9883
31
  - Matthews Correlation: 0.8962
32
 
33
- ## Model description
34
-
35
- More information needed
36
-
37
  ## Intended uses & limitations
38
 
39
- More information needed
40
-
41
- ## Training and evaluation data
42
-
43
- More information needed
44
 
45
  ## Training procedure
46
 
 
4
  tags:
5
  - image-classification
6
  - vision
7
+ - boulderspot
8
+ - climbing
9
+ - aerial imagery
10
+ - remote sensing
11
+ - bouldering
12
  metrics:
13
  - accuracy
14
  - f1
15
  - precision
16
  - recall
17
  - matthews_correlation
18
+ datasets:
19
+ - pszemraj/boulderspot
 
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
24
 
25
  # convnextv2-nano-22k-384-boulderspot-vN
26
 
27
+
28
+ This is a model fine-tuned to classify whether an aerial/satellite image contains a climbing area or not.
29
+
30
+ You can find some images to test inference with [in this old repo from the original project](https://github.com/pszemraj/BoulderAreaDetector/tree/cbb22bdb3373b4b72d798dedfcb28543c0dc769d/test_images)
31
+
32
+
33
+ ## Model description
34
+
35
  This model is a fine-tuned version of [facebook/convnextv2-nano-22k-384](https://huggingface.co/facebook/convnextv2-nano-22k-384) on the pszemraj/boulderspot dataset.
36
  It achieves the following results on the evaluation set:
37
  - Loss: 0.0340
 
41
  - Recall: 0.9883
42
  - Matthews Correlation: 0.8962
43
 
 
 
 
 
44
  ## Intended uses & limitations
45
 
46
+ Classification of aerial/satellite imagery, ideally with spacial resolution 10-25 cm (_i.e. for 10 cm, each pixel in the image corresonds to approx. 10 cm x 10 cm area on the ground_). It may be suitable outside of that, but should be validated as other resolutions were not present in the training data.
 
 
 
 
47
 
48
  ## Training procedure
49