Update README.md
Browse files
README.md
CHANGED
@@ -15,29 +15,23 @@ UniformerV2 is a large transformer-based model trained on a binary classificatio
|
|
15 |
### Model Description
|
16 |
|
17 |
<!-- Provide a longer summary of what this model is. -->
|
18 |
-
UniformerV2 is a large transformer-based model trained on a binary classification task. Specifically, it is trained to detect whether the input video contains a chimpanzee(s) exhibiting a reaction to the presence of a camera trap.
|
19 |
|
20 |
-
- **Developed by:** Otto Brookes, Christophe Boesch,
|
21 |
-
- **Model type:** Vision Transformer
|
22 |
- **License:** MIT
|
23 |
-
- **Finetuned from model [optional]:** MMAction2, Uniformerv2
|
24 |
|
25 |
## Training Details
|
26 |
|
27 |
### Training Data
|
28 |
-
|
29 |
-
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
30 |
It is trained on camera trap video footage from 15 different countries in Africa as part of the The Pan African Programme: The Cultured Chimpanzee.
|
31 |
|
32 |
## Evaluation
|
33 |
|
34 |
### Metrics
|
35 |
-
|
36 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
37 |
We use mean average precision to evaluate models
|
38 |
|
39 |
### Results
|
40 |
-
|
41 |
| Dataset | Model | Loss | mAP (%) |
|
42 |
|-----------|------------|------------|---------|
|
43 |
| PanAf | Uniformer | CB Focal | 87.82% |
|
|
|
15 |
### Model Description
|
16 |
|
17 |
<!-- Provide a longer summary of what this model is. -->
|
18 |
+
UniformerV2 is a large transformer-based model trained on a binary classification task. Specifically, it is trained to detect whether the input video contains a chimpanzee(s) exhibiting a reaction to the presence of a camera trap. As the dataset heavily favours videos exhibiting no reaction to the camera, we employ a class-balanced focal loss to address the class imbalance.
|
19 |
|
20 |
+
- **Developed by:** Otto Brookes, Christophe Boesch, Hjalmar S. Kühl, Majid Mirmehdi, Tilo Burghardt
|
21 |
+
- **Model type:** Vision Transformer, UniformerV2
|
22 |
- **License:** MIT
|
|
|
23 |
|
24 |
## Training Details
|
25 |
|
26 |
### Training Data
|
|
|
|
|
27 |
It is trained on camera trap video footage from 15 different countries in Africa as part of the The Pan African Programme: The Cultured Chimpanzee.
|
28 |
|
29 |
## Evaluation
|
30 |
|
31 |
### Metrics
|
|
|
|
|
32 |
We use mean average precision to evaluate models
|
33 |
|
34 |
### Results
|
|
|
35 |
| Dataset | Model | Loss | mAP (%) |
|
36 |
|-----------|------------|------------|---------|
|
37 |
| PanAf | Uniformer | CB Focal | 87.82% |
|