Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
6 |
-
|
7 |
|
8 |
### Model Description
|
9 |
|
@@ -23,7 +23,7 @@ MiewID-msv2 is a feature extractor pretrained re-identification task on a large,
|
|
23 |
- **Repository:** https://github.com/WildMeOrg/wbia-plugin-miew-id
|
24 |
- **Backbone:** https://huggingface.co/timm/efficientnetv2_rw_m.agc_in1k
|
25 |
|
26 |
-
|
27 |
|
28 |
Intended use is re-identification of individuals from different species by matching against a database of grount-truth samples. Model features can also be used for species classification by retrieval.
|
29 |
|
@@ -65,7 +65,7 @@ print(output.shape )
|
|
65 |
|
66 |
View more usage examples at https://github.com/WildMeOrg/wbia-plugin-miew-id/tree/main/wbia_miew_id/datasets
|
67 |
|
68 |
-
|
69 |
|
70 |
### Training Data
|
71 |
|
@@ -91,7 +91,7 @@ diversity.
|
|
91 |
|
92 |

|
93 |
|
94 |
-
|
95 |
|
96 |
The multi-species model shows improvements over models trained on single species. Moreover the model shows strong generalization ability for majority of the species when trained and evaluated in a leave-one-out fashion.
|
97 |
|
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
6 |
+
# Model Details
|
7 |
|
8 |
### Model Description
|
9 |
|
|
|
23 |
- **Repository:** https://github.com/WildMeOrg/wbia-plugin-miew-id
|
24 |
- **Backbone:** https://huggingface.co/timm/efficientnetv2_rw_m.agc_in1k
|
25 |
|
26 |
+
# Usage
|
27 |
|
28 |
Intended use is re-identification of individuals from different species by matching against a database of grount-truth samples. Model features can also be used for species classification by retrieval.
|
29 |
|
|
|
65 |
|
66 |
View more usage examples at https://github.com/WildMeOrg/wbia-plugin-miew-id/tree/main/wbia_miew_id/datasets
|
67 |
|
68 |
+
# Training Details
|
69 |
|
70 |
### Training Data
|
71 |
|
|
|
91 |
|
92 |

|
93 |
|
94 |
+
# Evaluation Results
|
95 |
|
96 |
The multi-species model shows improvements over models trained on single species. Moreover the model shows strong generalization ability for majority of the species when trained and evaluated in a leave-one-out fashion.
|
97 |
|